Practice Test 2026–2027 | S3 Storage
Questions, Answers & Detailed
Rationales
1. A company needs to store objects such as images, videos, and documents
with virtually unlimited scalability. Which AWS service is designed
specifically for this requirement?
A. Amazon EBS
B. Amazon EFS
C. Amazon S3
D. Amazon EC2 Instance Store
Answer: Amazon S3
Rationale: Amazon S3 is an object storage service designed to store and retrieve
virtually unlimited amounts of data with high durability and scalability. EBS and
Instance Store provide block storage, while EFS provides managed file storage.
2. Which S3 feature allows objects to be accessed through a globally unique
bucket name?
,A. Object Lock
B. S3 bucket
C. S3 Access Point
D. S3 Inventory
Answer: S3 bucket
Rationale: An S3 bucket is a container for objects and must have a globally
unique name within the AWS partition.
3. A company wants to store frequently accessed data in Amazon S3 while
minimizing latency and avoiding unnecessary retrieval charges. Which
storage class is generally most appropriate?
A. S3 Glacier Deep Archive
B. S3 Glacier Flexible Retrieval
C. S3 Standard
D. S3 One Zone-IA
Answer: S3 Standard
Rationale: S3 Standard is designed for frequently accessed data and provides
low-latency access without the retrieval characteristics associated with archival
and infrequent-access classes.
4. A company stores data that is accessed only once every few months but
must remain immediately available when needed. Which S3 storage class is
appropriate?
A. S3 Standard
B. S3 Standard-IA
C. S3 Glacier Deep Archive
D. S3 One Zone-IA
Answer: S3 Standard-IA
Rationale: S3 Standard-IA is designed for infrequently accessed data that still
requires rapid access when retrieved.
, 5. A company has reproducible data that can tolerate the loss of an entire
Availability Zone and wants lower-cost infrequent-access storage. Which
class should it consider?
A. S3 Standard
B. S3 Standard-IA
C. S3 One Zone-IA
D. S3 Glacier Deep Archive
Answer: S3 One Zone-IA
Rationale: S3 One Zone-IA stores data in a single Availability Zone, making it
less resilient to the loss of that Availability Zone but potentially less expensive
than multi-AZ infrequent-access storage.
6. Which S3 storage class is designed for long-term archival where data may
be accessed approximately once or twice per year?
A. S3 Standard
B. S3 Intelligent-Tiering
C. S3 Glacier Flexible Retrieval
D. S3 Glacier Deep Archive
Answer: S3 Glacier Deep Archive
Rationale: S3 Glacier Deep Archive is intended for very long-term archival data
with extremely infrequent access requirements.
7. A company cannot predict whether its S3 data will be accessed frequently
or infrequently. Which storage class can automatically move objects
between access tiers based on changing access patterns?
A. S3 Standard-IA
B. S3 Intelligent-Tiering
C. S3 One Zone-IA
D. S3 Glacier Deep Archive
Answer: S3 Intelligent-Tiering
, Rationale: S3 Intelligent-Tiering automatically moves objects among access tiers
based on access patterns, helping optimize storage costs when access patterns
are unpredictable.
8. Which S3 feature automatically transitions objects to different storage
classes according to defined rules?
A. S3 Versioning
B. S3 Object Lock
C. S3 Lifecycle
D. S3 Inventory
Answer: S3 Lifecycle
Rationale: Lifecycle rules can automatically transition objects to lower-cost
storage classes or expire objects after specified periods.
9. A company wants to automatically delete temporary S3 objects after 30
days. Which feature should it use?
A. S3 Replication
B. S3 Lifecycle expiration
C. S3 Versioning
D. S3 Transfer Acceleration
Answer: S3 Lifecycle expiration
Rationale: Lifecycle expiration rules can automatically delete objects after a
specified period, reducing storage costs and eliminating manual cleanup.
10.What is the primary purpose of S3 Versioning?
A. Compressing objects
B. Encrypting objects
C. Maintaining multiple versions of objects
D. Increasing network bandwidth
Answer: Maintaining multiple versions of objects