nerdexam
Microsoft

DP-700 · Question #80

You have a Fabric workspace that contains a data pipeline named Pipeline1 as shown in the exhibit. (Click the Exhibit tab.) What will occur next time Pipeline1 runs?

The correct answer is F. Both activities will be skipped. When a Fabric data pipeline runs, if both activities within it are disabled, they will both be skipped and not execute.

Design and implement data ingestion and transformation

Question

You have a Fabric workspace that contains a data pipeline named Pipeline1 as shown in the exhibit. (Click the Exhibit tab.) What will occur next time Pipeline1 runs?

Exhibit

DP-700 question #80 exhibit

Options

  • ACopy_kd1 will run first, and then Execute procedure1 will run.
  • BExecute procedure1 will run first, and then Copy_kd1 will run.
  • CExecute procedure1 will run and Copy_kd1 will be skipped.
  • DCopy_kd1 will run and Execute procedure1 will be skipped.
  • EBoth activities will run simultaneously.
  • FBoth activities will be skipped.

How the community answered

(37 responses)
  • C
    3% (1)
  • D
    3% (1)
  • E
    5% (2)
  • F
    89% (33)

Why each option

When a Fabric data pipeline runs, if both activities within it are disabled, they will both be skipped and not execute.

ACopy_kd1 will run first, and then Execute procedure1 will run.

This assumes a sequential execution where both activities are enabled.

BExecute procedure1 will run first, and then Copy_kd1 will run.

This assumes a sequential execution where both activities are enabled, with a different order.

CExecute procedure1 will run and Copy_kd1 will be skipped.

This assumes one activity is enabled and the other is skipped/disabled.

DCopy_kd1 will run and Execute procedure1 will be skipped.

This assumes one activity is enabled and the other is skipped/disabled.

EBoth activities will run simultaneously.

This assumes both activities are enabled and configured for parallel execution.

FBoth activities will be skipped.Correct

If both the 'Copy_kd1' and 'Execute procedure1' activities within Pipeline1 are explicitly disabled (e.g., via their 'General' settings in the pipeline editor), the data pipeline will execute but will skip these disabled activities, resulting in neither of them running.

Concept tested: Data pipeline activity enable-disable status

Source: https://learn.microsoft.com/en-us/fabric/data-factory/pipeline-activities

Topics

#Data pipeline activities#Pipeline execution#Activity properties#Fabric workspace

Community Discussion

No community discussion yet for this question.

Full DP-700 Practice