
Ultimate access to all questions.
You are responsible for securing a Databricks cluster that processes research data. The data includes project details, researcher names, and confidential findings. Describe how you would create a dynamic view to mask researcher names and redact confidential findings for users who do not have the 'Researcher' role.
A
Disable access to the cluster for non-researcher 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.