ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

254 / 474

Question 254:

Your development team requires a message to be consumed by multiple consumers in an application. You also need to ensure that the metadata can be sent along with the messages. Which of the following would you implement for this purpose?

Answer options:

A.Implement as SNS topic and use different endpoints for the different types of metadata.
B.Use SQS queues and create different queues for the different type of metadata.
C.Use a FIFO SQS queue to maintain order of messages and fan them out.
D.Use an SNS topic and add message attributes to the messages.