Medium1 markMultiple Choice
AWS SAA-C03 · Question 33 · Domain 2.3: Decoupling Mechanisms
An application generates a massive stream of clickstream data (up to 1 GB/second). The data needs to be buffered and then loaded into Amazon S3 for long-term storage and analysis. Which AWS service is designed to ingest this streaming data and automatically deliver it to S3?
An application generates a massive stream of clickstream data (up to 1 GB/second). The data needs to be buffered and then loaded into Amazon S3 for long-term storage and analysis. Which AWS service is designed to ingest this streaming data and automatically deliver it to S3?
Answer options:
A.
Amazon SQS
B.
Amazon Kinesis Data Streams
C.
Amazon Kinesis Data Firehose
D.
AWS Database Migration Service (DMS)
How to approach this question
Identify the need to ingest streaming data and *automatically deliver* it to S3. Firehose does this natively without custom code.
Full Answer
C.Amazon Kinesis Data Firehose✓ Correct
Amazon Kinesis Data Firehose is the easiest way to reliably load streaming data into data lakes, data stores, and analytics services like Amazon S3.
Common mistakes
Confusing Data Streams (requires custom consumers) with Firehose (fully managed delivery).
Practice the full AWS SAA-C03 Practice Exam 7
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 needs...MediumQ02An application runs on Amazon EC2 instances and needs to access an Amazon S3 bucket. What is the ...EasyQ03A company wants to implement federated access to the AWS Management Console for its employees usi...MediumQ04A company is building a mobile application that requires users to sign in using their social medi...EasyQ05A security team wants to enforce MFA for all IAM users before they can terminate EC2 instances. H...Medium
Expert