nerdexam
Microsoft

DP-700 · Question #16

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…

The correct answer is B. a deployment pipeline. A Deployment Pipeline in Microsoft Fabric is the correct answer because it is a built-in, low-code Fabric feature designed specifically for promoting items (including Warehouses) across workspaces - typically representing dev, test, and production stages. Before a deployment is…

Implement and manage an analytics solution

Question

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 want to verify whether Warehouse1 contains invalid references. The solution must minimize development effort. What should you use?

Options

  • Aa database project
  • Ba deployment pipeline
  • Ca Python script
  • Da T-SQL script

How the community answered

(38 responses)
  • A
    5% (2)
  • B
    82% (31)
  • C
    11% (4)
  • D
    3% (1)

Explanation

A Deployment Pipeline in Microsoft Fabric is the correct answer because it is a built-in, low-code Fabric feature designed specifically for promoting items (including Warehouses) across workspaces - typically representing dev, test, and production stages. Before a deployment is executed, the deployment pipeline performs automatic validation that surfaces invalid references, broken dependencies, and other configuration issues between the source and target workspaces. This requires zero custom development, satisfying the 'minimize development effort' requirement. A Database Project (SqlProj/SSDT) can validate schemas and references but requires authoring and maintaining project files. A Python or T-SQL script could query metadata to detect invalid references but would require significant custom development to replicate what deployment pipelines provide out of the box.

Topics

#Microsoft Fabric#Deployment Pipelines#Warehouse Deployment#Validation

Community Discussion

No community discussion yet for this question.

Full DP-700 Practice