ExamQuestions.com

Register
Login
Data Engineering on Microsoft Azure (DP-203) Exam Questions

Microsoft

Data Engineering on Microsoft Azure (DP-203)

124 / 240

Question 124:

If you don’t specify the command option ("checkpointLocation", pointer-to-checkpoint directory) in Structured Streaming, what will happen?

Answer options:

A.With the stoppage of the streaming job, all state data around the streaming job is lost and on the restart, the job must start from scratch.
B.With the stoppage of the streaming job, all state data around the streaming job is dumped to a default location and on the restart, the job must start from the aggregated data rather than tuned specific data.
C.It won’t be possible to create more than 1 streaming query that utilizes the same streaming source because of conflict issues.
D.The streaming job will function as expected because of the non-existence of the checkpointLocation option.