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

A company has three subsidiaries. Each subsidiary uses a different data warehousing solution. The first subsidiary hosts its data warehouse in Amazon Redshift. The second subsidiary uses Teradata Vantage on AWS. The third subsidiary uses Google BigQuery.

The company wants to aggregate all the data into a central Amazon S3 data lake. The company wants to use Apache Iceberg as the table format.

A data engineer needs to build a new pipeline to connect to all the data sources, run transformations by using each source engine, join the data, and write the data to Iceberg.

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

Answer options

Correct answer: B

Explanation

Option B is the best choice because it utilizes Amazon Athena's federated query capabilities, allowing for efficient querying and joining of data across different data sources with minimal operational effort. The other options involve additional complexities, such as managing multiple environments or more intricate coding, which would increase operational overhead.