Skip to content
DEA
Productionizing Data Pipelines
medium
Question 1 of 36

A data engineer is designing a Lakeflow Job with three tasks: Task A ingests data, Task B transforms it, and Task C validates the output. Tasks B and C must only run after Task A completes successfully. Task C must also wait for Task B to complete. How should the engineer configure the task dependencies?

ASet all three tasks to run in parallel with no dependencies
BSet Task B to depend on Task A, and Task C to depend on Task B
CSet Task A to depend on both Task B and Task C
DUse a single task that runs all three notebooks sequentially

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion