AWS Certified Data Engineer – Associate (DEA-C01) — Question 242

A company needs to aggregate and filter a large amount of streaming data in real-time with low latency. The company needs to store the data in Amazon S3 for analysis.

Which solution will meet these requirements in the MOST operationally efficient way?

Answer options

Correct answer: C

Explanation

The correct answer is C because Amazon Kinesis Data Streams combined with Amazon Managed Service for Apache Flink allows for complex data processing and real-time analytics, which is essential for the requirements stated. The other options either do not provide the necessary complexity in processing (like options B and D) or rely too heavily on Lambda functions, which may not be as efficient for high-volume data streams (as in option A).