Valid DEA-C01 Dumps shared by EduDump.com for Helping Passing DEA-C01 Exam! EduDump.com now offer the newest DEA-C01 exam dumps, the EduDump.com DEA-C01 exam questions have been updated and answers have been corrected get the newest EduDump.com DEA-C01 dumps with Test Engine here:
A company stores CSV files in an Amazon S3 bucket. A data engineer needs to process the data in the CSV files and store the processed data in a new S3 bucket. The process needs to rename a column, remove specific columns, ignore the second row of each file, create a new column based on the values of the first row of the data, and filter the results by a numeric value of a column. Which solution will meet these requirements with the LEAST development effort?
Correct Answer: D
AWS Glue DataBrew is a visual data preparation tool that allows you to clean, normalize, and transform data without writing code. Using DataBrew recipes, you can easily perform transformations such as renaming columns, removing specific columns, ignoring certain rows, creating new columns, and filtering data based on column values. This solution requires the least development effort because it provides a no-code/low-code interface for performing these tasks. While AWS Glue Python jobs can handle these transformations, they would require writing custom code, which involves more development effort compared to using DataBrew. AWS Glue crawlers are used for cataloging data and are not suitable for performing complex transformations like ignoring rows, renaming columns, or creating new columns. Using an AWS Glue workflow to build a set of jobs to crawl and transform the CSV files adds unnecessary complexity. You would need to orchestrate multiple jobs and workflows, which requires more setup and development compared to using DataBrew for the transformations.