Databricks Certified Data Engineer Professional — Question 104

When using CLI or REST API to get results from jobs with multiple tasks, which statement correctly describes the response structure?

Answer options

Correct answer: E

Explanation

The correct answer is E because each job run is identified by a unique run_id, and each task within that specific job run is also assigned a unique run_id to differentiate it from other tasks. The other options incorrectly state the relationships of job_id and task_id, which do not apply in this context.