200-901 · Question #389
200-901 Question #389: Real Exam Question with Answer & Explanation
The correct answer is B: rate limiting. Rate limiting is a common API constraint used to protect an application from abuse, overuse, or potential attacks by limiting the number of requests a client can make within a specified time period. It helps prevent scenarios where an application is overloaded with API requests,
Question
A developer has experienced security issues with a previously developed application. The API offered by that application is open and without any constraints. During a recent attack, the application was overloaded with API requests. To address this issue, an API constraint is implemented to protect the application from future attacks or any sudden throttling. Which API constraint must the application developer implement in this situation?
Options
- Apagination
- Brate limiting
- Cfiltering
- Dpayload limiting
Explanation
Rate limiting is a common API constraint used to protect an application from abuse, overuse, or potential attacks by limiting the number of requests a client can make within a specified time period. It helps prevent scenarios where an application is overloaded with API requests, leading to performance issues or potential security vulnerabilities. By implementing rate limiting, developers can control the frequency of incoming requests and ensure the stability and security
Topics
Community Discussion
No community discussion yet for this question.