ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

8 / 465

Question 8:

A company has run a major auction platform where people buy and sell a wide range of products. The platform requires that transactions from buyers and sellers get processed in exactly the order received. At the moment, the platform is implemented using RabbitMQ which is a light-weighted queue system. The company consulted you to migrate the on-premise platform to AWS. How should you design the migration plan? (Select TWO)

Answer options:

A.When the bids are received, send the bids to an SQS FIFO queue before they are processed.
B.When the users have submitted the bids from the frontend, the backend service delivers the messages to an SQS standard queue.
C.Add a message group ID to the messages before they are sent to the SQS queue so that the message processing is in a strict order.
D.Use an EC2 or Lambda to add a deduplication ID to the messages before the messages are sent to the SQS queue to ensure that bids are processed in the right order.