Certified Data Engineer Professional Exam QuestionsBrowse all questions from this exam

Certified Data Engineer Professional Exam - Question 57


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

Show Answer
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

6 comments
Sign in to comment
arye777Option: B
Nov 30, 2023

should be B

hamzaKhribiOption: D
Dec 4, 2023

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

alexvnoOption: D
Dec 18, 2023

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

divingbell17Option: D
Jan 1, 2024

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

hal2401meOption: D
Feb 26, 2024

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

imatheushenriqueOption: D
Jun 15, 2024

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