AWS Certified Solutions Architect – Associate (SAA-C03) — Question 275

A company is using AWS to design a web application that will process insurance quotes. Users will request quotes from the application. Quotes must be separated by quote type, must be responded to within 24 hours, and must not get lost. The solution must maximize operational efficiency and must minimize maintenance.

Which solution meets these requirements?

Answer options

Correct answer: C

Explanation

Using a single Amazon SNS topic with SQS subscriptions and SNS message filtering provides a fully managed, serverless, and highly durable solution that requires minimal operational maintenance. Amazon SQS ensures that messages are not lost and can be stored safely for up to 14 days, easily meeting the 24-hour response requirement. Kinesis-based solutions (Options A and D) introduce unnecessary operational complexity and management overhead, while Option B lacks the durable queueing of SQS to guarantee message preservation during backend processing delays.