nerdexam
Exams350-201Questions#41
Cisco

350-201 · Question #41

350-201 Question #41: Real Exam Question with Answer & Explanation

The correct answer is A: Limit the number of API calls that a single client is allowed to make. This question tests knowledge of API rate limiting as the appropriate control to prevent a single client from overwhelming a cloud-based application with excessive concurrent requests.

Question

Refer to the exhibit. A threat actor behind a single computer exploited a cloud-based application by sending multiple concurrent API requests. These requests made the application unresponsive. Which solution protects the application from being overloaded and ensures more equitable application access across the end-user community?

Exhibit

350-201 question #41 exhibit

Options

  • ALimit the number of API calls that a single client is allowed to make
  • BAdd restrictions on the edge router on how often a single client can access the API
  • CReduce the amount of data that can be fetched from the total pool of active clients that call the
  • DIncrease the application cache of the total pool of active clients that call the API

Explanation

This question tests knowledge of API rate limiting as the appropriate control to prevent a single client from overwhelming a cloud-based application with excessive concurrent requests.

Common mistakes.

  • B. Restrictions on an edge router would apply coarse network-level filtering but lack the application-layer context needed to enforce per-client API call limits intelligently and equitably.
  • C. Reducing the amount of data fetched from the total pool of active clients addresses bandwidth or data volume, not the rate of concurrent API calls from a single abusive client.
  • D. Increasing application cache improves performance for repeated read requests but does not limit or throttle any client's ability to send unlimited concurrent API calls.

Concept tested. API rate limiting to prevent resource exhaustion

Reference. https://learn.microsoft.com/en-us/azure/architecture/patterns/rate-limiting-pattern

Community Discussion

No community discussion yet for this question.

Full 350-201 Practice