
Answer-first summary for fast verification
Answer: It maintains raw data ingested from various sources
The Bronze layer in a multi-hop architecture is characterized by maintaining data in its rawest form, as ingested from various sources such as JSON files, operational databases, and Kafka streams. This layer serves as the initial stage in the data processing pipeline before any transformation or enrichment occurs. Reference: [Databricks Medallion Architecture](https://www.databricks.com/glossary/medallion-architecture)
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which statement accurately describes the Bronze layer in a multi-hop architecture?
A
It represents a filtered, cleaned, and enriched version of data
B
It maintains raw data ingested from various sources
C
It provides business-level aggregated version of data
D
It maintains data that powers analytics, machine learning, and production applications
E
It provides a more refined view of the data.
No comments yet.