SOA-C02 · Question #227
SOA-C02 Question #227: Real Exam Question with Answer & Explanation
The correct answer is A: Create a new SQS FIFO gueue.. Every message sent to a FIFO queue requires a message group ID. If you don't need multiple ordered message groups, specify the same message group ID for all your messages. https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO- queues-moving.html
Question
A company uses an Amazon Simple Queue Service (Amazon SQS) standard queue with its application. The application sends messages to the queue with unique message bodies. The company decides to switch to an SQS FIFO queue. What must the company do to migrate to an SQS FIFO queue?
Options
- ACreate a new SQS FIFO gueue.
- BCreate a new SQS FIFO queue.
- CModify the queue type from SQS standard to SQS FIFO.
- DModify the queue type from SQS standard to SQS FIFO.
Explanation
Every message sent to a FIFO queue requires a message group ID. If you don't need multiple ordered message groups, specify the same message group ID for all your messages. https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO- queues-moving.html
Community Discussion
No community discussion yet for this question.