Medium1 markMultiple Choice
AWS SAA-C03 · Question 33 · Domain 3.5: Data Ingestion
An IoT application receives thousands of sensor readings per second. The data needs to be ingested in real-time, buffered, and then loaded into an Amazon Redshift data warehouse for analysis. <br/><br/>Which combination of AWS services should be used to build this ingestion pipeline with the LEAST operational overhead?
An IoT application receives thousands of sensor readings per second. The data needs to be ingested in real-time, buffered, and then loaded into an Amazon Redshift data warehouse for analysis. <br/><br/>Which combination of AWS services should be used to build this ingestion pipeline with the LEAST operational overhead?
Answer options:
A.
Amazon SQS queue triggering an AWS Lambda function that writes to Redshift
B.
Amazon Kinesis Data Streams triggering an AWS Lambda function that writes to Redshift
C.
Amazon Kinesis Data Firehose delivering directly to Amazon Redshift
D.
AWS IoT Core rules engine writing directly to Amazon Redshift
How to approach this question
Identify the managed service designed for loading streaming data into data stores.
Full Answer
C.Amazon Kinesis Data Firehose delivering directly to Amazon Redshift✓ Correct
Amazon Kinesis Data Firehose is the easiest way to reliably load streaming data into data lakes, data stores, and analytics services. It can capture, transform, and load streaming data into Amazon S3, Amazon Redshift, Amazon OpenSearch Service, and custom HTTP endpoints.
Common mistakes
Choosing Kinesis Data Streams, which requires custom consumer applications to process and load the data.
Practice the full AWS SAA-C03 Practice Exam 4
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team wants...MediumQ02An application running on Amazon EC2 instances needs to access an Amazon DynamoDB table. Both res...EasyQ03A company is designing a web application that will be hosted on AWS. The application will use an ...MediumQ04A company is building a mobile app that requires users to authenticate using their social media a...HardQ05A solutions architect is designing a VPC for a three-tier web application. The database tier must...Medium
Expert