SC-100 · Question #30
You are designing security for an Azure landing zone. Your company identifies the following compliance and privacy requirements: - Encrypt cardholder data by using encryption keys managed by the…
The correct answer is A. Store the insurance claim data in Azure Blob storage encrypted by using customer-provided keys. B. Store the cardholder data in an Azure SQL database that is encrypted by using keys stored in. Two requirements must be met: (1) cardholder data encrypted with company-managed keys, and (2) insurance claim files encrypted with on-premises keys. Option B addresses requirement 1 - Azure SQL with Transparent Data Encryption (TDE) using Customer-Managed Keys (CMK) stored in…
Question
You are designing security for an Azure landing zone. Your company identifies the following compliance and privacy requirements:
- Encrypt cardholder data by using encryption keys managed by the
company.
- Encrypt insurance claim files by using encryption keys hosted on-
premises. Which two configurations meet the compliance and privacy requirements? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
Options
- AStore the insurance claim data in Azure Blob storage encrypted by using customer-provided keys.
- BStore the cardholder data in an Azure SQL database that is encrypted by using keys stored in
- CStore the insurance claim data in Azure Files encrypted by using Azure Key Vault Managed HSM.
- DStore the cardholder data in an Azure SQL database that is encrypted by using Microsoft-
How the community answered
(41 responses)- A71% (29)
- C12% (5)
- D17% (7)
Explanation
Two requirements must be met: (1) cardholder data encrypted with company-managed keys, and (2) insurance claim files encrypted with on-premises keys. Option B addresses requirement 1 - Azure SQL with Transparent Data Encryption (TDE) using Customer-Managed Keys (CMK) stored in Azure Key Vault means the company controls the encryption keys, satisfying 'keys managed by the company.' Option A addresses requirement 2 - Azure Blob Storage with customer-provided keys allows the client to supply encryption keys from their own on-premises infrastructure per-request, satisfying 'keys hosted on-premises.' Option C (Azure Files with Azure Key Vault Managed HSM) hosts keys in Azure, not on-premises. Option D uses Microsoft-managed keys, which are not company-controlled and fail both requirements.
Topics
Community Discussion
No community discussion yet for this question.