exam questions

Exam CV0-003 All Questions

View all questions & answers for the CV0-003 exam

Exam CV0-003 topic 1 question 250 discussion

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

A systems administrator is diagnosing performance issues on a web application. The web application sends thousands of extremely complex SQL queries to a database server, which has trouble retrieving the information in time. The administrator checks the database server and notes the following resource utilization:

• CPU: 64%
• RAM: 97%
• Network throughput: 384,100Kbps.
• Disk throughput: 382,700Kbps

The administrator also looks at the storage for the database server and notices it is consistently near its OPS limit. Which of the following will BEST resolve these performance issues?

  • A. Increase CPU resources on the database server.
  • B. Increase caching on the database server.
  • C. Put the storage and the database on the same VLAN.
  • D. Enable compression on storage traffic.
  • E. Enable deduplication on the storage appliance.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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: B
Explanation: The high RAM usage (97%) and the database storage being near its IOPS limit suggest that the database is frequently performing disk-intensive operations. Since disk throughput is nearly maxed out, increasing caching can help reduce the number of disk reads and improve query performance. Caching stores frequently accessed data in memory (RAM), significantly reducing disk I/O operations, which is the primary bottleneck here.
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 ...