Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam MCIA - Level 1 All Questions

View all questions & answers for the MCIA - Level 1 exam

Exam MCIA - Level 1 topic 1 question 92 discussion

Actual exam question from Mulesoft's MCIA - Level 1
Question #: 92
Topic #: 1
[All MCIA - Level 1 Questions]

A Mule application is being designed for deployment to a single CloudHub worker. The Mule application will have a flow that connects to a SaaS system to perform some operations each time the flow is invoked.

The SaaS system connector has operations that can be configured to request a short-lived token (fifteen minutes) that can be reused for subsequent connections within the fifteen minute time window. After the token expires, a new token must be requested and stored.

What is the most performant and idiomatic (used for its intended purpose) Anypoint Platform component or service to use to support persisting and reusing tokens in the Mule application to help speed up reconnecting the Mule application to the SaaS application?

  • A. Nonpersistent object store
  • B. Persistent object store
  • C. Variable
  • D. Database
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
majda091983
1 year, 9 months ago
Selected Answer: A
since the question is about performance the answer is A. option B if reliability or shared data between multi workers are needed
upvoted 1 times
...
lzrvs
1 year, 10 months ago
Selected Answer: A
A, since overall performance is better due to Secondary Memory Access times, vs HTTP communication with the OSv2 API. And since the application is being designed to operate on a single worker deployment mode, there is no need to share information across workers for cached tokens, for good measure.
upvoted 1 times
...
Examschaffer
1 year, 10 months ago
Selected Answer: A
I would select A. Nonpersistent object store, because it is more performant to query token from in-memory object store than from persistent and it is not critical to lose the token if the application crashes. Token can be queried again.
upvoted 3 times
...
jmay
1 year, 11 months ago
Selected Answer: B
Object store with a TTL of <=15mins
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...