AWS Certified Solutions Architect – Associate (SAA-C03) — Question 230

A company has an application that places hundreds of .csv files into an Amazon S3 bucket every hour. The files are 1 GB in size. Each time a file is uploaded, the company needs to convert the file to Apache Parquet format and place the output file into an S3 bucket.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: D

Explanation

Option D is the most efficient as it utilizes AWS Glue's ETL capabilities to handle the conversion process, which is designed for such tasks. In contrast, option A may struggle with scaling for large volumes, option B adds unnecessary complexity by introducing Spark, and option C relies on periodic querying, which may lead to delays in processing.