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 ...
Microsoft AZ-400 Exam
Questions Number: 128 out of 535 Questions
23.93%
Question 128
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 action should you include in the recommendation?
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: - Detect Bugs - Code Smells - Security Vulnerabilities Centralize Quality - - What's covered in this lab Reference: https://azuredevopslabs.com/labs/vstsextend/sonarqube/ Implement Continuous Delivery