ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

235 / 474

Question 235:

Your team needs to develop an application that needs to make use of SQS queues. There is a requirement that when a message is added to the queue, the message is not visible for 5 minutes to consumers. How can you achieve this? Choose 2 answers from the options given below.

Answer options:

A.Increase the visibility timeout of the queue.
B.Implement long polling for the SQS queue.
C.Implement delay queues in AWS.
D.Change the message timer value for each individual message.