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

A company has several new datasets in CSV and JSON formats. A data engineer needs to make the data available to a team of data analysts who will analyze the data by using SQL queries.

Which solution will meet these requirements in the MOST cost-effective way?

Answer options

Correct answer: C

Explanation

The correct answer is C because storing data in an Amazon S3 bucket and using AWS Glue with Amazon Athena is a cost-effective way to query data without needing a dedicated database infrastructure. Option A involves higher costs due to the management of an RDS instance, while B does not provide direct SQL query capabilities, and D incurs costs related to using QuickSight and SPICE.