ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 93 - DVA-C01 discussion

Report
Export

An application under development is required to store hundreds of video files. The data must be encrypted within the application prior to storage, with a unique key for each video file. How should the Developer code the application?

A.
Use the KMS Encrypt API to encrypt the data. Store the encrypted data key and data.
Answers
A.
Use the KMS Encrypt API to encrypt the data. Store the encrypted data key and data.
B.
Use a cryptography library to generate an encryption key for the application. Use the encryption key to encrypt the data. Store the encrypted data.
Answers
B.
Use a cryptography library to generate an encryption key for the application. Use the encryption key to encrypt the data. Store the encrypted data.
C.
Use the KMS GenerateDataKey API to get a data key. Encrypt the data with the data key. Store the encrypted data key and data.
Answers
C.
Use the KMS GenerateDataKey API to get a data key. Encrypt the data with the data key. Store the encrypted data key and data.
D.
Upload the data to an S3 bucket using server side-encryption with an AWS KMS key.
Answers
D.
Upload the data to an S3 bucket using server side-encryption with an AWS KMS key.
Suggested answer: C

Explanation:

https://docs.aws.amazon.com/kms/latest/APIReference/API_GenerateDataKey.html

asked 16/09/2024
Shawn Sullivan
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first