Databricks Certified Data Engineer Professional — Question 33

The data engineering team is migrating an enterprise system with thousands of tables and views into the Lakehouse. They plan to implement the target architecture using a series of bronze, silver, and gold tables. Bronze tables will almost exclusively be used by production data engineering workloads, while silver tables will be used to support both data engineering and machine learning workloads. Gold tables will largely serve business intelligence and reporting purposes. While personal identifying information (PII) exists in all tiers of data, pseudonymization and anonymization rules are in place for all data at the silver and gold levels.
The organization is interested in reducing security concerns while maximizing the ability to collaborate across diverse teams.
Which statement exemplifies best practices for implementing this system?

Answer options

Correct answer: A

Explanation

Answer A is correct because isolating tables in separate databases based on data quality tiers enhances security by allowing precise permissions management. The other options either downplay the importance of database organization (B), suggest a lack of security (C), misinterpret the security benefits of the default database (D), or incorrectly imply that extensive database creation is necessary without considering best practices (E).