Multiple Choice
A company is designing a web application using AWS that processes 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 be lost. The solution should be simple to set up and maintain. Which solution meets these requirements?
A) Create multiple Amazon Kinesis data streams based on the quote type. Configure the web application to send messages to the proper data stream. Configure each backend group of application servers to pool messages from its own data stream using the Kinesis Client Library (KCL) .
B) Create multiple Amazon Simple Notification Service (Amazon SNS) topics and register Amazon SQS queues to their own SNS topic based on the quote type. Configure the web application to publish messages to the SNS topic queue. Configure each backend application server to work its own SQS queue.
C) Create a single Amazon Simple Notification Service (Amazon SNS) topic and subscribe the Amazon SQS queues to the SNS topic. Configure SNS message filtering to publish messages to the proper SQS queue based on the quote type. Configure each backend application server to work its own SQS queue.
D) Create multiple Amazon Kinesis Data Firehose delivery streams based on the quote type to deliver data streams to an Amazon Elasticsearch Service (Amazon ES) cluster. Configure the web application to send messages to the proper delivery stream. Configure each backend group of application servers to search for the messages from Amazon ES and process them accordingly.
Correct Answer:

Verified
Correct Answer:
Verified
Q186: A company that recently started using AWS
Q187: A company hosts its application using Amazon
Q188: A disaster response team is using drones
Q189: A solutions architect is deploying a distributed
Q190: A company collects temperature, humidity, and atmospheric
Q192: A solutions architect is creating a new
Q193: A public-facing web application queries a database
Q194: A company has copied 1 PB of data
Q195: A company has a mobile game that
Q196: A company hosts multiple production applications. One