
Answer-first summary for fast verification
Answer: Use dynamic views to apply conditional masking based on department roles.
Dynamic views with conditional masking based on department roles ensure that sensitive information is protected for non-procurement users. This approach maintains data access for authorized users while safeguarding sensitive details.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are tasked with securing a Databricks workspace that handles supplier data, including contract details, payment terms, and contact information. Describe how you would create a dynamic view to mask contract details and redact contact information for users who are not in the procurement department.
A
Create separate tables for procurement and non-procurement users.
B
Use dynamic views to apply conditional masking based on department roles.
C
Encrypt the sensitive columns.
D
Disable access to the workspace for non-procurement users.