Question 999 of 1,024
Cloud Technology and ServicesmediumMultiple ChoiceObjective-mapped

CLF-C02 Cloud Technology and Services Practice Question

This CLF-C02 practice question tests your understanding of cloud technology and services. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A company stores historical sales data in Amazon S3. The data is accessed only once a month for generating quarterly reports. When accessed, the data must be available for retrieval within seconds. The company wants to minimize storage costs while meeting the retrieval latency requirement. Which S3 storage class should the company use?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "minimum / minimize"

    Why it matters: Asks for the least resource use — fewest addresses, smallest subnet, lowest overhead. Eliminate over-provisioned options even if they would technically work.

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

S3 Standard-IA (Infrequent Access)

S3 Standard-IA (Infrequent Access) is the correct choice because it offers the same low-latency retrieval (milliseconds) as S3 Standard but at a lower storage cost, making it ideal for data accessed infrequently (e.g., once a month) yet requiring immediate availability. The company's requirement of 'within seconds' is fully met by S3 Standard-IA, which provides the same first-byte latency as S3 Standard, while minimizing storage costs for data that is not accessed frequently.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • S3 Standard

    Why it's wrong here

    S3 Standard is designed for frequently accessed data and provides low latency and high throughput. However, it has the highest storage cost among these options, making it unnecessarily expensive for data accessed only once a month.

    When this WOULD be correct

    A company needs to store frequently accessed data (e.g., multiple times per day) for a real-time analytics application, and retrieval must be within milliseconds. S3 Standard would be the correct choice because it offers low latency and high throughput for frequent access patterns.

  • S3 Intelligent-Tiering

    Why it's wrong here

    S3 Intelligent-Tiering automatically moves objects between access tiers based on changing access patterns. While it can cost-effectively handle unpredictable access, it charges a monthly monitoring fee. For a known, monthly access pattern, S3 Standard-IA would be more cost-effective.

    When this WOULD be correct

    A company stores data with unpredictable access patterns, where some objects may be accessed frequently and others rarely, and wants to automatically optimize storage costs without manual tier changes.

  • S3 Standard-IA (Infrequent Access)

    Why this is correct

    S3 Standard-IA is optimized for infrequently accessed data that requires millisecond retrieval. It offers lower storage costs than S3 Standard, with a retrieval fee. This matches the scenario: monthly access with seconds retrieval latency and lowest cost.

    Clue confirmation

    The clue word "minimum / minimize" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • S3 Glacier Deep Archive

    Why it's wrong here

    S3 Glacier Deep Archive provides the lowest storage cost but has retrieval times of 12 to 48 hours. This does not meet the requirement that data be available within seconds when accessed.

    When this WOULD be correct

    A company needs to archive data that is accessed less than once a year, with retrieval times of 12-48 hours acceptable, and wants the lowest possible storage cost.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The CLF-C02 exam frequently reuses these exact scenarios with slightly different constraints.

S3 Standard-IA (Infrequent Access)Correct answer

Why this is correct

S3 Standard-IA is optimized for infrequently accessed data that requires millisecond retrieval. It offers lower storage costs than S3 Standard, with a retrieval fee. This matches the scenario: monthly access with seconds retrieval latency and lowest cost.

S3 StandardWrong answer — click to see why

Why this is wrong here

S3 Standard is designed for frequently accessed data with millisecond latency, but it has higher storage costs than S3 Standard-IA. Since the data is accessed only once a month, Standard-IA provides the same retrieval latency at lower cost, making Standard suboptimal for minimizing storage costs.

★ When this WOULD be the correct answer

A company needs to store frequently accessed data (e.g., multiple times per day) for a real-time analytics application, and retrieval must be within milliseconds. S3 Standard would be the correct choice because it offers low latency and high throughput for frequent access patterns.

Why candidates choose this

Candidates may default to S3 Standard as the default or most familiar storage class, overlooking the cost savings of infrequent access tiers when access patterns are sparse.

S3 Intelligent-TieringWrong answer — click to see why

Why this is wrong here

S3 Intelligent-Tiering is designed for data with unknown or changing access patterns, but here the access pattern is known (monthly) and predictable, making Standard-IA more cost-effective without the monitoring fee.

★ When this WOULD be the correct answer

A company stores data with unpredictable access patterns, where some objects may be accessed frequently and others rarely, and wants to automatically optimize storage costs without manual tier changes.

Why candidates choose this

Candidates may think Intelligent-Tiering automatically saves costs for any infrequently accessed data, overlooking that it adds a monitoring fee and is less cost-effective than Standard-IA for predictable, low-access patterns.

S3 Glacier Deep ArchiveWrong answer — click to see why

Why this is wrong here

S3 Glacier Deep Archive has a retrieval time of 12-48 hours, which does not meet the requirement of 'available for retrieval within seconds' for monthly data access.

★ When this WOULD be the correct answer

A company needs to archive data that is accessed less than once a year, with retrieval times of 12-48 hours acceptable, and wants the lowest possible storage cost.

Why candidates choose this

Candidates may think 'minimize storage costs' means choosing the cheapest class, overlooking the retrieval latency requirement of seconds.

Analysis generated from the official CLF-C02blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse 'infrequent access' with 'archival access' and incorrectly choose S3 Glacier Deep Archive, overlooking the critical retrieval latency requirement of 'within seconds' that only S3 Standard-IA (or S3 Standard) can meet.

Detailed technical explanation

How to think about this question

S3 Standard-IA stores data on the same high-durability, low-latency infrastructure as S3 Standard but with a per-GB retrieval fee to offset the lower storage cost. This trade-off makes it ideal for data that is accessed infrequently but requires immediate access, such as quarterly reporting data. A real-world scenario is a company that archives monthly sales data for compliance audits; using S3 Standard-IA reduces storage costs by ~50% compared to S3 Standard while still allowing instant retrieval when auditors request the data.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A startup's cloud architect reviews their monthly bill and notices costs are higher than expected for a long-running batch job. Switching from on-demand instances to Reserved Instances — or using Spot/Preemptible VMs — can reduce compute costs by up to 72 %. Questions like this test whether you understand the tradeoffs between commitment, flexibility, and cost across cloud pricing models.

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

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related CLF-C02 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free CLF-C02 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this CLF-C02 question test?

Cloud Technology and Services — This question tests Cloud Technology and Services — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: S3 Standard-IA (Infrequent Access) — S3 Standard-IA (Infrequent Access) is the correct choice because it offers the same low-latency retrieval (milliseconds) as S3 Standard but at a lower storage cost, making it ideal for data accessed infrequently (e.g., once a month) yet requiring immediate availability. The company's requirement of 'within seconds' is fully met by S3 Standard-IA, which provides the same first-byte latency as S3 Standard, while minimizing storage costs for data that is not accessed frequently.

What should I do if I get this CLF-C02 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "minimum / minimize". Asks for the least resource use — fewest addresses, smallest subnet, lowest overhead. Eliminate over-provisioned options even if they would technically work.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More CLF-C02 practice questions

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This CLF-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 CLF-C02 exam.