
Answer-first summary for fast verification
Answer: Use dynamic views to selectively expose non-sensitive customer data.
Dynamic views can be used to selectively expose non-sensitive customer data while hiding sensitive financial information. This approach ensures that data scientists 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 data scientists to access customer data but prevents them from seeing sensitive financial information such as account balances and transaction details. 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 customer data.
C
Disable access to financial data for data scientists.
D
Manually filter out sensitive data for each data scientist.
No comments yet.