
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A Delta Live Table pipeline includes two datasets defined using STREAMING LIVE TABLE. Three datasets are defined against Delta Lake table sources using LIVE TABLE. The table is configured to run in Development mode using the Continuous Pipeline Mode. Assuming previously unprocessed data exists and all definitions are valid, what is the expected outcome after clicking Start to update the pipeline?
A
All datasets will be updated once and the pipeline will shut down. The compute resources will be terminated.
B
All datasets will be updated at set intervals until the pipeline is shut down. The compute resources will persist until the pipeline is shut down.
C
All datasets will be updated once and the pipeline will persist without any processing. The compute resources will persist but go unused.
D
All datasets will be updated once and the pipeline will shut down. The compute resources will persist to allow for additional testing.
E
All datasets will be updated at set intervals until the pipeline is shut down. The compute resources will persist to allow for additional testing.
Explanation:
In Delta Live Tables (DLT), when a pipeline is configured in Development mode with Continuous Pipeline Mode:
Development mode is designed for interactive development and testing, where:
Continuous Pipeline Mode means the pipeline will:
The pipeline includes both streaming datasets (STREAMING LIVE TABLE) and batch datasets (LIVE TABLE):
The key characteristics of Development mode with Continuous Pipeline Mode are:
Therefore, option E correctly describes that:
This differs from Production mode where resources might be terminated after processing to save costs, and from Triggered mode where the pipeline runs once and then stops.