ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

156 / 474

Question 156:

An application needs to make use of an SQS queue for working with messages. An SQS queue has been created with the default settings. The application needs 60 seconds to process each message. Which of the following step need to be carried out by the application?

Answer options:

A.Change the VisibilityTimeout for each message and then delete the message after processing is completed.
B.Delete the message and change the visibility timeout.
C.Process the message, change the visibility timeout. Delete the message.
D.Process the message and delete the message.