Databricks Certified Data Engineer Associate — Question 108
Which of the following describes the relationship between Bronze tables and raw data?
Answer options
- A. Bronze tables contain less data than raw data files.
- B. Bronze tables contain more truthful data than raw data.
- C. Bronze tables contain raw data with a schema applied.
- D. Bronze tables contain a less refined view of data than raw data.
Correct answer: C
Explanation
The correct answer is C because Bronze tables are designed to store raw data that has been structured with a schema, making it easier to work with. Option A is incorrect as Bronze tables typically contain the same amount or more data than raw files. Option B is misleading since truthfulness isn't inherently changed in the transformation, and option D is incorrect because Bronze tables generally represent a more structured view, not a less refined one.