Databricks Certified Data Engineer - Professional

Databricks Certified Data Engineer - Professional

Get started today

Ultimate access to all questions.


What REST API call should be used to inspect the notebooks configured as tasks in a multi-task job?




Explanation:

To review the notebooks configured as tasks in a multi-task job, the correct REST API call is D. /jobs/get. This endpoint retrieves detailed information about a job's configuration, including its tasks (e.g., notebook paths, parameters).

  • A. /jobs/runs/list: Lists historical runs of jobs, not task configurations.
  • B. /jobs/list: Provides a high-level list of jobs, excluding task details.
  • C. /jobs/runs/get: Returns details about a specific job run (execution), not the job's static task configuration.
  • D. /jobs/get: Correctly returns the job's definition, including all configured tasks and their settings.