DP-300 · Question #125
You have an Azure Data Factory pipeline that performs an incremental load of source data to an Azure Data Lake Storage Gen2 account. Data to be loaded is identified by a column named LastUpdatedDate…
The correct answer is A. tumbling window. The Tumbling window trigger supports backfill scenarios. Pipeline runs can be scheduled for windows in the past. Incorrect Answers: D: Schedule trigger does not support backfill scenarios. Pipeline runs can be executed only on time periods from the current time and the future…
Question
Options
- Atumbling window
- Bon-demand
- Cevent
- Dschedule
How the community answered
(47 responses)- A77% (36)
- B13% (6)
- C6% (3)
- D4% (2)
Explanation
The Tumbling window trigger supports backfill scenarios. Pipeline runs can be scheduled for windows in the past. Incorrect Answers: D: Schedule trigger does not support backfill scenarios. Pipeline runs can be executed only on time periods from the current time and the future. https://docs.microsoft.com/en-us/azure/data-factory/concepts-pipeline-execution-triggers
Community Discussion
No community discussion yet for this question.