Bird
0
0

You want to ensure that messages published to an SNS topic are delivered to multiple SQS queues with guaranteed order per queue. Which configuration should you use?

hard📝 Application Q8 of 15
AWS - SNS and SQS
You want to ensure that messages published to an SNS topic are delivered to multiple SQS queues with guaranteed order per queue. Which configuration should you use?
AUse standard SNS topic and standard SQS queues.
BUse standard SNS topic and FIFO SQS queues.
CUse FIFO SNS topic and standard SQS queues.
DUse FIFO SNS topic and FIFO SQS queues with content-based deduplication.
Step-by-Step Solution
Solution:
  1. Step 1: Understand ordering requirements

    FIFO topics and queues guarantee message order and exactly-once delivery.
  2. Step 2: Match SNS and SQS types

    Both SNS and SQS must be FIFO to maintain order per queue.
  3. Step 3: Enable content-based deduplication

    This avoids duplicate messages when message IDs are not provided.
  4. Final Answer:

    Use FIFO SNS topic and FIFO SQS queues with content-based deduplication. -> Option D
  5. Quick Check:

    FIFO SNS + FIFO SQS = ordered delivery [OK]
Quick Trick: Use FIFO SNS and FIFO SQS for ordered delivery [OK]
Common Mistakes:
MISTAKES
  • Mixing standard and FIFO services
  • Ignoring deduplication settings
  • Assuming standard queues guarantee order

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes