ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 84 - DOP-C02 discussion

Report
Export

A DevOps engineer is working on a data archival project that requires the migration of on-premises data to an Amazon S3 bucket. The DevOps engineer develops a script that incrementally archives on-premises data that is older than 1 month to Amazon S3. Data that is transferred to Amazon S3 is deleted from the on-premises location The script uses the S3 PutObject operation.

During a code review the DevOps engineer notices that the script does not verity whether the data was successfully copied to Amazon S3. The DevOps engineer must update the script to ensure that data is not corrupted during transmission. The script must use MD5 checksums to verify data integrity before the on-premises data is deleted.

Which solutions for the script will meet these requirements'? (Select TWO.)

A.
Check the returned response for the Versioned Compare the returned Versioned against the MD5 checksum.
Answers
A.
Check the returned response for the Versioned Compare the returned Versioned against the MD5 checksum.
B.
Include the MD5 checksum within the Content-MD5 parameter. Check the operation call's return status to find out if an error was returned.
Answers
B.
Include the MD5 checksum within the Content-MD5 parameter. Check the operation call's return status to find out if an error was returned.
C.
Include the checksum digest within the tagging parameter as a URL query parameter.
Answers
C.
Include the checksum digest within the tagging parameter as a URL query parameter.
D.
Check the returned response for the ETag. Compare the returned ETag against the MD5 checksum.
Answers
D.
Check the returned response for the ETag. Compare the returned ETag against the MD5 checksum.
E.
Include the checksum digest within the Metadata parameter as a name-value pair After upload use the S3 HeadObject operation to retrieve metadata from the object.
Answers
E.
Include the checksum digest within the Metadata parameter as a name-value pair After upload use the S3 HeadObject operation to retrieve metadata from the object.
Suggested answer: B, D

Explanation:

https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html

asked 16/09/2024
Sukhpreet Sidhu
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first