AWS Certified Developer - Associate

AWS Certified Developer - Associate

Get started today

Ultimate access to all questions.


Your application frequently sends messages to an Amazon Simple Queue Service (SQS) queue. Another application polls this SQS queue and specifies which message to retrieve during each polling cycle.

Which of the following options describe the maximum number of messages that can be retrieved at one time?




Explanation:

Overall explanation Correct option:

10

After you send messages to a queue, you can receive and delete them. When you request messages from a queue, you can't specify which messages to retrieve. Instead, you specify the maximum number of messages (up to 10) that you want to retrieve.

Incorrect options:

5

20

100