nerdexam
Microsoft

DP-203 · Question #204

You have the following Azure Data Factory pipelines: - Ingest Data from System 1 - Ingest Data from System2 - Populate Dimensions - Populate facts Ingest Data from System1 and Ingest Data from…

The correct answer is C. Create a parent 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

Submitted by krish.m· Mar 30, 2026Develop data processing

Question

You have the following Azure Data Factory pipelines:

  • Ingest Data from System 1
  • 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.
  • BCreate a parent pipeline that contains the four pipelines and use an event trigger.
  • CCreate a parent pipeline that contains the four pipelines and use a schedule trigger.
  • DAdd a schedule trigger to all four pipelines.

How the community answered

(32 responses)
  • A
    6% (2)
  • B
    16% (5)
  • C
    72% (23)
  • D
    6% (2)

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

Topics

#ADF pipeline scheduling#schedule trigger#pipeline dependencies#parent pipeline

Community Discussion

No community discussion yet for this question.

Full DP-203 Practice