MuleSoft Certified Platform Architect – Level 1 — Question 12
An organization is implementing a Quote of the Day API that caches today's quote.
What scenario can use the CloudHub Object Store via the Object Store connector to persist the cache's state?
Answer options
- A. When there are three CloudHub deployments of the API implementation to three separate CloudHub regions that must share the cache state.
- B. When there are two CloudHub deployments of the API implementation by two Anypoint Platform business groups to the same CloudHub region that must share the cache state.
- C. When there is one deployment of the API implementation to CloudHub and another deployment to a customer-hosted Mule runtime that must share the cache state.
- D. When there is one CloudHub deployment of the API implementation to three CloudHub workers that must share the cache state.
Correct answer: C
Explanation
The correct answer is C because sharing the cache state between a CloudHub deployment and a customer-hosted Mule runtime requires an external storage solution like the Object Store. Options A and B involve CloudHub deployments that don't require external storage for sharing, while option D does not involve different environments that necessitate cache sharing.