Take the Quiz

Question 1 of 75

What is the purpose of the `dead-letter queue` feature in Amazon SQS?

Correct Answer: ['To route failed messages for debugging']

Explanation: Dead-letter queues (DLQs) store messages that fail to be processed, providing a mechanism for debugging and analysis.

Learn More: Documentation