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

Exam Certified Data Engineer Associate All Questions

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

Exam Certified Data Engineer Associate topic 1 question 128 discussion

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

A data engineer has a single-task Job that runs each morning before they begin working. After identifying an upstream data issue, they need to set up another task to run a new notebook prior to the original task.

Which approach can the data engineer use to set up the new task?

  • A. They can clone the existing task in the existing Job and update it to run the new notebook.
  • B. They can create a new task in the existing Job and then add it as a dependency of the original task.
  • C. They can create a new task in the existing Job and then add the original task as a dependency of the new task.
  • D. They can create a new job from scratch and add both tasks to run concurrently.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
CommanderBigMac
2 months, 1 week ago
Selected Answer: B
B is correct. the new task needs to be the dependancy.
upvoted 1 times
...
9d4d68a
3 months ago
Correct Answer: B Explanation: To set up the new task to run a new notebook prior to the original task in a single-task Job, the data engineer can use the following approach: In the existing Job, create a new task that corresponds to the new notebook that needs to be run. Set up the new task with the appropriate configuration, specifying the notebook to be executed and any necessary parameters or dependencies. Once the new task is created, designate it as a dependency of the original task in the Job configuration. This ensures that the new task is executed before the original task.
upvoted 1 times
...
hussamAlHunaiti
5 months, 2 weeks ago
Selected Answer: B
Answer is B. New task is prior than the original task.
upvoted 1 times
...
PreranaC
6 months ago
Selected Answer: B
B is correct
upvoted 1 times
...
nmosq
6 months, 1 week ago
B is correct, "needs to run prior to the original task"
upvoted 1 times
...
BharaniRaj
6 months, 1 week ago
Selected Answer: B
B is correct
upvoted 1 times
...
Kunka
6 months, 2 weeks ago
B is correct, as new task runs first
upvoted 1 times
...
Ivan_Petrov
6 months, 2 weeks ago
B is correct
upvoted 1 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 ...