LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Databricks Certified Data Engineer - Professional

Databricks Certified Data Engineer - Professional

Get started today

Ultimate access to all questions.


Consider the following Structured Streaming query in Databricks:

spark.table("orders")
    .withColumn("total_after_tax", col("total") + col("tax"))
    .writeStream
    .option("checkpointLocation", checkpointPath)
    .outputMode("append")
    ._____________
    .table("new_orders")

Which option correctly fills in the blank to execute a micro-batch processing of data every 2 minutes?

Real Exam




Powered ByGPT-5