
Answer-first summary for fast verification
Answer: The DLT pipeline operates in Continuous Pipeline mode under Production mode.
Continuous pipelines are designed to update tables continuously as new data arrives, running indefinitely until manually stopped. In Production mode, the Delta Live Tables system ensures that the cluster is terminated immediately upon pipeline stoppage, restarts the cluster for recoverable errors, and retries execution in the event of specific failures. This behavior aligns with the scenario described. For more information, refer to the Delta Live Tables documentation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A data engineering team operates a DLT pipeline that updates all tables at specified intervals until it is manually stopped. Upon stopping, the compute resources are terminated. Which execution mode best describes this DLT pipeline?
A
The DLT pipeline operates in Continuous Pipeline mode under Development mode.
B
The DLT pipeline operates in Triggered Pipeline mode under Development mode.
C
The DLT pipeline operates in Continuous Pipeline mode under Production mode.
D
The DLT pipeline operates in Triggered Pipeline mode under Production mode.
E
Additional details are required to accurately determine the execution mode.
No comments yet.