Kinesis Flashcards
Q: Which solution will meet the requirements of ingesting and processing high-volume streaming data with the least operational overhead?
A: Use Amazon Kinesis Data Firehose to deliver streaming data to Amazon S3.
Q: How should a solutions architect design a scalable and fault-tolerant solution to process messages received by an application using Amazon Kinesis Data Streams?
A: Configure the application to write the messages to a Kinesis data stream. Use AWS Lambda functions subscribed to the data stream to process the messages.
What solution will meet the requirements of reliably capturing and processing event data from thousands of IoT devices in a scalable and cost-effective manner?
A: Use Amazon Kinesis Data Streams to ingest the data and Amazon Lambda functions to process the data.