🔥 3-day streak
Databricks Certified Data Engineer Associate118 / 150
Question 118 of 150

A data engineer is building a Structured Streaming job that reads clickstream events from a cloud storage source and writes a running count of events per product category to a Delta sink. The query uses a groupBy aggregation on the category column. When they attempt to start the stream with outputMode('append'), the job fails to start. Which output mode should they use to correctly write the aggregated results, and why?

Reviewed for accuracy · Report an issueNext question