ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

265 / 465

Question 265:

Your company manages a high-end auctioning site. The members register their products with the company and manage the actions related to the products. The application is built using NodeJS and MongoDB. It also uses the Redis to cache the current auctioning data and pub/sub to distribute the auction-related events like bidding count and price fluctuations.

Answer options:

A.Use the Simple Queue Service (SQS) standard queue.
B.Use the Simple Notification Service (SNS), which is similar to the Redis pub/sub, but automatically supports unlimited messages and scales.
C.Create and use the Simple Notification Service (SNS) FIFO queue.
D.Use the Simple Queue Service (SQS) FIFO queue and migrate the bid processing module to the Lambda.
E.Configure a message group identifier to represent a distinct ordered message group within the FIFO queue.