ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 41 - Certified MuleSoft Integration Architect I discussion

Report
Export

Refer to the exhibit.

A Mule application is being designed to be deployed to several CIoudHub workers. The Mule application's integration logic is to replicate changed Accounts from Satesforce to a backend system every 5 minutes.

A watermark will be used to only retrieve those Satesforce 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?

A.
Persistent Anypoint MQ Queue
Answers
A.
Persistent Anypoint MQ Queue
B.
Persistent Object Store
Answers
B.
Persistent Object Store
C.
Persistent Cache Scope
Answers
C.
Persistent Cache Scope
D.
Persistent VM Queue
Answers
D.
Persistent VM Queue
Suggested answer: B

Explanation:

* An object store is a facility for storing objects in or across Mule applications. Mule uses object stores to persist data for eventual retrieval.

* Mule provides two types of object stores:

1) In-memory store -- stores objects in local Mule runtime memory. Objects are lost on shutdown of the Mule runtime.

2) Persistent store -- Mule persists data when an object store is explicitly configured to be persistent.

In a standalone Mule runtime, Mule creates a default persistent store in the file system. If you do not specify an object store, the default persistent object store is used.

MuleSoft

Reference: https://docs.mulesoft.com/mule-runtime/3.9/mule-object-stores

asked 23/09/2024
Rashid Hashim
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first