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

    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
sanni27Option: C

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

_d4d_Option: C

Answer is C

madgeezerOption: C

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