You are on page 1of 1

AWS : http://jayendrapatil.

com/aws-s3-data-consistency-model/

1. Which of the following are valid statements about Amazon S3? Choose 2
answers
a. S3 provides read-after-write consistency for any type of PUT or DELETE.
b. Consistency is not guaranteed for any type of PUT or DELETE.
c. A successful response to a PUT request only occurs when a complete
object is saved
d. Partially saved objects are immediately readable with a GET after an
overwrite PUT.
e. S3 provides eventual consistency for overwrite PUTS and DELETES
2. A customer is leveraging Amazon Simple Storage Service in eu-west-1 to store
static content for web-based property. The customer is storing objects using the
Standard Storage class. Where are the customers’ objects replicated?
a. Single facility in eu-west-1 and a single facility in eu-central-1
b. Single facility in eu-west-1 and a single facility in us-east-1
c. Multiple facilities in eu-west-1
d. A single facility in eu-west-1
3. A user has an S3 object in the US Standard region with the content
“color=red”. The user updates the object with the content as “color=”white”. If
the user tries to read the value 1 minute after it was uploaded, what will S3
return?
a. It will return “color=white”
b. It will return “color=red”
c. It will return an error saying that the object was not found
d. It may return either “color=red” or “color=white” i.e. any of the
value (Eventual Consistency)

You might also like