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

A data engineer notices slow query performance on a highly partitioned table that is in Amazon Athena. The table contains daily data for the previous 5 years, partitioned by date.

The data engineer wants to improve query performance and to automate partition management.

Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

The correct answer is B because partition projection allows Athena to automatically manage partitions without needing to create them manually, which enhances query performance. Option A involves manual partition creation, which does not automate the process. Option C may improve performance but could lead to data management challenges with fewer partitions. Option D increases resources but does not address the underlying partitioning inefficiencies.