Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Data Engineer Professional All Questions

View all questions & answers for the Certified Data Engineer Professional exam

Exam Certified Data Engineer Professional topic 1 question 115 discussion

Actual exam question from Databricks's Certified Data Engineer Professional
Question #: 115
Topic #: 1
[All Certified Data Engineer Professional Questions]

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

  • A. Each run of a job will have a unique job_id; all tasks within this job will have a unique job_id
  • B. Each run of a job will have a unique job_id; all tasks within this job will have a unique task_id
  • C. Each run of a job will have a unique orchestration_id; all tasks within this job will have a unique run_id
  • D. Each run of a job will have a unique run_id; all tasks within this job will have a unique task_id
  • E. Each run of a job will have a unique run_id; all tasks within this job will also have a unique run_id
Show Suggested Answer Hide Answer
Suggested Answer: E 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
cf56faf
1 week, 6 days ago
Selected Answer: D
Must be D.
upvoted 1 times
...
benni_ale
3 weeks, 4 days ago
Selected Answer: E
E
upvoted 1 times
...
Kreshu
1 month, 1 week ago
Selected Answer: E
Correct answer is E
upvoted 2 times
...
cales
1 month, 1 week ago
Selected Answer: E
The correct answer is E. https://docs.databricks.com/api/workspace/jobs/getrun You can visit the link and observe the response sample of the API { "job_id": 11223344, "run_id": 455644833, job_id is the unique id of the job. run_id is the unique id of the run Then each task will have its unique run id: "tasks": [ { ... "run_id": 2112892, ...
upvoted 3 times
...
thelio_team
1 month, 3 weeks ago
tested answer is E : 'tasks': [{'run_id': *****, 'task_key': '######', ....
upvoted 3 times
...
MDWPartners
5 months, 4 weeks ago
Selected Answer: D
Seems right
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...