SAP-C02 Practice Question: Accelerate Workload Migration and Modernization
An organization is modernizing a legacy application by breaking it into microservices on AWS. The application processes customer orders and sends notifications. The team wants to decouple the order processing from the notification service to improve scalability. Which AWS service should they use to asynchronously pass messages between the services?
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 (Amazon SQS)
Amazon SQS is a fully managed message queue service that enables decoupling of application components. SNS is pub/sub; EventBridge is event bus; Kinesis is for real-time streaming. For simple point-to-point async messaging, SQS is the best fit.
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 Kinesis Data Streams
Why it's wrong here
Kinesis Data Streams is designed for real-time streaming of large data, not for simple async messaging between two services.
- ✗
Amazon EventBridge
Why it's wrong here
Amazon EventBridge is incorrect because it functions as an event bus, routing events based on rules, rather than a message queuing service for direct asynchronous message passing between application components. The scenario requires messages to be delivered for processing, typically consumed from a queue. EventBridge is tempting as it enables decoupling and asynchronous communication, being ideal for building event-driven architectures where services react to state changes or occurrences from various sources.
- ✗
Amazon Simple Notification Service (Amazon SNS)
Why it's wrong here
SNS is a pub/sub messaging service, not a queue. It is suitable for fan-out notifications but not for decoupling point-to-point messages.
- ✓
Amazon Simple Queue Service (Amazon SQS)
Why this is correct
SQS provides a durable message queue that decouples the order processing service from the notification service, allowing asynchronous processing.
Go deeper
Related to this question
About these practice questions
This SAP-C02 question is part of Courseiva's 1,660-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
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.