Cisco
350-201 · Question #83
An API developer is improving an application code to prevent DDoS attacks. The solution needs to accommodate instances of a large number of API requests coming for legitimate purposes from trustworthy
Sign in or unlock 350-201 to reveal the answer and full explanation for question #83. The question stem and answer options stay visible for context.
Techniques
Question
An API developer is improving an application code to prevent DDoS attacks. The solution needs to accommodate instances of a large number of API requests coming for legitimate purposes from trustworthy services. Which solution should be implemented?
Options
- ARestrict the number of requests based on a calculation of daily averages. If the limit is exceeded,
- BImplement REST API Security Essentials solution to automatically mitigate limit exhaustion. If the
- CIncrease a limit of replies in a given interval for each API. If the limit is exceeded, block access
- DApply a limit to the number of requests in a given time interval for each API. If the rate is
Unlock 350-201 to see the answer
You've previewed enough free 350-201 questions. Unlock 350-201 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#DDoS mitigation#rate limiting#API security#REST API