🔥 3-day streak
Microsoft Fabric Data Engineer Associate97 / 144
Question 97 of 144
A data engineer at a retail company ingests order data as JSON files into a Fabric lakehouse. Each JSON record represents one order and contains a nested array field named lineItems, where each element holds a product SKU, quantity, and price. The engineer must transform this data into a flat fact table where every row represents a single line item, retaining the parent order ID and order date on each row. Using PySpark in a notebook, which approach produces the required output?
Reviewed for accuracy · Report an issueNext question