🔥 3-day streak
AWS Certified Data Engineer - Associate41 / 159
Question 41 of 159

A data engineering team runs a daily AWS Glue Spark ETL job that loads customer records from multiple upstream systems into a curated S3 dataset. Due to overlapping source feeds, the same customer_id can appear multiple times per run, and only the record with the most recent last_updated timestamp should be kept. The team needs to implement deduplication within the Glue job with minimal custom code while ensuring the surviving row is always the latest version. Which approach best meets these requirements?

Reviewed for accuracy · Report an issueNext question