ExamGecko
Question list
Search
Search

Question 414 - 200-901 discussion

Report
Export

A developer checks the performance of a web application. The application is in the local data center and uses a REST-based API. Based on the API logs, it is discovered that many its abandon API requests. Also, the response is taking too long to get back. What is the reason for this issue?

A.

Pagination is not implemented

Answers
A.

Pagination is not implemented

B.

Token-based authentication is enabled.

Answers
B.

Token-based authentication is enabled.

C.

Rate limiting is not implemented.

Answers
C.

Rate limiting is not implemented.

D.

Token-based authentication is disabled

Answers
D.

Token-based authentication is disabled

Suggested answer: C

Explanation:

Rate limiting is a technique to control the rate of incoming and outgoing traffic to or from a network. If rate limiting is not implemented, excessive API requests can overwhelm the server, causing long response times and abandoned requests.

Abandoned Requests: When a server is overwhelmed with too many requests, it may not process them all, leading to abandoned requests.

Long Response Times: Without rate limiting, the server might be handling more requests than it can efficiently process, resulting in delayed responses.

Solution: Implementing rate limiting ensures that the server processes requests at a manageable rate, improving performance and reliability.

Rate Limiting and API Performance: Understanding Rate Limiting

asked 07/10/2024
Yosra Chabchoub
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first