Courseiva
Continuous Improvement for Existing SolutionsmediumMultiple ChoiceObjective-mapped

SAP-C02 Continuous Improvement for Existing Solutions Practice Question

A company uses Amazon S3 to store backups. The backup process uploads objects with a prefix 'backups/' and sets the storage class to STANDARD_IA. The company wants to automatically move objects older than 30 days to GLACIER. What is the most efficient way to achieve this?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Create an S3 Lifecycle rule that transitions objects with prefix 'backups/' to GLACIER after 30 days.

An S3 Lifecycle rule can be configured to transition objects with the prefix 'backups/' to the GLACIER storage class after 30 days. This is the most efficient and automated approach. Option A is incorrect because using AWS Lambda triggered by S3 events to change the storage class would be less efficient and more complex than a lifecycle rule. Option B is incorrect because S3 Batch Operations are designed for one-time bulk operations, not for ongoing, time-based transitions. Option D is incorrect because S3 Intelligent-Tiering automatically moves objects between access tiers based on changing access patterns, but it does not automatically move objects to GLACIER after a fixed period; lifecycle rules are more appropriate for this requirement.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Use an AWS Lambda function triggered by S3 events to change the storage class.

    Why it's wrong here

    Possible but less efficient than Lifecycle rules.

  • Use S3 Batch Operations to copy objects to a new bucket with GLACIER storage class.

    Why it's wrong here

    This is a one-time operation, not ongoing management.

  • Create an S3 Lifecycle rule that transitions objects with prefix 'backups/' to GLACIER after 30 days.

    Why this is correct

    Lifecycle rules automate transitions based on age.

  • Enable S3 Intelligent-Tiering on the bucket.

    Why it's wrong here

    Intelligent-Tiering does not automatically move to GLACIER.

Quick reference

AWS S3 Storage Class Comparison

Storage ClassMin DurationRetrievalUse Case
S3 StandardNoneImmediateFrequently accessed data
S3 Standard-IA30 daysImmediateInfrequent access, rapid retrieval
S3 One Zone-IA30 daysImmediateNon-critical infrequent data
S3 Intelligent-TieringNoneImmediate–hoursUnknown or changing access patterns
S3 Glacier Instant90 daysMillisecondsArchive with instant retrieval
S3 Glacier Flexible90 daysMinutes–hoursArchive, flexible retrieval
S3 Glacier Deep Archive180 daysHoursLong-term compliance archive

About these practice questions

Courseiva writes every SAP-C02 question from scratch — 1,660 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This SAP-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SAP-C02 exam.