nerdexam
Databricks

DATABRICKS-CERTIFIED-DATA-ENGINEER-ASSOCIATE · Question #17

A data engineer has three tables in a Delta Live Tables (DLT) pipeline. They have configured the pipeline to drop invalid records at each table. They notice that some data is being dropped due to…

The correct answer is D. They can navigate to the DLT pipeline page, click on each table, and view the data quality. Data engineers can identify which table is dropping records in a DLT pipeline by examining the data quality metrics available for each table in the DLT pipeline's user interface.

Submitted by kwame.gh· Apr 18, 2026Monitoring and Logging

Question

A data engineer has three tables in a Delta Live Tables (DLT) pipeline. They have configured the pipeline to drop invalid records at each table. They notice that some data is being dropped due to quality concerns at some point in the DLT pipeline. They would like to determine at which table in their pipeline the data is being dropped. Which of the following approaches can the data engineer take to identify the table that is dropping the records?

Options

  • AThey can set up separate expectations for each table when developing their DLT pipeline.
  • BThey cannot determine which table is dropping the records.
  • CThey can set up DLT to notify them via email when records are dropped.
  • DThey can navigate to the DLT pipeline page, click on each table, and view the data quality
  • EThey can navigate to the DLT pipeline page, click on the 揈rror?button, and review the present

How the community answered

(39 responses)
  • A
    5% (2)
  • C
    3% (1)
  • D
    82% (32)
  • E
    10% (4)

Why each option

Data engineers can identify which table is dropping records in a DLT pipeline by examining the data quality metrics available for each table in the DLT pipeline's user interface.

AThey can set up separate expectations for each table when developing their DLT pipeline.

While setting separate expectations is good practice for data quality, it doesn't inherently provide the visibility into *which* table dropped records without inspecting the resulting metrics.

BThey cannot determine which table is dropping the records.

Delta Live Tables provides comprehensive data quality observability features, making it possible to determine where records are dropped.

CThey can set up DLT to notify them via email when records are dropped.

DLT can be configured for notifications, but identifying dropped records typically involves reviewing pipeline health and data quality metrics within the UI, not automated email notifications specific to row drops by default.

DThey can navigate to the DLT pipeline page, click on each table, and view the data qualityCorrect

Delta Live Tables automatically captures and displays data quality metrics, including the number of dropped records, for each table in the DLT pipeline page, allowing engineers to pinpoint where data quality issues occur.

EThey can navigate to the DLT pipeline page, click on the 揈rror?button, and review the present

The 'Error' button typically highlights pipeline execution failures or critical errors, not the specific data quality metrics for dropped rows, which are found on individual table details.

Concept tested: Delta Live Tables data quality monitoring

Source: https://docs.databricks.com/en/delta-live-tables/monitor.html#data-quality-metrics

Topics

#Delta Live Tables#Data Quality#Monitoring#Pipeline Observability

Community Discussion

No community discussion yet for this question.

Full DATABRICKS-CERTIFIED-DATA-ENGINEER-ASSOCIATE Practice