ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

100 / 474

Question 100:

An application needs to make use of a messaging system. The messages need to be processed in the order they are received, and also no duplicates should be allowed. Which of the following would you use for this purpose?

Answer options:

A.Enable FIFO on an existing SQS Standard Queue.
B.Add the .fifo extension to the existing Standard SQS Queue.
C.Consider using SNS.
D.Use the FIFO SQS Queues.