Designing and Implementing Microsoft DevOps Solutions — Question 83
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. Octopus
- B. Chef
- C. CocoaPods
- D. Gradle
Correct answer: D
Explanation
The correct answer is D, Gradle, as it is a build automation tool that is widely used for Java projects and integrates well with SonarQube for code quality analysis. Options A, B, and C are not suitable for Java build processes; Octopus is for deployment, Chef is a configuration management tool, and CocoaPods is primarily used for managing dependencies in iOS development.