
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
Which AWS service or feature should a company use between two microservices to ensure that messages are sent and received in exact order?
A
Amazon Simple Email Service (Amazon SES)
B
Amazon Simple Notification Service (Amazon SNS)
C
Amazon S3 Event Notifications
D
Amazon Simple Queue Service (Amazon SQS) FIFO queues
Explanation:
Amazon SQS FIFO (First-In-First-Out) queues are specifically designed to ensure that messages are processed in the exact order they are sent. Here's why:
Why other options are incorrect:
FIFO queues are the ideal choice for microservices architectures where message ordering is critical, such as financial transactions, order processing, or any workflow that requires sequential processing.