Question 351 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. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. 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 runs an e-commerce web application on Amazon EC2 instances. During flash sales, the backend order processing service becomes overloaded and drops requests, causing customer failures. The company needs a durable, scalable, and fully managed service to buffer incoming order requests and decouple the web tier from the backend processing tier. Orders must be stored reliably and processed in the order they were received. Which AWS service should the company use?

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

Amazon Simple Queue Service (SQS)

Amazon Simple Queue Service (SQS) is a fully managed message queuing service that decouples application components. It provides durable, scalable storage for incoming order requests and supports FIFO (First-In-First-Out) queues to guarantee that messages are processed exactly once and in the order they were sent, meeting the requirement for ordered processing.

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.

  • Amazon Simple Notification Service (SNS)

    Why it's wrong here

    Amazon SNS is a pub/sub messaging service used for sending notifications to many subscribers. It does not buffer messages in a queue or guarantee FIFO ordering, so it is not suitable for decoupling and buffering order requests.

  • Amazon Simple Queue Service (SQS)

    Why this is correct

    Amazon SQS is a fully managed message queuing service that decouples application components. It can durably store messages until they are processed, and FIFO queues guarantee exactly-once processing and strict message ordering. This matches all stated requirements.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Amazon Kinesis Data Streams

    Why it's wrong here

    Amazon Kinesis Data Streams is designed for real-time streaming of large data volumes (e.g., clickstreams, logs). While it can retain data, it is not a simple order-processing queue and is overkill for buffering Web order requests. It also does not guarantee FIFO ordering for individual messages in the same way SQS FIFO does.

    When this WOULD be correct

    A company needs to ingest and process real-time clickstream data from millions of users, analyze it with multiple consumers (e.g., for fraud detection and analytics), and retain data for up to 7 days. Kinesis Data Streams would be correct for this high-throughput, real-time streaming scenario.

  • Amazon MQ

    Why it's wrong here

    Amazon MQ is a managed message broker service for Apache ActiveMQ and RabbitMQ. It is useful for migrating existing applications that use those protocols, but for a new, simple queue with FIFO ordering, Amazon SQS is simpler, more scalable, and more cost-effective.

    When this WOULD be correct

    A company needs to migrate an existing on-premises application that uses JMS-compatible message brokers (e.g., ActiveMQ or RabbitMQ) to AWS without rewriting application code. They require a managed service that supports standard messaging protocols like AMQP, MQTT, and JMS, and they are willing to manage broker instances for compatibility.

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.

Amazon Simple Queue Service (SQS)Correct answer

Why this is correct

Amazon SQS is a fully managed message queuing service that decouples application components. It can durably store messages until they are processed, and FIFO queues guarantee exactly-once processing and strict message ordering. This matches all stated requirements.

Amazon Kinesis Data StreamsWrong answer — click to see why

Why this is wrong here

Amazon Kinesis Data Streams is designed for real-time streaming of large-scale data, not for decoupling web and backend tiers with reliable, ordered message processing. It does not guarantee exactly-once processing or strict FIFO ordering within a shard without custom logic, and it is not a fully managed buffer for decoupling in this context.

★ When this WOULD be the correct answer

A company needs to ingest and process real-time clickstream data from millions of users, analyze it with multiple consumers (e.g., for fraud detection and analytics), and retain data for up to 7 days. Kinesis Data Streams would be correct for this high-throughput, real-time streaming scenario.

Why candidates choose this

Candidates may confuse Kinesis Data Streams with a queuing service because both handle data in transit. The word 'streams' and its ability to buffer data can mislead those who overlook the requirement for strict FIFO ordering and decoupling, which SQS FIFO queues provide.

Amazon MQWrong answer — click to see why

Why this is wrong here

Amazon MQ is a managed message broker service for ActiveMQ and RabbitMQ, but it is not fully managed in the sense of serverless scaling and durability; it requires provisioning and managing broker instances. It also does not guarantee strict FIFO ordering without additional configuration, and it is not the best fit for a fully managed, durable, scalable buffer that decouples tiers in a serverless manner.

★ When this WOULD be the correct answer

A company needs to migrate an existing on-premises application that uses JMS-compatible message brokers (e.g., ActiveMQ or RabbitMQ) to AWS without rewriting application code. They require a managed service that supports standard messaging protocols like AMQP, MQTT, and JMS, and they are willing to manage broker instances for compatibility.

Why candidates choose this

Candidates may confuse Amazon MQ with a fully managed queue service because it is a managed message broker, but they overlook that it still involves provisioning instances and does not offer the same serverless, auto-scaling, and FIFO guarantees as Amazon SQS.

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 Amazon Kinesis Data Streams with a message queue, but Kinesis is optimized for real-time analytics and stream processing, not for durable, ordered, exactly-once message buffering required for decoupling web and backend tiers.

Detailed technical explanation

How to think about this question

SQS FIFO queues use a first-in-first-out delivery logic and exactly-once processing by assigning a unique deduplication ID to each message, preventing duplicates within a 5-minute deduplication window. Under the hood, SQS distributes messages across multiple servers and availability zones for durability, while the FIFO queue ensures strict ordering by grouping messages into message groups; all messages within a group are processed sequentially, which is critical for order processing where sequence matters.

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 media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.

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: Amazon Simple Queue Service (SQS) — Amazon Simple Queue Service (SQS) is a fully managed message queuing service that decouples application components. It provides durable, scalable storage for incoming order requests and supports FIFO (First-In-First-Out) queues to guarantee that messages are processed exactly once and in the order they were sent, meeting the requirement for ordered processing.

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.

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.