Leaving presentation mode.

CLD130 Module 3 Knowledge Check

Keyboard Shortcuts

Question 1

A student is learning about Amazon Simple Storage Service (Amazon S3). During an interview, a potential employer asks the student to explain how Amazon S3 can be used as a storage solution. Which option is a use case for Amazon S3?

Amazon S3 use cases include content storage and distribution, backup and restore, archiving, data lakes, disaster recovery (DR), and static website hosting.

Question 2

A <blank> organizes the Amazon Simple Storage Service (Amazon S3) namespace at the highest level.

A bucket is a container for objects that are stored in Amazon S3. They organize the Amazon S3 namespace at the highest level, and they identify the account that is responsible for storage and data transfer charges.

Question 3

A developer wants to store image files in a bucket that is called images-bucket, but receives the error BucketAlreadyExists. Which action must the developer take to resolve this error?

Bucket names are globally unique. If the requested bucket name is not available, the developer must rename the bucket.

Question 4

A developer is using Amazon Simple Storage Service (Amazon S3) to host a static website in a bucket that is called frank-martha-cafe. This bucket is in the us-east-1 Region. Which URL is the virtual-hosted-style URL for the website?

The difference between the Amazon S3 path-style URLs and virtual hosted-style URLs

Question 5

After versioning is enabled on an Amazon Simple Storage Service (Amazon S3) bucket, it can be disabled.

By default, versioning is disabled in S3 buckets. After you enable versioning, you can only suspend it (you cannot disable it).

Question 6

What is the largest size of an object that a user can upload to Amazon Simple Storage Service (Amazon S3) in a single PUT operation?

A single PUT operation can upload or copy objects that are up to 5 GB in size.

Question 7

A developer uses an Amazon Simple Storage Service (Amazon S3) bucket. They want to allow a certain AWS Identity and Access Management (IAM) user to perform any S3 operations on the bucket and its objects. They also want to follow AWS recommendations for granting permissions. Which mechanism should the developer apply to the bucket?

Question 8

A developer wants to allow a user to download private objects directly from an Amazon Simple Storage Service (Amazon S3) bucket without needing AWS security credentials or permissions. What can the developer share with the user to grant them time-limited access to the objects?

A presigned URL provides access to PUT or GET objects without granting permissions to perform any other actions.

Question 9

Which method can be used to encrypt Amazon Simple Storage Service (Amazon S3) objects in transit?

SSL/TLS is one way to protect data in transit.

Question 10

A developer hosts a static website in an Amazon Simple Storage Service (Amazon S3) bucket. The website references image objects in another S3 bucket. However, these images do not display on the website. What could be the problem?

Created 27 February 2025 by Dennis Kibbe. Last modified $Date: 2025/04/27 12:36:00 $ by $Author: dnk $.