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

A company is creating near real-time dashboards to visualize time series data. The company ingests data into Amazon Managed Streaming for Apache Kafka (Amazon MSK). A customized data pipeline consumes the data. The pipeline then writes data to Amazon Keyspaces (for Apache Cassandra), Amazon OpenSearch Service, and Apache Avro objects in Amazon S3.

Which solution will make the data available for the data visualizations with the LEAST latency?

Answer options

Correct answer: A

Explanation

Option A is the correct choice because creating OpenSearch Dashboards directly uses the data from OpenSearch Service, which minimizes latency. The other options involve additional steps and services, such as querying Avro objects or cataloging data, which introduce delays compared to directly utilizing OpenSearch for real-time visualizations.