Implementing Analytics Solutions Using Microsoft Fabric — Question 142

You have a Fabric tenant that contains a workspace named Workspace1. Workspace1 contains a data pipeline named Pipeline1 and a lakehouse named Lakehouse1.

You perform the following actions:

• Create a workspace named Workspace2.
• Create a deployment pipeline named DeployPipeline1 that will deploy items from Workspace1 to Workspace2.
• Add a folder named Folder1 to Workspace1.
• Move Lakehouse1 to Folder1.
• Run DeployPipeline1.

Which structure will Workspace2 have when DeployPipeline1 is complete?

Answer options

Correct answer: C

Explanation

The correct answer is C, as DeployPipeline1 transfers the data pipeline Pipeline1 directly to Workspace2, while Lakehouse1 is moved into Folder1 in Workspace1 before being deployed. Thus, the structure in Workspace2 will reflect this organization with Pipeline1 at the root level and Lakehouse1 nested within Folder1.