Exam CV0-004 Topic 1 Question 156 Discussion
Actual exam question for CompTIA's CV0-004 exam
Question #: 156
Topic #: 1
Question #: 156
Topic #: 1
A cloud developer needs to update a REST API endpoint to resolve a defect. When too many users attempt to call the API simultaneously, the following message is displayed:
Error: Request Timeout - Please Try Again Later
Which of the following concepts should the developer consider to resolve this error?
Error: Request Timeout - Please Try Again Later
Which of the following concepts should the developer consider to resolve this error?
Suggested Answer: C Vote an answer
To resolve the issue of a REST API endpoint timing out when too many users attempt to call the API simultaneously, the developer should consider implementing rate limiting. Rate limiting controls the number of requests a user can submit in a given amount of time, preventing overuse of the API resources and ensuring availability for all users.
by Tab at Apr 20, 2025, 06:33 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).