Easy1 markMultiple Choice
AWS SAA-C03 · Question 23 · Domain 2.1: Scalable Architectures
A company is building a decoupled application where a producer sends messages to a queue, and a consumer processes them. The order of the messages is critical, and duplicate processing must be avoided. Which AWS service should be used?
A company is building a decoupled application where a producer sends messages to a queue, and a consumer processes them. The order of the messages is critical, and duplicate processing must be avoided. Which AWS service should be used?
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
Match 'order is critical' and 'no duplicates' with SQS FIFO.
Full Answer
B.Amazon SQS FIFO queue✓ Correct
Amazon SQS FIFO queue
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 and may deliver duplicates.
Practice the full AWS SAA-C03 Practice Exam 1
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...MediumQ02A solutions architect is designing an application that will run on Amazon EC2 instances. The appl...EasyQ03A company wants to implement a federated identity solution for its employees to access the AWS Ma...MediumQ04A mobile application needs to access Amazon DynamoDB directly to read user-specific data. The app...HardQ05A company is hosting a web application on Amazon EC2 instances. The application connects to an Am...Medium
Expert