DP-203 · Question #176
DP-203 Question #176: Real Exam Question with Answer & Explanation
The correct answer is C: Create a patient pipeline that contains the four pipelines and use a schedule trigger.. Schedule trigger: A trigger that invokes a pipeline on a wall-clock schedule. https://docs.microsoft.com/en-us/azure/data-factory/concepts-pipeline-execution-triggers
Question
You have the following Azure Data Factory pipelines: Ingest Data from System1 Ingest Data from System2 Populate Dimensions Populate Facts Ingest Data from System1 and Ingest Data from System2 have no dependencies. Populate Dimensions must execute after Ingest Data from System1 and Ingest Data from System2. Populate Facts must execute after Populate Dimensions pipeline. All the pipelines must execute every eight hours. What should you do to schedule the pipelines for execution?
Options
- AAdd an event trigger to all four pipelines.
- BAdd a schedule trigger to all four pipelines.
- CCreate a patient pipeline that contains the four pipelines and use a schedule trigger.
- DCreate a patient pipeline that contains the four pipelines and use an event trigger.
Explanation
Schedule trigger: A trigger that invokes a pipeline on a wall-clock schedule. https://docs.microsoft.com/en-us/azure/data-factory/concepts-pipeline-execution-triggers
Community Discussion
No community discussion yet for this question.