Easy1 markMultiple Choice
AWS SAA-C03 · Question 21 · Domain 2.3: Decoupling
A company is building an order processing system. Orders are placed by users via a web interface and sent to a backend processing tier. It is critical that orders are processed exactly once and in the exact order they were received. <br/><br/>Which AWS service should the solutions architect use to decouple the web tier from the processing tier?
A company is building an order processing system. Orders are placed by users via a web interface and sent to a backend processing tier. It is critical that orders are processed exactly once and in the exact order they were received. <br/><br/>Which AWS service should the solutions architect use to decouple the web tier from the processing tier?
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
Look for the keywords 'exactly once' and 'exact order'. This always points 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. They provide exactly-once processing and strict ordering.
Common mistakes
Choosing SQS Standard, which does not guarantee order or exactly-once delivery.
Practice the full AWS SAA-C03 Practice Exam 4
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02An application running on Amazon EC2 instances needs to access an Amazon DynamoDB table. Both res...EasyQ03A company is designing a web application that will be hosted on AWS. The application will use an ...MediumQ04A company is building a mobile app that requires users to authenticate using their social media a...HardQ05A solutions architect is designing a VPC for a three-tier web application. The database tier must...Medium
Expert