Databricks Certified Data Engineer Professional — Question 119
The Databricks CLI is used to trigger a run of an existing job by passing the job_id parameter. The response that the job run request has been submitted successfully includes a field run_id.
Which statement describes what the number alongside this field represents?
Answer options
- A. The job_id and number of times the job has been run are concatenated and returned.
- B. The globally unique ID of the newly triggered run.
- C. The number of times the job definition has been run in this workspace.
- D. The job_id is returned in this field.
Correct answer: B
Explanation
The correct answer is B because the run_id represents a globally unique identifier for the newly triggered job run. Options A, C, and D are incorrect as they misinterpret the meaning of run_id, which does not include concatenated job information or count executions.