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

A company is building a data lake for a new analytics team. The company is using Amazon S3 for storage and Amazon Athena for query analysis. All data that is in Amazon S3 is in Apache Parquet format.

The company is running a new Oracle database as a source system in the company’s data center. The company has 70 tables in the Oracle database. All the tables have primary keys. Data can occasionally change in the source system. The company wants to ingest the tables every day into the data lake.

Which solution will meet this requirement with the LEAST effort?

Answer options

Correct answer: C

Explanation

The correct answer is C because using AWS Database Migration Service (AWS DMS) allows for ongoing replication with minimal effort, directly writing to Amazon S3 in the required Parquet format. Option A involves more manual configuration with Apache Sqoop, while option B requires additional setup with AWS Glue, and option D adds unnecessary complexity by migrating to RDS and using triggers.