ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 59 - MCIA Level 1 Maintenance discussion

Report
Export

Mule application muleA deployed in cloudhub uses Object Store v2 to share data across instances. As a part of new requirement , application muleB which is deployed in same region wants to access this Object Store.

Which of the following option you would suggest which will have minimum latency in this scenario?

A.
Object Store REST API
Answers
A.
Object Store REST API
B.
Object Store connector
Answers
B.
Object Store connector
C.
Both of the above option will have same latency
Answers
C.
Both of the above option will have same latency
D.
Object Store of one mule application cannot be accessed by other mule application.
Answers
D.
Object Store of one mule application cannot be accessed by other mule application.
Suggested answer: A

Explanation:

V2 Rest API is recommended for on premise applications to access Object Store. It also comes with overhead of encryption and security of using rest api. With Object Store v2, the API call is localized to the same data center as the Runtime Manager app.

But in this case requirement is to access the OS of other mule application and not the same mule application.

You can configure a Mule app to use the Object Store REST API to store and retrieve values from an object store in another Mule app.

However, Object Store v2 is not designed for app-to-app communication.

asked 18/09/2024
david tsai
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first