nerdexam
Microsoft

DP-700 · Question #78

You have a Fabric workspace named Workspace1 that contains a lakehouse named Lakehouse1. Workspace1 contains the following items: A Dataflow Gen2 dataflow that copies data from an on-premises…

The correct answer is D. data pipeline. To orchestrate the sequential loading of multiple Fabric items (Dataflow Gen2, notebook, data pipeline) and schedule them to run every 15 minutes, a data pipeline is the appropriate item type.

Design and implement data ingestion and transformation

Question

You have a Fabric workspace named Workspace1 that contains a lakehouse named Lakehouse1. Workspace1 contains the following items:
  • A Dataflow Gen2 dataflow that copies data from an on-premises Microsoft SQL Server database to Lakehouse1.
  • A notebook that transforms files and loads the data to Lakehouse1
  • A data pipeline that loads a CSV file to Lakehouse1 You need to develop an orchestration solution in Fabric that will load each item one after the other. The solution must be scheduled to run every 15 minutes. Which type of item should you use?

Exhibits

DP-700 question #78 exhibit 1
DP-700 question #78 exhibit 2
DP-700 question #78 exhibit 3
DP-700 question #78 exhibit 4
DP-700 question #78 exhibit 5
DP-700 question #78 exhibit 6
DP-700 question #78 exhibit 7
DP-700 question #78 exhibit 8

Options

  • Anotebook
  • Bworkspace
  • CDataflow Gen2 dataflow
  • Ddata pipeline

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    4% (1)
  • D
    92% (24)

Why each option

To orchestrate the sequential loading of multiple Fabric items (Dataflow Gen2, notebook, data pipeline) and schedule them to run every 15 minutes, a data pipeline is the appropriate item type.

Anotebook

A notebook is used for data transformation and analysis using Spark but lacks native orchestration capabilities for other Fabric items and scheduling complex workflows.

Bworkspace

A workspace is a container for Fabric items, not an orchestration tool itself.

CDataflow Gen2 dataflow

A Dataflow Gen2 dataflow is used for data ingestion and transformation from various sources but cannot orchestrate other types of Fabric items or define sequential workflows across them.

Ddata pipelineCorrect

Data pipelines in Microsoft Fabric are designed for orchestrating and automating data workflows, allowing you to define a sequence of activities including Dataflow Gen2, notebooks, and other data operations, and configure schedules for their execution. This enables the creation of complex ETL/ELT processes that run reliably at specified intervals.

Concept tested: Fabric data pipeline orchestration

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

Topics

#Data Orchestration#Fabric Pipelines#Scheduling#Microsoft Fabric

Community Discussion

No community discussion yet for this question.

Full DP-700 Practice