AWS Certified Data Analytics – Specialty — Question 100

A manufacturing company wants to create an operational analytics dashboard to visualize metrics from equipment in near-real time. The company uses Amazon
Kinesis Data Streams to stream the data to other applications. The dashboard must automatically refresh every 5 seconds. A data analytics specialist must design a solution that requires the least possible implementation effort.
Which solution meets these requirements?

Answer options

Correct answer: C

Explanation

Option C is the correct choice as it efficiently uses Amazon Kinesis Data Firehose to stream data into Amazon OpenSearch Service, allowing for near-real-time visualization via OpenSearch Dashboards. Options A and D involve storing data in Amazon S3, which introduces latency and does not meet the refresh requirement. Option B suggests a more complex solution involving Apache Spark and custom development, which increases implementation effort.