Designing and Implementing Microsoft DevOps Solutions — Question 84
Your company is building a new solution in Java.
The company currently uses a SonarQube server to analyze the code of .NET solutions.
You need to analyze and monitor the code quality of the Java solution.
Which task types should you add to the build pipeline?
Answer options
- A. Maven
- B. CocoaPods
- C. Xcode
- D. Gulp
Correct answer: A
Explanation
Maven is a build automation tool specifically designed for Java projects, making it the appropriate choice for analyzing Java code quality. CocoaPods, Xcode, and Gulp are not suited for Java; CocoaPods and Xcode are related to iOS development, while Gulp is a JavaScript task runner.