nerdexam
CompTIACompTIA

220-1102 · Question #401

220-1102 Question #401: Real Exam Question with Answer & Explanation

The correct answer is A: Amount of system RAM. To improve a Type 2 hypervisor's performance when compiling source code, increasing the amount of system RAM is the most effective upgrade. Compiling is a memory-intensive task, and insufficient RAM can lead to excessive paging and slow performance for both the host and guest OS.

Virtualization and cloud computing

Question

A developer's Type 2 hypervisor is performing inadequately when compiling new source code. Which of the following components should the developer upgrade to improve the hypervisor's performance?

Options

  • AAmount of system RAM
  • BNIC performance
  • CStorage IOPS
  • DDedicated GPU

Explanation

To improve a Type 2 hypervisor's performance when compiling source code, increasing the amount of system RAM is the most effective upgrade. Compiling is a memory-intensive task, and insufficient RAM can lead to excessive paging and slow performance for both the host and guest OS.

Common mistakes.

  • B. NIC performance primarily affects network-bound operations, not local CPU or memory-intensive tasks like code compilation.
  • C. While storage IOPS can impact compilation speed if I/O is a bottleneck, RAM is generally a more critical factor for compilation workloads on a hypervisor, as memory contention often forces more disk I/O.
  • D. A dedicated GPU is primarily for graphics processing and computations, which is typically not a bottleneck for general source code compilation.

Concept tested. Hypervisor resource allocation for performance

Reference. https://docs.vmware.com/en/VMware-Workstation-Pro/17/com.vmware.ws.using.doc/GUID-4FF6507A-EBB8-40F5-985B-382903AE2D29.html

Topics

#Virtualization performance#Resource allocation#RAM#Type 2 hypervisor

Community Discussion

No community discussion yet for this question.

Full 220-1102 PracticeBrowse All 220-1102 Questions