MCIA - Level 1 Exam QuestionsBrowse all questions from this exam

MCIA - Level 1 Exam - Question 83


An organization has implemented a continuous integration (CI) lifecycle that promotes Mule applications through code, build, and test stages. To standardize the organization's CI journey, a new dependency control approach is being designed to store artifacts that include information such as dependencies, versioning, and build promotions.

To implement these process improvements, the organization will now require developers to maintain all dependencies related to Mule application code in a shared location.

What is the most idiomatic (used for its intended purpose) type of system the organization should use in a shared location to standardize all dependencies related to Mule application code?

Show Answer
Correct Answer: B

To standardize all dependencies related to Mule application code, the most idiomatic system to use is a binary artifact repository. This type of repository is specifically designed to store and manage binary artifacts such as dependencies, libraries, and build artifacts, which includes information on versioning and build promotions. It offers a centralized location for managing these dependencies consistently across different stages of the CI lifecycle.

Discussion

4 comments
Sign in to comment
ExamschafferOption: B
Jan 6, 2023

I'll go with B. A binary artifact repository https://docs.mulesoft.com/mule-runtime/4.4/maven-reference#deploying-mule-artifacts-to-a-central-maven-repository

prapasupOption: C
Oct 22, 2023

I think it's C.

gilofernandesOption: B
Nov 7, 2023

C and D are not code repositories. repository.mulesoft.org does not exists B is the correct answer.

AlandtOption: B
Jun 18, 2024

According to official practice exam the correct answer is B