nerdexam
Microsoft

DP-203 · Question #323

Drag and Drop Question You have a project in Azure DevOps that contains a repository named Repo1. Repo1 contains a branch named main. You create a new Azure Synapse workspace named Workspace1. You…

The correct answer is Configure a code repository and select Repo1.; Create a new branch.; Set the main branch as the collaboration branch.; Create pipeline artifacts and save them in the new branch. The correct sequence is: (1) Configure a code repository and select Repo1 to link Workspace1 to source control, (2) Set the main branch as the collaboration branch so it serves as the integration point for published artifacts, (3) Create a new feature branch to satisfy the…

Submitted by yousef_jo· Mar 30, 2026Design and Implement Data Storage and Processing Pipelines with Source Control Integration in Azure Synapse Analytics

Question

Drag and Drop Question You have a project in Azure DevOps that contains a repository named Repo1. Repo1 contains a branch named main. You create a new Azure Synapse workspace named Workspace1. You need to create data processing pipelines in Workspace1. The solution must meet the following requirements:

  • Pipeline artifacts must be stored in Repo1
  • Source control must be provided for pipeline artifacts.
  • All development must be performed in a feature branch.

Which four actions should you perform in sequence in Synapse Studio? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Answer:

Exhibit

DP-203 question #323 exhibit

Answer Area

Drag items

Create pipeline artifacts and save them in the main branch.Set the main branch as the collaboration branch.Create a pull request to merge the contents of the main branch into the new branch.Create pipeline artifacts and save them in the new branch.Create a new branch.Configure a code repository and select Repo1.

Correct arrangement

  • Configure a code repository and select Repo1.
  • Create a new branch.
  • Set the main branch as the collaboration branch.
  • Create pipeline artifacts and save them in the new branch.

Explanation

The correct sequence is: (1) Configure a code repository and select Repo1 to link Workspace1 to source control, (2) Set the main branch as the collaboration branch so it serves as the integration point for published artifacts, (3) Create a new feature branch to satisfy the requirement that all development must be performed in a feature branch, and (4) Create pipeline artifacts and save them in the new branch to keep development isolated from main. This workflow follows Azure Synapse's Git integration best practices where the collaboration branch (main) is the target for merging, but actual development happens in feature branches via pull requests.

Topics

#Azure Synapse Analytics#Git Integration#Source Control#Azure DevOps Repositories

Community Discussion

No community discussion yet for this question.

Full DP-203 Practice