CAS-005 · Question #400
CAS-005 Question #400: Real Exam Question with Answer & Explanation
The correct answer is B: To limit the likelihood of resource exhaustion occurring on the API server. The senior developer wants to configure rate limiting to limit the likelihood of resource exhaustion on the API server. Rate limiting controls how many requests a client can make in a given time, helping prevent abuse or overload that could crash the service, especially important
Question
A development team must create a website to share indicators of compromise. The team wants to use APIs between industry peers to aid in configuring SIEM and SOAR. The team needs to create a free tier of service, and the senior developer insists on configuring rate limiting. Which of the following best describes the senior developer's reasoning?
Options
- ATo prevent password-spraying attacks on the services hosting the API
- BTo limit the likelihood of resource exhaustion occurring on the API server
- CTo address concerns the team has about API bandwidth utilization
- DTo reduce attack surface exposure of the API endpoints connecting peers
Explanation
The senior developer wants to configure rate limiting to limit the likelihood of resource exhaustion on the API server. Rate limiting controls how many requests a client can make in a given time, helping prevent abuse or overload that could crash the service, especially important in a free-tier setup where excessive usage must be managed.
Community Discussion
No community discussion yet for this question.