Microsoft Fabric Data Engineer Associate DP-700 Practice Question

You author a Microsoft Fabric notebook that uses Spark Structured Streaming to read telemetry into a DataFrame named streamDf with a timestamp column eventTime. You will compute 5-minute device counts and write the result in append mode to a Delta table. Events can arrive up to 8 minutes late. To include those late events without unbounded state growth, which additional transformation should you apply before the aggregation?

  • Add streamDf = streamDf.dropDuplicates(["deviceId", "eventTime"], "8 minutes")

  • Add streamDf = streamDf.trigger(processingTime="8 minutes")

  • Add streamDf = streamDf.outputMode("update")

  • Add streamDf = streamDf.withWatermark("eventTime", "8 minutes")

Microsoft Fabric Data Engineer Associate DP-700
Ingest and transform data
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot