AWS Certified Data Analytics – Specialty — Question 111

A company analyzes historical data and needs to query data that is stored in Amazon S3. New data is generated daily as .csv files that are stored in Amazon S3.
The company's analysts are using Amazon Athena to perform SQL queries against a recent subset of the overall data. The amount of data that is ingested into
Amazon S3 has increased substantially over time, and the query latency also has increased.
Which solutions could the company implement to improve query performance? (Choose two.)

Answer options

Correct answer: C, E

Explanation

Option C is correct because using AWS Glue to convert data to Apache Parquet format and partition it can significantly enhance query performance in Athena. Option E, while it suggests compression, does not provide the same level of performance improvement as partitioning and converting to a columnar format like Parquet. Options A, B, and D do not offer effective solutions for improving query performance in this scenario.