ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

174 / 474

Question 174:

You are developing a system that will be sending messages to an SQS queue. Another application will be running on an EC2 Instance that will be used to process the messages. Which of the following are BEST practices for making COST effective use of the SQS queues? Choose 2 answers from the options given below.

Answer options:

A.Use short polling for SQS queues.
B.Use long polling for SQS queues.
C.Group the SQS API operations in batches.
D.Use single queue operations.