About the Exam

This exam is intended for data professionals with subject matter expertise in data loading patterns, data architectures, and orchestration processes. It measures skills in implementing and managing an analytics solution, ingesting and transforming data, and monitoring and optimizing an analytics solution in Microsoft Fabric. Passing demonstrates you can design and deploy Fabric data engineering solutions for analytics using SQL, PySpark, and KQL.

Exam Topics

  • Implement and manage an analytics solution30–35%
  • Ingest and transform data30–35%
  • Monitor and optimize an analytics solution30–35%

How to Use This Practice Exam

  1. Browse — Read each question, select your answer, and reveal the explanation.
  2. Exam Mode — Simulate real exam conditions with a timed session and score report.
  3. Learn Mode — Spaced repetition schedules questions you struggle with for long-term retention.

Download the Full Exam PDF

Get every question and answer in a clean, printable PDF built for offline study. Purchase once, keep permanent access, and re-download the latest version anytime.

Last updated July 3, 2026 at 3:19 PM

Topic filter
Retired questions
Question sort

QuestionQ1

Implement and manage an analytics solution

HOTSPOT –

You have a Fabric workspace named Workspace1_DEV that contains the following items:

  • 10 reports
  • Four notebooks
  • Three lakehouses
  • Two data pipelines
  • Two Dataflow Gen1 dataflows
  • Three Dataflow Gen2 dataflows
  • Five semantic models, each with a scheduled refresh policy

You create a deployment pipeline named Pipeline1 to move items from Workspace1_DEV to a new workspace named Workspace1_TEST. You deploy every item from Workspace1_DEV to Workspace1_TEST.

For each statement, select Yes if it is true. Otherwise, select No.

Yes or No
StatementsYesNo
Data from the semantic models will be deployed to the target stage.
The Dataflow Gen1 dataflows will be deployed to the target stage.
The scheduled refresh policies will be deployed to the target stage.
Explanation

Deployment pipelines copy item metadata rather than semantic-model data. Dataflow Gen1 is supported as a Power BI Dataflow item. Semantic model refresh schedules are specifically excluded from deployment, so they must be configured in the target stage.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ2

Ingest and transform data

You have an Azure SQL database named DB1.

In a Fabric workspace, you deploy an eventstream named EventStreamDB1 to stream record changes from DB1 to a lakehouse.

You discover that events are not being propagated to EventStreamDB1.

You need to ensure that events are propagated to EventStreamDB1.

What should you do?

  • A Create a read-only replica of DB1.
  • B Create an Azure Stream Analytics job.
  • C Enable Extended Events for DB1.
  • D Enable change data capture (CDC) for DB1.
Explanation

The Azure SQL Database CDC source for Fabric Eventstream monitors and records future row-level changes only when change data capture is enabled in the Azure SQL database. Enabling CDC supplies the change records that Eventstream propagates.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ3

Ingest and transform data

You have a Fabric workspace containing a lakehouse named Lakehouse1.

An external data source contains data files that are 500 GB each, and a new file is added every day.

You need to ingest the data into Lakehouse1 without applying transformations. The solution must meet these requirements:

  • Trigger the process when a new file is added.
  • Provide the highest throughput.

Which type of item should you use to ingest the data?

  • A Data pipeline
  • B Environment
  • C KQL queryset
  • D Dataflow Gen2
Explanation

Fabric data pipelines provide the scalable Copy activity for large-volume movement from external sources to a lakehouse, including copying files in their original format. Pipeline copy workflows can be triggered by file-arrival events, making them appropriate for daily 500-GB file ingestion without transformations.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ4

Ingest and transform data

You have an Azure subscription that contains a blob storage account named sa1. sa1 contains two files named File1.csv and File2.csv.

You have a Fabric tenant that contains the items shown in the following table.

Question Image

You need to configure Pipeline1 to perform the following actions:

• At 2 PM each day, process File1.csv and load the file into flh1.

• At 5 PM each day, process File2.csv and load the file into flh1.

The solution must minimize development effort.

What should you use?

  • A a data pipeline trigger
  • B a data pipeline schedule
  • C a job definition
  • D an activator
Explanation

Fabric data pipeline schedules support passing different parameter values at each scheduled run, so a single parameterized pipeline can be scheduled to run at 2 PM with File1.csv and again at 5 PM with File2.csv without building separate pipelines. Event-based triggers exist to react to file-arrival or other events rather than fixed daily clock times, so a schedule is the lower-effort choice.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!

QuestionQ5

Implement and manage an analytics solution

You have a Fabric workspace containing a warehouse named Warehouse1. Warehouse1 has a table named Customer, which contains the following data.

Question Image

You have an internal Microsoft Entra user named User1 whose email address is [email protected].

You need to grant User1 access to the Customer table while preventing access to the CreditCard column.

How should you complete the statement?

Community Discussion

No comments yet. Be the first to start the discussion!
Know a question that should be here? Contribute to this exam
Back home