ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

341 / 474

Question 341:

An application needs to make use of the SQS service for sending and receiving messages. The application takes 60 seconds to process a message. Assuming that a queue has been created with the default settings, which one of the following must be implemented?

Answer options:

A.Call the ChangeMessageVisibility API and increase the timeout.
B.Call the DeleteMessage API to increase the timeout.
C.Call the ChangeMessageVisibility API and decrease the timeout. Call the DeleteMessage API to delete the message.
D.Call the DeleteMessage API to delete the message from the queue first. Call the ChangeMessageVisibility API and increase the timeout.