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

A company wants to analyze sales records that the company stores in a MySQL database. The company wants to correlate the records with sales opportunities identified by Salesforce.

The company receives 2 GB of sales records every day. The company has 100 GB of identified sales opportunities. A data engineer needs to develop a process that will analyze and correlate sales records and sales opportunities. The process must run once each night.

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

Answer options

Correct answer: C

Explanation

Option C is the correct choice because it effectively utilizes AWS Glue and Amazon AppFlow to handle data extraction and correlation with minimal operational overhead, while AWS Step Functions provides a straightforward orchestration method. Other options introduce additional complexity or components (like AWS Lambda or Amazon Kinesis Data Streams) that increase operational overhead without offering significant advantages for this use case.