exam questions

Exam AWS-SysOps All Questions

View all questions & answers for the AWS-SysOps exam

Exam AWS-SysOps topic 1 question 316 discussion

Exam question from Amazon's AWS-SysOps
Question #: 316
Topic #: 1
[All AWS-SysOps Questions]

When you put objects in Amazon S3, what is the indication that an object was successfully stored?

  • A. Each S3 account has a special bucket named_s3_logs. Success codes are written to this bucket with a timestamp and checksum.
  • B. A success code is inserted into the S3 object metadata.
  • C. A HTTP 200 result code and MD5 checksum, taken together, indicate that the operation was successful.
  • D. Amazon S3 is engineered for 99.999999999% durability. Therefore, there is no need to confirm that data was inserted.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
There are two opportunities for a copy request to return an error. One can occur when Amazon S3 receives the copy request and the other can occur while
Amazon S3 is copying the files. If the error occurs before the copy operation starts, you receive a standard Amazon S3 error. If the error occurs during the copy operation, the error response is embedded in the 200 OK response. This means that a 200 OK response can contain either a success or an error. Make sure to design your application to parse the contents of the response and handle it appropriately.
If the copy is successful, you receive a response that contains the information about the copied object.

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
TroyMcLure
6 months ago
Correct Answer: C
upvoted 2 times
...
awscertified
6 months, 1 week ago
C. A HTTP 200 result code and MD5 checksum, taken together, indicate that the operation was successful.
upvoted 2 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago