
Answer-first summary for fast verification
Answer: Use dynamic views to selectively expose non-sensitive transaction data.
Dynamic views can be used to selectively expose non-sensitive transaction data while hiding sensitive customer information. This approach ensures that financial analysts have access to the necessary data without exposing sensitive details.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In a Databricks environment, you need to implement a solution that allows financial analysts to access transaction data but prevents them from seeing sensitive customer information such as social security numbers and personal addresses. Describe how you would use dynamic views to achieve this.
A
Create separate databases for financial and customer data.
B
Use dynamic views to selectively expose non-sensitive transaction data.
C
Disable access to customer data for financial analysts.
D
Manually filter out sensitive data for each financial analyst.
No comments yet.