Summer Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

ExamsBrite Dumps

Implementing Data Engineering Solutions Using Microsoft Fabric Question and Answers

Implementing Data Engineering Solutions Using Microsoft Fabric

Last Update Jul 25, 2026
Total Questions : 129

We are offering FREE DP-700 Microsoft exam questions. All you do is to just go and sign up. Give your details, prepare DP-700 free exam questions and then go for complete pool of Implementing Data Engineering Solutions Using Microsoft Fabric test questions that will help you more.

DP-700 pdf

DP-700 PDF

$40.25  $114.99
DP-700 Engine

DP-700 Testing Engine

$47.25  $134.99
DP-700 PDF + Engine

DP-700 PDF + Testing Engine

$61.25  $174.99
Questions 1

You need to recommend a solution to resolve the MAR1 connectivity issues. The solution must minimize development effort. What should you recommend?

Options:

A.  

Add a ForEach activity to the data pipeline.

B.  

Configure retries for the Copy data activity.

C.  

Configure Fault tolerance for the Copy data activity.

D.  

Call a notebook from the data pipeline.

Discussion 0
Questions 2

You need to ensure that usage of the data in the Amazon S3 bucket meets the technical requirements.

What should you do?

Options:

A.  

Create a workspace identity and enable high concurrency for the notebooks.

B.  

Create a shortcut and ensure that caching is disabled for the workspace.

C.  

Create a workspace identity and use the identity in a data pipeline.

D.  

Create a shortcut and ensure that caching is enabled for the workspace.

Discussion 0
Questions 3

You need to ensure that WorkspaceA can be configured for source control. Which two actions should you perform?

Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Options:

A.  

Assign WorkspaceA to Capl.

B.  

From Tenant setting, set Users can synchronize workspace items with their Git repositories to Enabled

C.  

Configure WorkspaceA to use a Premium Per User (PPU) license

D.  

From Tenant setting, set Users can sync workspace items with GitHub repositories to Enabled

Discussion 0
Questions 4

You need to ensure that the data engineers are notified if any step in populating the lakehouses fails. The solution must meet the technical requirements and minimize development effort.

What should you use? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 5

You need to recommend a solution for handling old files. The solution must meet the technical requirements. What should you include in the recommendation?

Options:

A.  

a data pipeline that includes a Copy data activity

B.  

a notebook that runs the VACUUM command

C.  

a notebook that runs the OPTIMIZE command

D.  

a data pipeline that includes a Delete data activity

Discussion 0
Questions 6

You need to recommend a method to populate the POS1 data to the lakehouse medallion layers.

What should you recommend for each layer? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 7

You need to populate the MAR1 data in the bronze layer.

Which two types of activities should you include in the pipeline? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Options:

A.  

ForEach

B.  

Copy data

C.  

WebHook

D.  

Stored procedure

Discussion 0
Questions 8

You need to ensure that the data analysts can access the gold layer lakehouse.

What should you do?

Options:

A.  

Add the DataAnalyst group to the Viewer role for Workspace

A.  

B.  

Share the lakehouse with the DataAnalysts group and grant the Build reports on the default semantic model permission.

C.  

Share the lakehouse with the DataAnalysts group and grant the Read all SQL Endpoint data permission.

D.  

Share the lakehouse with the DataAnalysts group and grant the Read all Apache Spark permission.

Discussion 0
Questions 9

You need to create the product dimension.

How should you complete the Apache Spark SQL code? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 10

You have a Fabric workspace that contains a lakehouse named Lakehouse1.

In an external data source, you have data files that are 500 GB each. A new file is added every day.

You need to ingest the data into Lakehouse1 without applying any transformations. The solution must meet the following 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?

Options:

A.  

Event stream

B.  

Dataflow Gen2

C.  

Streaming dataset

D.  

Data pipeline

Discussion 0
Questions 11

You need to schedule the population of the medallion layers to meet the technical requirements.

What should you do?

Options:

A.  

Schedule a data pipeline that calls other data pipelines.

B.  

Schedule a notebook.

C.  

Schedule an Apache Spark job.

D.  

Schedule multiple data pipelines.

Discussion 0
Questions 12

You have a Fabric workspace that contains a lakehouse named Lakehouse1.

In an external data source, you have data files that are 500 GB each. A new file is added every day.

You need to ingest the data into Lakehouse1 without applying any transformations. The solution must meet the following 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?

Options:

A.  

Data pipeline

B.  

Environment

C.  

KQL queryset

D.  

Dataflow Gen2

Discussion 0
Questions 13

You have two Fabric workspaces named Workspace1 and Workspace2.

