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

A data engineer has a one-time task to read data from objects that are in Apache Parquet format in an Amazon S3 bucket. The data engineer needs to query only one column of the data.
Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: B

Explanation

Option B is the best choice because S3 Select allows for efficient retrieval of specific data directly from S3 objects, minimizing operational overhead. Options A, C, and D involve additional steps and services that introduce more complexity and are unnecessary for querying a single column.