A System API is designed to retrieve data from a backend system that has scalability challenges.
What API policy can best safeguard the backend system?
A System API is designed to retrieve data from a backend system that has scalability challenges.
What API policy can best safeguard the backend system?
To safeguard a backend system with scalability challenges, the most effective API policy would be SLA-based rate limiting. SLA-based rate limiting helps manage the number of API calls made to the backend system within a specified time frame, preventing the backend from becoming overwhelmed by too many requests. This ensures that the API usage remains within the system's capacity limits, thereby maintaining performance and preventing potential downtime.
B. SLA-based rate limiting
The same question asked in MCPA maintenance and it was having Spike Control in place of SLA Rate Limiting, so be careful
Cross-orgin resource sharing (CORS) policy Circuit breaker policy Spike control Tokenization policy
B, since an SLA tier for a web API instance managed on Anypoint Platform defines one or more throughput limits, such as, limits on the number of web API invocations per time unit.
B. SLA-based rate limiting
Answer:B
B is right,
Answer: B
B. SLA-based rate limiting
SLA based limiting
Answer should be C. SLA Based rate limiting.
Answer: B