You have a Fabric deployment pipeline named deployPipeline1 that deploys items from Workspace1 to Workspace2. DeployPipeline1 contains all the items in Workspace1.

You recently modified the items in Workspaces1.

The workspaces currently contain the items shown in the following table.

Items in Workspace1 that have the same name as items in Workspace2 are currently paired.

You need to ensure that the items in Workspace1 overwrite the corresponding items in Workspace2. The solution must minimize effort.

What should you do?

Options:

A.  

Delete all the items in Workspace2, and then run deployPipeline1.

B.  

Rename each item in Workspace2 to have the same name as the items in Workspace1.

C.  

Back up the items in Workspace2, and then run deployPipeline1.

D.  

Run deployPipeline1 without modifying the items in Workspace2.

Discussion 0
Questions 14

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You have a Fabric eventstream that loads data into a table named Bike_Location in a KQL database. The table contains the following columns:

BikepointID

Street

Neighbourhood

No_Bikes

No_Empty_Docks

Timestamp

You need to apply transformation and filter logic to prepare the data for consumption. The solution must return data for a neighbourhood named Sands End when No_Bikes is at least 15. The results must be ordered by No_Bikes in ascending order.

Solution: You use the following code segment:

Does this meet the goal?

Options:

A.  

Yes

B.  

no

Discussion 0
Questions 15

You need to ensure that processes for the bronze and silver layers run in isolation How should you configure the Apache Spark settings?

Options:

A.  

Modify the number of executors.

B.  

Disable high concurrency.

C.  

Create a custom pool.

D.  

Set the default environment.

Discussion 0
Questions 16

What should you do to optimize the query experience for the business users?

Options:

A.  

Enable V-Order.

B.  

Create and update statistics.

C.  

Run the VACUUM command.

D.  

Introduce primary keys.

Discussion 0
Questions 17

You have a Fabric workspace that contains a takehouse and a semantic model named Model1.

You use a notebook named Notebook1 to ingest and transform data from an external data source.

You need to execute Notebook1 as part of a data pipeline named Pipeline1. The process must meet the following requirements:

• Run daily at 07:00 AM UTC.

• Attempt to retry Notebook1 twice if the notebook fails.

• After Notebook1 executes successfully, refresh Model1.

Which three actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Options:

A.  

Set the Retry setting of the Notebook activity to 2.

B.  

Place the Semantic model refresh activity after the Notebook activity and link the activities by using an On completion condition.

C.  

Place the Semantic model refresh activity after the Notebook activity and link the activities by using the On success condition.

D.  

From the Schedule settings of Notebook1, set the time zone to UTC.

E.  

From the Schedule settings of Pipeline1, set the time zone to UTC.

F.  

Set the Retry setting of the Semantic model refresh activity to 2.

Discussion 0
Questions 18

You need to implement the solution for the book reviews.

Which should you do?

Options:

A.  

Create a Dataflow Gen2 dataflow.

B.  

Create a shortcut.

C.  

Enable external data sharing.

D.  

Create a data pipeline.

Discussion 0
Questions 19

You have a Fabric workspace named Workspace! that contains an Azure Data Factory pipeline named Pipeline1

You need to monitor the execution and activity status of Pipeline1 and automatically email an alert if the pipeline fails. The solution must minimize development and administrative effort.

What should you use to monitor Pipeline1, and what should you use to email the alert? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 20

You need to resolve the sales data issue. The solution must minimize the amount of data transferred.

What should you do?

Options:

A.  

Spilt the dataflow into two dataflows.

B.  

Configure scheduled refresh for the dataflow.

C.  

Configure incremental refresh for the dataflow. Set Store rows from the past to 1 Month.

D.  

Configure incremental refresh for the dataflow. Set Refresh rows from the past to 1 Year.

E.  

Configure incremental refresh for the dataflow. Set Refresh rows from the past to 1 Month.

Discussion 0
Questions 21

HOTSPOT

You need to troubleshoot the ad-hoc query issue.

How should you complete the statement? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Discussion 0
Questions 22

You need to create a workflow for the new book cover images.

Which two components should you include in the workflow? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Options:

A.  

a notebook that uses Apache Spark Structured Streaming

B.  

a time-based schedule

C.  

an activator item

D.  

a data pipeline

E.  

a streaming dataflow

F.  

a blob storage action

Discussion 0
Questions 23

You need to ensure that the authors can see only their respective sales data.

How should you complete the statement? To answer, drag the appropriate values the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content

NOTE: Each correct selection is worth one point.

Options:

Discussion 0