
Answer-first summary for fast verification
Answer: Enable SSL/TLS encryption for data in motion and use Azure Key Vault to manage the encryption keys for client-side encryption at rest.
Option D is the correct answer. Enabling SSL/TLS encryption for data in motion ensures that the data is protected during transmission. Additionally, using Azure Key Vault to manage the encryption keys for client-side encryption at rest ensures that the data is encrypted when stored. Option A is incorrect because Azure Table Storage does not have a built-in encryption at rest feature. Option B is incorrect because client-side encryption can be complex to implement and manage. Option C is incorrect because Azure Storage Service Encryption (SSE) is not applicable to Azure Table Storage.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are tasked with implementing data encryption for a highly sensitive dataset stored in Azure Table Storage. Which of the following encryption methods should you use to ensure that data is protected at rest and in motion?
A
Use Azure Table Storage's built-in encryption at rest feature to encrypt the data automatically.
B
Implement client-side encryption to encrypt the data before sending it to Azure Table Storage and decrypt it after retrieving it.
C
Use Azure Key Vault to manage the encryption keys and implement Azure Storage Service Encryption (SSE) for Azure Table Storage.
D
Enable SSL/TLS encryption for data in motion and use Azure Key Vault to manage the encryption keys for client-side encryption at rest.