Medium1 markMultiple Choice
Domain 2.1: Scalable ArchitecturesSQSDecouplingArchitecture

AWS SAA-C03 · Question 22 · Domain 2.1: Scalable Architectures

An e-commerce application processes orders asynchronously. The order processing system must ensure that every order is processed exactly once and in the exact order it was received.<br/><br/>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

Look for the keywords 'exactly once' and 'exact order'.

Full Answer

B.Amazon SQS FIFO queue✓ Correct
Amazon SQS FIFO (First-In-First-Out) queues are designed to guarantee that messages are processed exactly once, in the exact order that they are sent.

Common mistakes

Choosing SQS Standard, which allows occasional duplicates and out-of-order delivery.

Practice the full AWS SAA-C03 Practice Exam 6

65 questions · hints · full answers · grading

More questions from this exam