🔥 3-day streak
AWS Certified Data Engineer - Associate45 / 159
Question 45 of 159

A retail company ingests raw customer order data into Amazon S3 as CSV files. A data engineer must build an AWS Glue ETL job that cleanses the data before loading it into a curated zone. The requirements are: replace empty strings and the literal text 'N/A' in the customer_email column with null, drop any row where order_id is missing, and standardize the country column so that values like 'usa', 'USA', and 'Usa' all become 'US'. Which approach implements all three cleansing requirements most efficiently within a single Glue Spark ETL job?

Reviewed for accuracy · Report an issueNext question