🔥 3-day streak
Microsoft Fabric Data Engineer Associate50 / 144
Question 50 of 144

A Fabric data engineer maintains a Lakehouse Delta table called Customers with 40 million rows. A daily pipeline extracts only rows that changed since the previous run (based on a LastModified column) into a staging Delta table. The engineer must apply these changes to the target Customers table so that existing customers are updated in place and brand-new customers are inserted, without rewriting the entire 40-million-row table each day. Which approach in a PySpark notebook best meets this requirement?

Reviewed for accuracy · Report an issueNext question