Medium1 markMultiple Choice
AWS SAA-C03 · Question 22 · Domain 2.3: Decoupling Mechanisms
An e-commerce application processes orders asynchronously. It is critical that orders are processed exactly once and in the exact order they were received. Which AWS service should be used to decouple the application?
An e-commerce application processes orders asynchronously. It is critical that orders are processed exactly once and in the exact order they were received. Which AWS service should be used to decouple the application?
Answer options:
A.
Amazon SQS Standard queue
B.
Amazon SQS FIFO queue
C.
Amazon SNS
D.
Amazon Kinesis Data Streams
How to approach this question
Identify the keywords 'exactly once' and 'exact order' and map them to SQS FIFO.
Full Answer
B.Amazon SQS FIFO queue✓ Correct
Amazon SQS FIFO (First-In-First-Out) queues are designed to enhance messaging between applications when the order of operations and events is critical, or where duplicates can't be tolerated.
Common mistakes
Choosing SQS Standard, which can deliver messages out of order or deliver duplicates.
Practice the full AWS SAA-C03 Practice Exam 5
65 questions · hints · full answers · grading
More questions from this exam
Q01A company needs to grant an external auditor read-only access to specific AWS resources. The audi...EasyQ02An application running on EC2 instances needs to access objects in an S3 bucket. The security tea...MediumQ03A company is designing a VPC for a multi-tier web application. They need to block specific malici...MediumQ04A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...HardQ05A company hosts a web application on an Application Load Balancer (ALB). They are experiencing SQ...Medium
Expert