SOA-C02 · Question #503
SOA-C02 Question #503: Real Exam Question with Answer & Explanation
The correct answer is D: Create a queue for alarm notifications and a queue for information notifications. Update the. By creating separate SQS queues for alarm notifications and information notifications and then updating the application to process messages from the alarm notifications queue first, the solution ensures that high-priority alarm messages are processed before lower-priority informa
Question
A company has an application that collects notifications from thousands of alarm systems. The notifications include alarm notifications and information notifications. The information notifications include the system arming processes, disarming processes, and sensor status. All notifications are kept as messages in an Amazon Simple Queue Service (Amazon SQS) queue. Amazon EC2 instances that are in an Auto Scaling group process the messages. A SysOps administrator needs to implement a solution that prioritizes alarm notifications over information notifications. Which solution will meet these requirements?
Options
- AAdjust the Auto Scaling group to scale faster when a high number of messages is in the queue.
- BUse the Amazon Simple Notification Service (Amazon SNS) fanout feature with Amazon SQS to
- CAdd an Amazon DynamoDB stream to accelerate the message processing
- DCreate a queue for alarm notifications and a queue for information notifications. Update the
Explanation
By creating separate SQS queues for alarm notifications and information notifications and then updating the application to process messages from the alarm notifications queue first, the solution ensures that high-priority alarm messages are processed before lower-priority information messages. This approach meets the requirement with minimal changes to the existing
Community Discussion
No community discussion yet for this question.