Databricks Certified Data Engineer - Associate

Databricks Certified Data Engineer - Associate

Get started today

Ultimate access to all questions.


A Databricks data engineering team operates a Delta Live Tables (DLT) pipeline that updates all tables once and then stops, while keeping the compute resources running for quick testing. Which execution mode best describes this DLT pipeline?





Explanation:

Triggered pipelines process available data for each table and then terminate. Development mode facilitates the development process by reusing clusters to minimize restart overhead, with clusters remaining active for two hours. It also disables pipeline retries for immediate error detection and correction. For more information, refer to the Delta Live Tables documentation.