
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.
Question 29 Which of the following data workloads will utilize a Bronze table as its source?
A
A job that aggregates cleaned data to create standard summary statistics
B
A job that queries aggregated data to publish key insights into a dashboard
C
A job that ingests raw data from a streaming source into the Lakehouse
D
A job that develops a feature set for a machine learning application
E
A job that enriches data by parsing its timestamps into a human-readable format
Explanation:
In the Databricks Lakehouse architecture, the Bronze table is the first layer where raw data is ingested and stored in its original format. The Bronze layer typically contains:
Looking at the options:
Therefore, Option E is correct because parsing timestamps from raw data into human-readable format is a typical data enrichment operation that would use Bronze tables as the source.