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

A lab uses IoT sensors to monitor humidity, temperature, and pressure for a project. The sensors send 100 KB of data every 10 seconds. A downstream process will read the data from an Amazon S3 bucket every 30 seconds.

Which solution will deliver the data to the S3 bucket with the LEAST latency?

Answer options

Correct answer: C

Explanation

Option C is the best choice because using the Kinesis Client Library allows for real-time data processing with a short buffer interval of 5 seconds, minimizing latency. The other options either use default buffer settings or additional services that introduce more complexity and potential delay, which is less efficient for immediate data delivery.