Bird
0
0

What is the main purpose of a Dead Letter Queue (DLQ) in AWS SQS?

easy📝 Conceptual Q11 of 15
AWS - SNS and SQS
What is the main purpose of a Dead Letter Queue (DLQ) in AWS SQS?
ATo speed up message delivery by duplicating messages
BTo store messages that failed processing to keep the main queue clean
CTo permanently delete messages after processing
DTo encrypt messages for security
Step-by-Step Solution
Solution:
  1. Step 1: Understand the role of DLQ

    A Dead Letter Queue is designed to hold messages that cannot be processed successfully after multiple attempts.
  2. Step 2: Compare options with DLQ purpose

    Only To store messages that failed processing to keep the main queue clean correctly describes storing failed messages to keep the main queue clean.
  3. Final Answer:

    To store messages that failed processing to keep the main queue clean -> Option B
  4. Quick Check:

    DLQ stores failed messages [OK]
Quick Trick: DLQ holds failed messages, not speeding or deleting [OK]
Common Mistakes:
MISTAKES
  • Thinking DLQ speeds up delivery
  • Confusing DLQ with message deletion
  • Assuming DLQ encrypts messages

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes