
Ultimate access to all questions.
You are responsible for securing a Databricks cluster that processes healthcare data. The data includes patient names, medical records, and treatment details. Describe how you would create a dynamic view to mask patient names and redact sensitive medical information for users who do not have the 'Admin' role.
A
Disable access to the cluster for non-admin users.
B
Create a dynamic view with SQL transformations to mask specific columns based on user roles.
C
Encrypt the data at rest and in transit.
D
Use static views with predefined masking rules.