Exam Certified Data Engineer Professional All QuestionsBrowse all questions from this exam
Question 57

Which REST API call can be used to review the notebooks configured to run as tasks in a multi-task job?

    Correct Answer: D

    The endpoint /jobs/get is used to retrieve details about a job, including the notebooks configured as tasks within a multi-task job. It provides the job's settings and includes information about the tasks associated with the job, making it the correct choice for reviewing configured notebooks.

Discussion
imatheushenriqueOption: D

multi-task: /jobs/get single-task: /jobs/runs/get

hal2401meOption: D

https://docs.databricks.com/api/workspace/jobs/get responses/settings/tasks/notebook_task/notebook_path

divingbell17Option: D

The question asks for notebooks configured for a job, not a instance of a job run. D is correct.

alexvnoOption: D

Get Multi-task format jobs return an array of task data structures containing task settings.

hamzaKhribiOption: D

/jobs/get response under task array shows all the desired notebooks

arye777Option: B

should be B