nerdexam
Microsoft

AZ-400 · Question #28

Your company uses Azure DevOps for the build pipelines and deployment pipelines of Java based projects. You need to recommend a strategy for managing technical debt. Which two actions should you inclu

The correct answer is A. Integrate Azure DevOps and SonarQube. D. Configure pre-deployment approvals in the deployment pipeline.. With SonarQube pre-approval, you can set quality gate. You can manage technical debt with SonarQube and Azure DevOps. Note: Technical debt is the set of problems in a development effort that make forward progress on customer value inefficient. Technical debt saps productivity by

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

Question

Your company uses Azure DevOps for the build pipelines and deployment pipelines of Java based projects. You need to recommend a strategy for managing technical debt. Which two actions should you include in the recommendation? Each correct answer presents part of the solution NOTE: Each correct selection is worth one point.

Options

  • AIntegrate Azure DevOps and SonarQube.
  • BIntegrates Azure DevOPs and Azure DevTest Labs.
  • CConfigure post-deployment approvals in the deployment pipeline.
  • DConfigure pre-deployment approvals in the deployment pipeline.

How the community answered

(56 responses)
  • A
    77% (43)
  • B
    16% (9)
  • C
    7% (4)

Explanation

With SonarQube pre-approval, you can set quality gate. You can manage technical debt with SonarQube and Azure DevOps. Note: Technical debt is the set of problems in a development effort that make forward progress on customer value inefficient. Technical debt saps productivity by making code hard to understand, fragile, time-consuming to change, difficult to validate, and creates unplanned work that blocks progress. Unless they are managed, technical debt can accumulate and hurt the overall quality of the software and the productivity of the development team in the long term SonarQube an open source platform for continuous inspection of code quality to perform automatic reviews with static analysis of code to: - Security Vulnerabilities - Centralize Quality - What's covered in this lab https://azuredevopslabs.com/labs/vstsextend/sonarqube//

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice