Databricks Certified Data Engineer Professional — Question 76
Which REST API call can be used to review the notebooks configured to run as tasks in a multi-task job?
Answer options
- A. /jobs/runs/list
- B. /jobs/runs/get-output
- C. /jobs/runs/get
- D. /jobs/get
- E. /jobs/list
Correct answer: D
Explanation
The correct answer is D, as the /jobs/get endpoint provides detailed information about a specific job, including its associated notebooks. The other options either relate to job runs or listing jobs, but do not specifically return the configuration details of the notebooks tied to a multi-task job.