
Answer-first summary for fast verification
Answer: To clean, deduplicate, and enrich the data to provide a 'refined' version ready for downstream analysis.
The **Silver layer** acts as the intermediate refinement stage in the Lakehouse. Its main purpose is to transform raw data from the Bronze layer by applying schemas, removing duplicates, and performing data enrichment. This ensures that the data is high-quality and reliable for downstream BI applications or further aggregation in the Gold layer.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In the context of the Databricks Lakehouse Medallion Architecture, what is the primary objective of transforming data from the Bronze layer to the Silver layer?
A
To apply Z-ordering and indexing to optimize read performance for complex join operations.
B
To clean, deduplicate, and enrich the data to provide a 'refined' version ready for downstream analysis.
C
To store data in its raw, unprocessed format for long-term historical archiving and auditing.
D
To improve query performance primarily through the optimization of storage partitions and file sizes.
No comments yet.