Exam MCIA - Level 1 All QuestionsBrowse all questions from this 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?

    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
ExamschafferOption: B

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

AlandtOption: B

According to official practice exam the correct answer is B

gilofernandesOption: B

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

prapasupOption: C

I think it's C.