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

A company’s reporting system delivers hundreds of .csv files to an Amazon S3 bucket each day. The company must convert these files to Apache Parquet format and must store the files in a transformed data bucket.

Which solution will meet these requirements with the LEAST development effort?

Answer options

Correct answer: B

Explanation

Option B is correct as it uses AWS Glue, which is specifically designed for data transformation with minimal development effort. Options A, C, and D require more manual coding and setup, which increases development complexity compared to the built-in capabilities of AWS Glue.