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

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.