
Ultimate access to all questions.
A data engineering team is migrating an enterprise system comprising thousands of tables and views into a Databricks Lakehouse architecture. The migration utilizes a Medallion architecture with the following access requirements:
Which strategy aligns with Databricks best practices to minimize security risks while ensuring effective cross-team collaboration?
A
Consolidate all production tables into a single database to simplify discovery and provide a unified view for all organization members.
B
Utilize the default Databricks database for all managed tables, as storing data in the DBFS root provides inherent security advantages.
C
Organize tables into separate databases or schemas based on their quality tiers (Bronze, Silver, Gold) to facilitate granular Access Control List (ACL) management and physical storage isolation.
D
Rely on table-level tagging for organization rather than database structures, as Databricks databases are purely logical and do not impact security or discoverability.