ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 115 - CV0-004 discussion

Report
Export

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?

A.
Server patch
Answers
A.
Server patch
B.
TLS encryption
Answers
B.
TLS encryption
C.
Rate limiting
Answers
C.
Rate limiting
D.
Permission issues
Answers
D.
Permission issues
Suggested answer: C

Explanation:

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.

Reference: CompTIA Cloud+ Study Guide (Exam CV0-004) - Chapter on Cloud Service Maintenance and Management

asked 02/10/2024
ISRAEL PEREZ GARCIA
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first