Medium1 markMultiple Choice
AWS SAP-C02 · Question 32 · Domain 2.4: Reliability
A company is building an IoT application. Millions of devices will send MQTT messages to AWS IoT Core. The data needs to be buffered, processed in real-time to detect anomalies, and then stored in Amazon S3 for long-term analytics. Which THREE services should be integrated to build this pipeline? (Select THREE)
A company is building an IoT application. Millions of devices will send MQTT messages to AWS IoT Core. The data needs to be buffered, processed in real-time to detect anomalies, and then stored in Amazon S3 for long-term analytics. Which THREE services should be integrated to build this pipeline? (Select THREE)
Answer options:
A.
Amazon SQS
B.
Amazon Kinesis Data Streams
C.
Amazon Kinesis Data Analytics
D.
AWS Batch
E.
Amazon RDS
F.
Amazon Kinesis Data Firehose
G.
AWS Step Functions
How to approach this question
Identify the AWS streaming data pipeline components.
Full Answer
B,C,F
The standard AWS streaming pipeline uses Kinesis Data Streams for buffering, Kinesis Data Analytics for real-time processing/anomaly detection, and Kinesis Data Firehose to deliver the data to S3.
Common mistakes
Choosing SQS instead of Kinesis for high-throughput stream processing.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 2
75 questions · hints · full answers · grading
More questions from this exam
Q01A company is setting up a multi-account AWS environment using AWS Organizations. They need to ens...EasyQ02An enterprise needs to connect its on-premises data center to AWS. They require a dedicated, priv...EasyQ03A company wants to share a single AWS Transit Gateway across multiple AWS accounts within their A...EasyQ04An architect needs to design a highly available database architecture that spans multiple AWS Reg...EasyQ05A global financial institution is migrating its core banking application to AWS. The application ...Medium
Expert