Certification Practice Exams with Real Test Questions & Answers

Given the following Structured Streaming databricks video

 ·  PT1H46M27S  ·  EN

data-engineer-professional video for given the following Structured Streaming query: ( spark . table ( "orders" ) . withColumn ( "total_after_tax" , col (

Full Certification Question

Given the following Structured Streaming query: ( spark . table ( "orders" ) . withColumn ( "total_after_tax" , col ( "total" )+ col ( "tax" )) . writeStream . option ( "checkpointLocation" , checkpointPath ) . outputMode ( "append" ) . _____________ . table ( "new_orders" ) ) Fill in the blank to make the query executes a micro-batch to process data every 2 minutes