AWS Certified Developer – Associate — Question 169

What does an Amazon SQS delay queue accomplish?

Answer options

Correct answer: A

Explanation

The correct answer is A because a delay queue in Amazon SQS is specifically designed to hide messages for a set duration when they are initially placed in the queue. Options B, C, and D do not accurately describe the behavior of delay queues; B refers to post-consumption behavior, C is about polling rather than delay, and D incorrectly states deletion restrictions.