DP-700 Exam QuestionsBrowse all questions from this exam

DP-700 Exam - Question 3


You have a Fabric workspace that contains a warehouse named Warehouse1.

You have an on-premises Microsoft SQL Server database named Database1 that is accessed by using an on-premises data gateway.

You need to copy data from Database1 to Warehouse1.

Which item should you use?

Show Answer
Correct Answer:

Discussion

7 comments
Sign in to comment
robertlavigneOption: B
Jan 23, 2025

B. Notebooks can’t go through a gateway, KQL isn’t appropriate for a sql db. Gen1 dataflows are deprecated. Data pipelines work through a datagateway and are fast

QAZdbarhate12345678Option: B
Dec 15, 2024

• In this case, a data pipeline can be used to transfer data from Database1 (the SQL Server database) to Warehouse1 (in the Fabric workspace).

Tuki93Option: B
Dec 12, 2024

Dataflow Gen 1 is deprecated.

mmanrikOption: B
Jan 16, 2025

A data pipeline, since it has the "Copy data" activity, the most efficient way to copy data into fabric when there are no transformations to be done (if there are a Dataflow Gen 2 might be better, depends on the amount of data to be copied).

arunmewadaOption: B
Mar 16, 2025

I attempted to use a **data pipeline** to load data directly from **on-premises** to the **warehouse**, but since the warehouse does not support external sources, I first loaded the data into a **Lakehouse** and then moved it to the **warehouse**.

arunmewada
Mar 16, 2025

answer is A

CMDevOption: B
Mar 26, 2025

It says, you need to copy data, dont specify if we need to do some transformations. In this case, a data pipeline with an activity "copy data" is enough and the best choice in terms of efficency and minimal effort. Check this link: https://learn.microsoft.com/en-us/fabric/fundamentals/decision-guide-pipeline-dataflow-spark

sesav4742Option: B
Apr 16, 2025

A data pipeline, since it has the "Copy data" activity, the most efficient way to copy data into fabric when there are no transformations to be done