
Ultimate access to all questions.
What is the correct trigger option to build a Spark streaming process that reads from a Kafka queue and writes to a Delta table every 15 minutes?
A
trigger("15 minutes")
B
trigger(processingTime = "15 Minutes")
C
trigger(process "15 minutes")
D
trigger(processingTime = 15)
E
trigger(15)