nerdexam
Amazon

CLF-C02 · Question #452

Which AWS service or feature should a company use between two microservices to ensure that messages are sent and received in exact order?

The correct answer is D. Amazon Simple Queue Service (Amazon SQS) FIFO queues. Amazon SQS FIFO queues are specifically designed to ensure that messages are processed in the exact order in which they are sent. This feature is critical for use cases where maintaining the sequence of events is important. FIFO (First-In-First-Out) queues also prevent duplicate

Submitted by yaw92· Mar 6, 2026Cloud Technology and Services

Question

Which AWS service or feature should a company use between two microservices to ensure that messages are sent and received in exact order?

Options

  • AAmazon Simple Email Service (Amazon SES)
  • BAmazon Simple Notification Service (Amazon SNS)
  • CAmazon S3 Event Notifications
  • DAmazon Simple Queue Service (Amazon SQS) FIFO queues

How the community answered

(46 responses)
  • A
    2% (1)
  • B
    4% (2)
  • C
    2% (1)
  • D
    91% (42)

Explanation

Amazon SQS FIFO queues are specifically designed to ensure that messages are processed in the exact order in which they are sent. This feature is critical for use cases where maintaining the sequence of events is important. FIFO (First-In-First-Out) queues also prevent duplicate messages, ensuring that each message is delivered and processed exactly once.

Community Discussion

No community discussion yet for this question.

Full CLF-C02 Practice