exam questions

Exam CV0-003 All Questions

View all questions & answers for the CV0-003 exam

Exam CV0-003 topic 1 question 354 discussion

Actual exam question from CompTIA's CV0-003
Question #: 354
Topic #: 1
[All CV0-003 Questions]

A web application server farm has the following configuration:

• 16vCPU
• 128GB of memory
• 512GB of local storage

The performance-testing team reports the web application farm is unable to process requests beyond 5,000 concurrent connections. Which of the following should be performed?

  • A. Review the memory capacity parameters in the web server
  • B. Restart and redeploy the application.
  • C. Restart the performance-testing tool.
  • D. Review the application configuration
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
BigM
5 months, 2 weeks ago
Selected Answer: D
Explanation: The fact that the server farm fails beyond 5,000 concurrent connections suggests that the bottleneck is not necessarily hardware-related but could be due to software or configuration limits. Why Option D (Review the Application Configuration) is the Best Choice: ✔ Web server or application settings could have connection limits (e.g., Apache, Nginx, or IIS may have a maximum connections setting). ✔ Database connection pooling limits could be preventing the application from handling additional requests. ✔ Thread and process limits could be configured improperly, capping concurrent users artificially. ✔ Load balancer settings may have rate-limiting or max connection policies in place.
upvoted 1 times
...
CXSSP
8 months, 1 week ago
Selected Answer: D
D. Review the application configuration
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

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.

SaveCancel
Loading ...