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