MuleSoft Certified Integration Architect – Level 1 — Question 60

An organization is designing the following two Mule applications that must share data via a common persistent object store instance:
- Mule application P will be deployed within their on-premises datacenter.
- Mule application C will run on CloudHub in an Anypoint VPC.
The object store implementation used by CloudHub is the Anypoint Object Store v2 (OSv2).
What type of object store(s) should be used, and what design gives both Mule applications access to the same object store instance?

Answer options

Correct answer: C

Explanation

The correct answer is C because it allows Application C on CloudHub to use the Object Store connector for OSv2 while Application P accesses the same persistent store through the REST API, enabling cross-environment access. Option A and B suggest both applications rely solely on the Object Store connector, which is not feasible due to the on-premises requirement of Application P. Option D introduces unnecessary complexity with an IPsec tunnel that is not needed for direct API access.