AWS Certified Machine Learning – Specialty — Question 1

A Mobile Network Operator is building an analytics platform to analyze and optimize a company's operations using Amazon Athena and Amazon S3.
The source systems send data in .CSV format in real time. The Data Engineering team wants to transform the data to the Apache Parquet format before storing it on Amazon S3.
Which solution takes the LEAST effort to implement?

Answer options

Correct answer: D

Explanation

The correct answer is D because Amazon Kinesis Data Firehose automatically handles the conversion of data into the Parquet format with minimal configuration, making it the least effort solution. Options A, B, and C involve more complex setups and require additional services or components, increasing the implementation effort.