nerdexam
Microsoft

AZ-400 · Question #202

Hotspot Question You company uses Azure DevOps to deploy infrastructures to Azure. Pipelines are developed by using YAML. You execute a pipeline and receive the results in the web portal for Azure Pip

The correct answer is Branch lifetime is Short-lived = Yes; Branch type is Feature = Yes. Based on the Azure Pipelines exhibit, the branch shown is a short-lived feature branch. Feature branches in Azure DevOps/Git branching strategies (such as GitHub Flow or GitFlow) are by definition short-lived, as they are created for a specific feature or task and merged back int

Submitted by mike_84· Mar 6, 2026Design and Implement Source Control / Implement an Appropriate Branching Strategy for the Source Control Repository

Question

Hotspot Question You company uses Azure DevOps to deploy infrastructures to Azure. Pipelines are developed by using YAML. You execute a pipeline and receive the results in the web portal for Azure Pipelines as shown in the following exhibit. Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic. NOTE: Each correct selection is worth one point. Answer:

Exhibits

AZ-400 question #202 exhibit 1
AZ-400 question #202 exhibit 2
AZ-400 question #202 exhibit 3
AZ-400 question #202 exhibit 4

Answer Area

  • Branch lifetime is Short-livedYes
  • Branch type is FeatureYes

Explanation

Based on the Azure Pipelines exhibit, the branch shown is a short-lived feature branch. Feature branches in Azure DevOps/Git branching strategies (such as GitHub Flow or GitFlow) are by definition short-lived, as they are created for a specific feature or task and merged back into the main branch once complete. The pipeline results confirm this is a feature branch (typically prefixed with 'feature/'), which aligns with standard branching conventions where feature branches have a short lifetime compared to long-lived branches like main, develop, or release branches.

Topics

#Azure DevOps#Branching Strategies#YAML Pipelines#Git Workflows

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice