MCPA - Level 1 Exam QuestionsBrowse all questions from this exam

MCPA - Level 1 Exam - Question 28


What is the most performant out-of-the-box solution in Anypoint Platform to track transaction state in an asynchronously executing long-running process implemented as a Mule application deployed to multiple CloudHub workers?

Show Answer
Correct Answer: C

In the context of Anypoint Platform, the most suitable out-of-the-box solution to track transaction state in an asynchronously executing long-running process across multiple CloudHub workers is the Persistent Object Store. This storage mechanism is designed to persist data, making it accessible across different instances of the Mule application, ensuring consistency and reliability in tracking the state of transactions. Other options, such as Redis distributed cache, java.util.WeakHashMap, and File-based storage, either require additional setup or are not suitable for the CloudHub environment.

Discussion

7 comments
Sign in to comment
thirstylionOption: C
May 20, 2021

Correct answer: C

Pavan_NagineniOption: C
Jul 24, 2021

C. Persistent Object Store

calazansOption: C
Jun 22, 2022

Persistent Object Store

AB317Option: C
Aug 6, 2021

Answer: C

Outdoor25Option: C
Dec 29, 2021

A. Redis distributed cache (Not an answer cause Redis is not out of box) B. java.util.WeakHashMap, Cannot imagine how this will work. C. Persistent Object Store . This is the only option that will work. D. File-based storage (Wont work because they are cloudhub workers)

cuisal92Option: C
Jan 25, 2023

C. Persistent Object Store

policy907Option: C
Feb 2, 2023

Answer: C