AWS Certified Solutions AWS Certified Solutions Quiz on Domain 1: Design Resilient Architectures, created by Eduardo González de Viñaspre on 23/07/2020.
Which of the following statements regarding S3 storage classes is true?
Answer
The availability of S3 and S3-IA is the same.
The durability of S3 and S3-IA is the same.
The latency of S3 and Glacier is the same.
The latency of S3 is greater than that of Glacier.
Question 2
Question
A small business specializing in video processing wants to prototype cloud storage in order to lower its costs. However, management is wary of storing its client files in the cloud rather than on premises. They are focused on cost savings and experimenting with the cloud at this time. What is the best solution for their prototype?
Answer
Install a VPN, set up an S3 bucket for their files created within the last month, and set up an additional S3-IA bucket for older files. Create a lifecycle policy in S3 to move files older than 30 days into the S3-IA bucket nightly.
Install an AWS storage gateway using stored volumes.
Set up a Direct Connect and back all local hard drives up to S3 over the Direct Connect nightly.
Install an AWS storage gateway using cached volumes.
Question 3
Question
You have a group of web designers who frequently upload large zip files of images to S3, often in excess of 5 GB. Recently, team members have reported that they are receiving the error “Your proposed upload exceeds the maximum allowed object size.” What action should you take to resolve the upload problems?
Answer
Increase the maximum allowed object size in the target S3 bucket used by the web designers.
Ensure that your web designers are using applications or clients that take advantage of the Multipart Upload API for all uploaded objects.
Contact AWS and submit a ticket to have your default S3 bucket size raised; ensure that this is also applied to the target bucket for your web designers’ uploads.
Log in to the AWS console, select the S3 service, and locate your bucket. Edit the bucket properties and increase the maximum object size to 50 GB.
Question 4
Question
For which of the following HTTP methods does S3 have eventual consistency? (Choose
two.)
Answer
PUTs of new objects
UPDATEs
DELETEs
PUTs that overwrite existing objects
Question 5
Question
What is the smallest file size that can be stored on standard class S3?
Answer
1 byte
1 MB
0 bytes
1 KB
Question 6
Question
You’ve just created a new S3 bucket named ytmProfilePictures in the US East 2 region. You need the URL of the bucket for some programmatic access. What is the correct bucket URL?
You’ve just created a new S3 bucket named ytmProfilePictures in the US East 2 region and created a folder at the root level of the bucket called images/. You’ve turned on website hosting and asked your content team to upload images into the images/ folder. At what URL will these images be available through a web browser?