MuleSoft Certified Integration Architect – Level 1 — Question 82
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?
Answer options
- A. A MuleSoft-managed repository at repository.mulesoft.org
- B. A binary artifact repository
- C. API Community Manager
- D. The Anypoint Object Store service at cloudhub.io
Correct answer: B
Explanation
The correct answer is B, a binary artifact repository, as it is specifically designed to manage and store binary files, including dependencies and versioning information for software projects. Options A and D are not primarily focused on dependency management, while option C is related to API management rather than artifact storage.