
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
Which of the following strategies best implements data masking techniques to optimize both governance and performance in Databricks?
A
Column-level encryption and static masking
B
Dynamic masking at the view level
C
Masking data at the storage layer
D
Query-level dynamic masking
Explanation:
Dynamic masking at the view level ensures that sensitive information is masked based on user permissions, providing real-time governance without altering the underlying data. This allows for flexibility in data access while still enforcing security policies.
Caching frequently queried results helps optimize performance by reducing the need to reapply masking operations every time a query is executed. This approach ensures that data governance is maintained while also improving query performance.
Thus, B provides the best balance between data governance and query performance in Databricks, leveraging dynamic masking and caching.