exam questions

Exam DP-700 All Questions

View all questions & answers for the DP-700 exam

Exam DP-700 topic 1 question 25 discussion

Actual exam question from Microsoft's DP-700
Question #: 25
Topic #: 1
[All DP-700 Questions]

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?

  • 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.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
smanzana
2 weeks, 2 days ago
Selected Answer: D
D is correct
upvoted 1 times
...
DarioReymago
3 weeks, 2 days ago
Selected Answer: D
D is correct
upvoted 1 times
...
exnaniantwort
3 weeks, 3 days ago
Selected Answer: D
Item pairing Pairing is the process by which an item in one stage of the deployment pipeline is associated with the same item in the adjacent stage. If items aren't paired, even if they have the same name and type, the item in the target stage isn't overwritten during a deploy. A deploy of an unpaired item is known as a clean deploy and creates a copy of that item in the adjacent stage. Simply deploying will overwrite the corresponding items in Workspace2 by those in Workspace 1 https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/assign-pipeline?tabs=new-ui#item-pairing
upvoted 1 times
...
bettermakeme
1 month, 2 weeks ago
Selected Answer: D
Deploy content from one stage to another There are several ways to deploy content from one stage to another. You can deploy all the content, or you can select which items to deploy. You can deploy content to any adjacent stage, in either direction. Deploying content from a working production pipeline to a stage that has an existing workspace, includes the following steps: Deploying new content as an addition to the content already there. Deploying updated content to replace some of the content already there.
upvoted 1 times
...
benni_ale
4 months, 1 week ago
Selected Answer: D
Given minimal effort is required deploying the deploymentpipeline is enough
upvoted 4 times
...
Zoran_S
4 months, 1 week ago
Selected Answer: D
I interpret it as, the items in Workspace1 that are paired with Workspace2 need to be overwritten. Those that are not paired remain the same. Therefore just run the deployPipeline1 and everything should be good. If I delete everything in Workspace2 and then run deployPipeline1 then it would be the same as to sync Workspace1 to Workspace2
upvoted 1 times
...
galacaw
4 months, 1 week ago
Selected Answer: D
https://learn.microsoft.com/en-us/fabric/cicd/deployment-pipelines/understand-the-deployment-process?tabs=new-ui#deployment-process
upvoted 1 times
...
giraf
4 months, 2 weeks ago
Selected Answer: A
During deployment, notenook2 will not be deleted from Workspace2. So, you need to delete all items (or at least those not in Workspace1) and then run the pipeline.
upvoted 1 times
...
Tuki93
5 months ago
Selected Answer: D
I believe the provided answer 'D' is correct.
upvoted 2 times
...
GHill1982
6 months ago
Selected Answer: D
This requires minimal effort as it has no additional steps such as renaming of deleting items.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...