Valid MCIA-Level-1 Dumps shared by ExamDiscuss.com for Helping Passing MCIA-Level-1 Exam! ExamDiscuss.com now offer the newest MCIA-Level-1 exam dumps, the ExamDiscuss.com MCIA-Level-1 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com MCIA-Level-1 dumps with Test Engine here:
A rale limiting policy has been applied to a soap VI.2 API published in Clondhub. The API implementation catches errors in a global error handler on error propagate in the main flow for HTTP: RETRY_EXHAUSTED with HTTP status set to 429 and any with the HTTP status set to 500. What is the expected H1TP status when the client exceeds the quota of the API calls?
Correct Answer: A
In the given scenario, a rate limiting policy has been applied to the SOAP API and a global error handler is configured to handle HTTP:RETRY_EXHAUSTED errors with a 429 status code. The rate limiting policy will trigger when the client exceeds the allowed quota of API calls. Since the HTTP:RETRY_EXHAUSTED error specifically catches quota exhaustion errors and the error handler is configured to return a 429 status code, the expected HTTP status returned to the client when the quota is exceeded will be 429. This error code indicates that the user has sent too many requests in a given amount of time ("rate limiting"). References: * MuleSoft Documentation on Error Handling * HTTP Status Codes