Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A financial services company stores sensitive customer data in Delta Lake and needs to implement row-level security to comply with financial regulations. How would you configure this using Databricks' native capabilities?
A
Encrypt specific rows with Azure Key Vault and manage decryption keys based on user roles.
B
Create views in Databricks SQL that filter data at the row level and assign access to these views based on user roles.
C
Use Delta Lake‘s dynamic partition pruning to implement custom logic that filters rows based on user access levels.
D
Apply Unity Catalog permissions to create row-level security policies directly in Delta Lake.