MCIA - Level 1 Exam QuestionsBrowse all questions from this exam

MCIA - Level 1 Exam - Question 36


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?

Show Answer
Correct Answer: D

To ensure both Mule applications, one on-premises and one on CloudHub, can access the same persistent object store instance, the object store must be accessible from both environments. The best option is for Application P, which is on-premises, to use the Object Store connector to access a persistent object store, while Application C, which is on CloudHub, accesses this persistent object store via the Object Store REST API through an IPsec tunnel. This setup allows secure access to the persistent object store from both the on-premises and CloudHub environments.

Discussion

3 comments
Sign in to comment
sanni27Option: C
Jan 12, 2022

It should be C as on-prem cant access object store directly but via rest api call.

_d4d_Option: C
Dec 27, 2022

Answer is C

madgeezerOption: C
Aug 4, 2022

C. Application C uses the Object Store connector to access a persistent object Application P accesses the persistent object store via the Object Store REST API