ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 49 - Certified MuleSoft Developer II discussion

Report
Export

A new Mule project has been created in Anypoint Studio with the default settings.

Which file inside the Mule project must be modified before using Maven to successfully deploy the application?

A.
Settings.xml
Answers
A.
Settings.xml
B.
Config.yaml
Answers
B.
Config.yaml
C.
Pom.xml
Answers
C.
Pom.xml
D.
Mule.artificact.json
Answers
D.
Mule.artificact.json
Suggested answer: C

Explanation:

To use Maven to successfully deploy the application, the developer needs to modify the pom.xml file inside the Mule project. The pom.xml file contains the configuration and dependencies of the Mule application, as well as the deployment information such as the CloudHub region, environment, and worker size. The developer needs to specify these properties in the pom.xml file before using Maven to deploy the application.

Reference: https://docs.mulesoft.com/mule-runtime/4.3/mmp-concept#application-deployment-descriptor

asked 23/09/2024
Andrey Scherbakov
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first