MuleSoft Certified Platform Architect – Level 1 — Question 15

An API implementation is deployed on a single worker on CloudHub and invoked by external API clients (outside of CloudHub).
How can an alert be set up that is guaranteed to trigger AS SOON AS that API implementation stops responding to API invocations?

Answer options

Correct answer: B

Explanation

The correct answer is B, as configuring a 'worker not responding' alert in Anypoint Runtime Manager allows for immediate detection of the worker's unavailability. Option A relies on an external check, which may not be as immediate, while C depends on the client-side handling of exceptions, and D is based on request volume rather than direct responsiveness.