🔥 3-day streak
AWS Certified Data Engineer - Associate44 / 159
Question 44 of 159

A data engineer is building an AWS Glue Spark ETL job to process raw event logs. Each incoming JSON record contains an array field named 'items' with a variable number of nested purchase objects. The business requires that each element of the 'items' array become its own separate row in the output Parquet dataset, with the parent record's metadata (order_id, customer_id, timestamp) repeated on every resulting row. Which transformation approach correctly produces the desired output?

Reviewed for accuracy · Report an issueNext question