
Answer-first summary for fast verification
Answer: Utilize Azure Key Vault to store and manage encryption keys, and enforce data access policies to control access to sensitive data.
Option C is the correct answer as it involves using Azure Key Vault to store and manage encryption keys, which ensures the confidentiality and integrity of sensitive data. Additionally, enforcing data access policies helps control access to the data, further enhancing security. Option A is partially correct but does not address data availability. Option B is incorrect as it does not provide a comprehensive approach to managing sensitive data. Option D is partially correct but does not address the encryption of sensitive data.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are tasked with managing sensitive information in an Azure Databricks environment. Describe the best practices you would follow to ensure the confidentiality, integrity, and availability of the sensitive data.
A
Implement role-based access control (RBAC) to restrict access to sensitive data based on user roles, and use encryption at rest to protect the data.
B
Use Azure Databricks' built-in data masking and redaction features to protect sensitive data, and implement data retention policies to ensure data availability.
C
Utilize Azure Key Vault to store and manage encryption keys, and enforce data access policies to control access to sensitive data.
D
Implement data classification and data loss prevention (DLP) policies to identify and protect sensitive data, and use Azure Monitor to monitor data access and usage.
No comments yet.