
Answer-first summary for fast verification
Answer: Bronze tables contain raw data with a schema applied.
Bronze tables are the initial stage in a 'Bronze-Silver-Gold' data lakehouse architecture. They are created from raw data files and contain a schema that describes the data. This schema provides structure and meaning to the raw data, making it more usable and accessible for downstream processing. Therefore, Bronze tables contain the raw data but in a structured and schema-enforced format.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In the context of a 'Bronze-Silver-Gold' data lakehouse architecture commonly used in data processing pipelines, which of the following options accurately describes the relationship between Bronze tables and raw data? Note that Bronze tables represent the initial stage where raw data is ingested and transformed into a structured format with a defined schema.
A
Bronze tables contain less data than raw data files.
B
Bronze tables contain more truthful data than raw data.
C
Bronze tables contain aggregates while raw data is unaggregated.
D
Bronze tables contain a less refined view of data than raw data.
E
Bronze tables contain raw data with a schema applied.
No comments yet.