
Ultimate access to all questions.
Which of the following strategies best implements data masking techniques to optimize both governance and performance in Databricks?
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.