AZ-400 · Question #112
You are designing the development process for your company. You need to recommend a solution for continuous inspection of the company's code base to locate common code patterns that are known to be pr
The correct answer is C. SonarCloud analysis. SonarCloud is a cloud service offered by SonarSource and based on SonarQube. SonarQube is a widely adopted open source platform to inspect continuously the quality of source code and detect bugs, vulnerabilities and code smells in more than 20 different languages. Note: The Sonar
Question
Options
- AMicrosoft Visual Studio test plans
- BGradle wrapper scripts
- CSonarCloud analysis
- Dthe JavaScript task runner
How the community answered
(41 responses)- A2% (1)
- B2% (1)
- C95% (39)
Explanation
SonarCloud is a cloud service offered by SonarSource and based on SonarQube. SonarQube is a widely adopted open source platform to inspect continuously the quality of source code and detect bugs, vulnerabilities and code smells in more than 20 different languages. Note: The SonarCloud Azure DevOps extension brings everything you need to have your projects analyzed on SonarCloud very quickly. Incorrect Answers: A: Test plans are used to group together test suites and individual test cases. This includes static test suites, requirement-based suites, and query-based suites. https://docs.travis-ci.com/user/sonarcloud/ https://sonarcloud.io/documentation/integrations/vsts/
Community Discussion
No community discussion yet for this question.