AWS Certified Data Analytics – Specialty — Question 126

A data analyst is designing a solution to interactively query datasets with SQL using a JDBC connection. Users will join data stored in Amazon S3 in Apache ORC format with data stored in Amazon OpenSearch Service (Amazon Elasticsearch Service) and Amazon Aurora MySQL.
Which solution will provide the MOST up-to-date results?

Answer options

Correct answer: D

Explanation

Option D is correct because Apache Presto allows querying data from multiple sources in real-time without moving it, ensuring up-to-date results. Options A and B involve moving data to other services, which can introduce latency and may not reflect the most current state. Option C, while capable, does not leverage the optimized querying capabilities of Presto for multiple data sources.