Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam MCIA - Level 1 All Questions

View all questions & answers for the MCIA - Level 1 exam

Exam MCIA - Level 1 topic 1 question 10 discussion

Actual exam question from Mulesoft's MCIA - Level 1
Question #: 10
Topic #: 1
[All MCIA - Level 1 Questions]

What aspects of a CI/CD pipeline for Mule applications can be automated using MuleSoft-provided Maven plugins?

  • A. Import from API designer, compile, package, unit test, deploy, publish to Anypoint Exchange
  • B. Compile, package, unit test, validate unit test coverage, deploy
  • C. Compile, package, unit test, deploy, integration test
  • D. Compile, package, unit test, deploy, create associated API instances in API Manager
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
gilofernandes
1 year ago
Selected Answer: B
A. import from API designer is not possible C. Create associated API instance in API manager is done during deployment D. Integration test is not possible Correct answer is B
upvoted 2 times
...
lzrvs
1 year, 11 months ago
Selected Answer: B
B. Integration testing cannot be executed through the maven plugins.
upvoted 2 times
...
jmay
1 year, 11 months ago
Selected Answer: B
in reality, while 'deploy' is usually done by anypoint cli, the maven plugin is actually capable of 'deploy'
upvoted 1 times
...
Viv2005
2 years ago
Selected Answer: B
coverage can be checked using the maven plugin and if it doesn't meet the criteria the build will fail.
upvoted 1 times
...
madgeezer
2 years, 3 months ago
Selected Answer: B
B. Compile, package, unit test, validate unit test coverage, deploy
upvoted 1 times
...
rodriguescont
2 years, 5 months ago
Selected Answer: B
B is more complete. Integration test is aimed to test if the interface is functional. Maven does not cover this, so C is invalid, resting B.
upvoted 1 times
...
razz123098
2 years, 5 months ago
Selected Answer: B
B is the answer
upvoted 1 times
...
sanni27
2 years, 10 months ago
Should be B
upvoted 1 times
...
Grump
2 years, 11 months ago
Either B or C. Everything in B and C can be automated via CI/CD.
upvoted 1 times
...
Pavan_Nagineni
3 years, 3 months ago
B. Compile, package, unit test, validate unit test coverage, deploy Here unit test(test goal) , validate unit test is validating the test results in config of maven mule plugin
upvoted 2 times
...
Rahul1387
3 years, 4 months ago
I think B should be the answer
upvoted 2 times
...
awsExpert007
3 years, 5 months ago
There is nothing like integration test . i believe answer is B
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...