ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 263 - AZ-400 discussion

Report
Export

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?

A.
Gradle
Answers
A.
Gradle
B.
CocoaPods
Answers
B.
CocoaPods
C.
Grunt
Answers
C.
Grunt
D.
Gulp
Answers
D.
Gulp
Suggested answer: A

Explanation:

SonarQube is a set of static analyzers that can be used to identify areas of improvement in your code. It allows you to analyze the technical debt in your project and keep track of it in the future. With Maven and Gradle build tasks, you can run SonarQube analysis with minimal setup in a new or existing Azure DevOps Services build task.

Prepare Analysis Configuration task, to configure all the required settings before executing the build. This task is mandatory.

In case of .NET solutions or Java projects, it helps to integrate seamlessly with MSBuild, Maven and Gradle tasks.

Incorrect Answers:

B: CocoaPods is the dependency manager for Swift and Objective-C Cocoa projects.

Note: There are several versions of this question in the exam. The question can have three correct answers:

MSBuild

Maven

Gradle

The question can also have different incorrect options, including:

Chef

Octopus

xCODE

Reference:

https://docs3.sonarqube.org/latest/analysis/scan/sonarscanner-for-azure-devops/

https://docs.microsoft.com/en-us/azure/devops/java/sonarqube?view=azure-devops

asked 02/10/2024
Kajenthiran Varnamyilvaganam
47 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first