Databricks Certified Data Engineer Associate — Question 10
A data engineer is maintaining a data pipeline. Upon data ingestion, the data engineer notices that the source data is starting to have a lower level of quality. The data engineer would like to automate the process of monitoring the quality level.
Which of the following tools can the data engineer use to solve this problem?
Answer options
- A. Unity Catalog
- B. Data Explorer
- C. Delta Lake
- D. Delta Live Tables
- E. Auto Loader
Correct answer: D
Explanation
Delta Live Tables is designed for monitoring data quality in real-time as data is ingested, making it the most suitable tool for this task. The other options, while useful for data management or exploration, do not specifically provide automated data quality monitoring capabilities.