ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

23 / 474

Question 23:

You’ve been hired as a developer to work on an application. This application is hosted on an EC2 Instance and interacts with an SQS queue. It’s been noticed that when the application is pulling messages, a lot of empty responses are being returned. What change can you make to ensure that the application uses the SQS queue effectively?

Answer options:

A.Use long polling
B.Set a custom visibility timeout
C.Use short polling
D.Implement exponential backoff.