nerdexam
MuleSoft

MCD-LEVEL-1 · Question #60

Refer to the exhibit. What can be added to the flow to persist data across different flow executions?

The correct answer is A. Key/value pairs in the ObjectStore. An object store is a facility for storing objects in or across Mule applications. Mule runtime engine (Mule) uses object stores to persist data for eventual retrieval. Internally, Mule uses object stores in various filters, routers, and other message processors that need to…

Mule 4 Application Development

Question

Refer to the exhibit. What can be added to the flow to persist data across different flow executions?

Exhibit

MCD-LEVEL-1 question #60 exhibit

Options

  • AKey/value pairs in the ObjectStore
  • BProperties of the Mule runtime flow object
  • Cproperties of the Mule runtime app object
  • Dsession variables

How the community answered

(36 responses)
  • A
    94% (34)
  • C
    3% (1)
  • D
    3% (1)

Explanation

An object store is a facility for storing objects in or across Mule applications. Mule runtime engine (Mule) uses object stores to persist data for eventual retrieval. Internally, Mule uses object stores in various filters, routers, and other message processors that need to store states between messages. Object stores are available in all deployment targets. If you deploy your application to CloudHub, you can also use Object Store V2. Correct answer is Key/value pair in Object store MuleSoft Documentation reference : https://docs.mulesoft.com/mule-runtime/4.3/mule-object- stores#use-cases

Topics

#ObjectStore#data persistence#flow execution state#state management

Community Discussion

No community discussion yet for this question.

Full MCD-LEVEL-1 Practice