Databricks Certified Data Engineer Associate — Question 39
Which of the following data workloads will utilize a Gold table as its source?
Answer options
- A. A job that enriches data by parsing its timestamps into a human-readable format
- B. A job that aggregates uncleaned data to create standard summary statistics
- C. A job that cleans data by removing malformatted records
- D. A job that queries aggregated data designed to feed into a dashboard
- E. A job that ingests raw data from a streaming source into the Lakehouse
Correct answer: D
Explanation
The correct answer is D because a Gold table typically contains cleaned and aggregated data ready for analysis, making it suitable for dashboard queries. Options A, B, and C involve data transformation processes that do not utilize Gold tables directly, while option E refers to raw data ingestion, which is not relevant to Gold table usage.