MuleSoft Certified Platform Architect – Level 1 — Question 26
An API implementation is deployed to CloudHub.
What conditions can be alerted on using the default Anypoint Platform functionality, where the alert conditions depend on the end-to-end request processing of the
API implementation?
Answer options
- A. When the API is invoked by an unrecognized API client
- B. When a particular API client invokes the API too often within a given time period
- C. When the response time of API invocations exceeds a threshold
- D. When the API receives a very high number of API invocations
Correct answer: C
Explanation
The correct answer is C because the default functionality specifically allows monitoring of response times, making it possible to set alerts when they exceed predetermined thresholds. Options A and B relate to client behavior rather than request processing, while option D focuses on volume rather than response times, which is not the primary condition for alerts in this context.