exam questions

Exam AWS Certified Developer - Associate DVA-C02 All Questions

View all questions & answers for the AWS Certified Developer - Associate DVA-C02 exam

Exam AWS Certified Developer - Associate DVA-C02 topic 1 question 164 discussion

When using the AWS Encryption SDK, how does the developer keep track of the data encryption keys used to encrypt data?

  • A. The developer must manually keep track of the data encryption keys used for each data object.
  • B. The SDK encrypts the data encryption key and stores it (encrypted) as part of the returned ciphertext.
  • C. The SDK stores the data encryption keys automatically in Amazon S3.
  • D. The data encryption key is stored in the Userdata for the EC2 instance.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
tsangckl
1 year ago
This appear at 17 Jun exam
upvoted 1 times
gabyslim
9 months, 3 weeks ago
What was the correct answer to it?
upvoted 1 times
...
...
65703c1
1 year ago
Selected Answer: B
B is the correct answer.
upvoted 3 times
...
KarBiswa
1 year, 3 months ago
Selected Answer: B
https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/concepts.html#:~:text=An%20encryption%20context%20is%20a,encrypted%20message%20that%20it%20returns.
upvoted 2 times
...
SerialiDr
1 year, 5 months ago
Selected Answer: B
In the AWS Encryption SDK, data is encrypted using a DEK. This DEK is then encrypted with a Key Encryption Key (KEK), usually managed by AWS Key Management Service (AWS KMS) or another key management infrastructure. The encrypted DEK is stored alongside the encrypted data (ciphertext). This allows the SDK to manage the DEKs seamlessly.
upvoted 3 times
...
TanTran04
1 year, 6 months ago
Selected Answer: B
When using the AWS Encryption SDK, it is a common practice to encrypt the data encryption key (DEK) along with the data. The DEK is used to encrypt the actual data, and it is itself encrypted using a key management system, often called a key encryption key (KEK). This encrypted DEK is then stored alongside the encrypted data.
upvoted 3 times
...
dilleman
1 year, 8 months ago
Selected Answer: B
B is correct
upvoted 3 times
...
Digo30sp
1 year, 8 months ago
Selected Answer: B
https://www.examtopics.com/discussions/amazon/view/96427-exam-aws-certified-developer-associate-topic-1-question-398/
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...