Question 296 of 724
DVA-C02 Security Practice Question
A developer is designing an application that will process credit card payments and store them temporarily in an Amazon DynamoDB table. The developer must ensure that the payment data is encrypted at rest and that the encryption key is managed by the company's security team using AWS KMS. Which type of encryption should the developer enable on the DynamoDB table?
⚠ Common exam trap
It's easy for candidates to confuse 'customer-managed KMS key' with 'AWS managed KMS key,' assuming any KMS encryption meets the requirement, but the exam specifically tests the distinction between who manages the key (customer vs. AWS) to enforce security control requirements.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Server-side encryption with a customer-managed KMS key
The requirement specifies that the encryption key must be managed by the company's security team. Server-side encryption (SSE) with a customer-managed KMS key allows the company to create, rotate, and control access to the KMS key used to encrypt the DynamoDB table at rest. This gives the security team full control over the encryption key lifecycle, meeting the stated requirement.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Server-side encryption with a customer-managed KMS key
Why this is correct
Server-side encryption with a customer-managed KMS key (CMK) is the most appropriate choice for sensitive data like credit card payments. This option grants the company's security team full administrative control over the encryption key's policy, rotation schedule, and access permissions within AWS Key Management Service (KMS). Such granular control is often a strict requirement for compliance standards like PCI DSS, ensuring the organization maintains ownership and oversight of its cryptographic assets used for data at rest in DynamoDB.
- ✗
Server-side encryption with an AWS managed KMS key
Why it's wrong here
Server-side encryption with an AWS managed KMS key (AWS_KMS) is less suitable for highly sensitive data requiring stringent compliance. While it provides server-side encryption for data at rest, the customer's security team has limited control over the key's lifecycle, policy, or audit trails, as AWS manages these aspects. For credit card payments, compliance frameworks typically mandate greater customer control over encryption keys than AWS managed keys offer, making this option insufficient.
- ✗
Client-side encryption
Why it's wrong here
Client-side encryption involves encrypting data within the application before it is sent to DynamoDB, meaning the data is encrypted in transit and stored encrypted at rest. However, the question implies a need for encryption managed by the database service for data at rest, which is server-side encryption. Implementing client-side encryption adds significant complexity to the application code and requires the customer to manage key distribution and rotation on the client side, which is often more burdensome than leveraging AWS KMS for server-side encryption.
- ✗
Static key encryption
Why it's wrong here
The term 'static key encryption' is not a recognized or supported encryption mechanism provided by AWS DynamoDB for server-side encryption. DynamoDB's server-side encryption (SSE) exclusively integrates with AWS Key Management Service (KMS) to manage and utilize encryption keys, offering robust features like automatic key rotation and detailed access control. Relying on a single, unchanging 'static key' without the advanced key management capabilities of KMS would introduce significant security vulnerabilities and fail to meet industry best practices for protecting sensitive data like credit card information.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
This DVA-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DVA-C02 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.