ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

284 / 474

Question 284:

As a developer, you are writing an application that will be hosted on an EC2 Instance. This application will interact with a queue defined using the Simple Queue service. The messages will appear in the queue during a 20-60 second time duration. Which of the following strategy should be used to query the queue for messages effectively?

Answer options:

A.Use dead letter queues.
B.Use FIFO queues.
C.Use long polling.
D.Use short polling.