Exam MCIA - Level 1 All QuestionsBrowse all questions from this exam
Question 6

Refer to the exhibit. A Mule application is being designed to be deployed to several CloudHub workers. The Mule application's integration logic is to replicate changed Accounts from Salesforce to a backend system every 5 minutes.

A watermark will be used to only retrieve those Salesforce Accounts that have been modified since the last time the integration logic ran.

What is the most appropriate way to implement persistence for the watermark in order to support the required data replication integration logic?

    Correct Answer: A

    The most appropriate way to implement persistence for the watermark, in order to support the required data replication integration logic in a Mule application deployed to several CloudHub workers, is by using a Persistent Object Store. A Persistent Object Store is designed for storing key-value pairs with support for persistence and retrieval across different execution instances, making it suitable for maintaining state information like watermarks. This ensures consistency and reliability across multiple CloudHub workers.

Discussion
madgeezerOption: A

A. Persistent Object Store

1MKOption: A

A is correct

meet_abdel

Correct