ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

423 / 474

Question 423:

Developer Team is working on an event driven application that needs to process data stored in the Amazon S3 bucket & notify multiple subscribers using Amazon SNS. Thus, a single topic is created in Amazon SNS & messages are pushed to multiple Amazon SQS queues subscribed to this topic. Which of the following is a correct statement with regards to messages sent to the Amazon SQS queue?

Answer options:

A.Each Queue will receive an identical message sent to that topic instantaneously.
B.Message sent to the topic will be evenly distributed among all the queues which have subscribed to this topic.
C.Each Queue will receive a message sent to that topic asynchronously with a time delay.
D.Messages sent to the topic will be visible to the queue, once processing of the message is completed by the first queue.