nerdexam
Microsoft

AZ-400 · Question #189

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might h

The correct answer is B. No. Squash merging is a merge option that allows you to condense the Git history. https://docs.microsoft.com/en-us/azure/devops/repos/git/merging-with-squash?view=azure-

Submitted by tom_us· Mar 6, 2026Design and implement build and release pipelines

Question

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. Your company uses Azure DevOps to manage the build and release processes for applications. You use a Git repository for applications source control. You need to implement a pull request strategy that reduces the history volume in the master branch. Solution: You implement a pull request strategy that uses a three-way merge. Does this meet the goal?

Options

  • AYes
  • BNo

How the community answered

(69 responses)
  • A
    6% (4)
  • B
    94% (65)

Explanation

Squash merging is a merge option that allows you to condense the Git history. https://docs.microsoft.com/en-us/azure/devops/repos/git/merging-with-squash?view=azure-

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice