DP-700 Exam QuestionsBrowse all questions from this exam

DP-700 Exam - Question 13


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

You plan to deploy Warehouse1 to a new workspace named Workspace2.

As part of the deployment process, you need to verify whether Warehouse1 contains invalid references. The solution must minimize development effort.

What should you use?

Show Answer
Correct Answer:

Discussion

3 comments
Sign in to comment
QAZdbarhate12345678Option: B
Dec 15, 2024

Microsoft Fabric's deployment pipelines provide a built-in mechanism to manage and validate the deployment of artifacts like warehouses. When you use a deployment pipeline to move Warehouse1 from one workspace (Workspace1) to another (Workspace2), the pipeline automatically checks for issues such as invalid references or missing dependencies during the deployment process.

tomaszstaroszczyk
Jan 25, 2025

What kind of references may a Warehouse have? We don't have shortcuts in a warehouse. It seems to be an indepentent item, there is no possiblity to break a reference to anything external. Therfor I think this relates to internal references, i.e. stored procedure operating on non-existing table. In this case a database project (answer A) would be necessary, but I don't find it related to a Deployment Pipeline in any way.

toniteo
Feb 22, 2025

agreed with answer A. Here is the hint. https://community.fabric.microsoft.com/t5/Data-Engineering/Microsoft-fabric-WareHouse-migration-issue-via-deployment/td-p/4281976

CloudKaKida
Apr 20, 2025

A https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/intro-to-deployment-pipelines?tabs=new-ui#supported-items

CloudKaKida
Apr 20, 2025

A https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/intro-to-deployment-pipelines?tabs=new-ui#supported-items

toniteo
Feb 22, 2025

agreed with answer A. Here is the hint. https://community.fabric.microsoft.com/t5/Data-Engineering/Microsoft-fabric-WareHouse-migration-issue-via-deployment/td-p/4281976

CloudKaKida
Apr 20, 2025

A https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/intro-to-deployment-pipelines?tabs=new-ui#supported-items

CloudKaKida
Apr 20, 2025

A https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/intro-to-deployment-pipelines?tabs=new-ui#supported-items

hebertorosilloOption: A
Feb 26, 2025

A. a database project for minimal effor

AnushareddysriOption: C
Feb 2, 2025

Question is focusing on "As part of the deployment process, you need to verify whether Warehouse1 contains invalid references" for this python script can be written to identify invalid references and can add it as a notebook activity in pipeline. So answer is python script.

toniteo
Feb 22, 2025

Python script could be a lengthy solution, while the question asks for minimal effort.