- A
VLANs
Why wrong: VLANs segregate network traffic but do not affect compute resource utilization.
- B
Load balancing
Why wrong: Load balancing distributes network or application traffic, not virtual machine resource pooling.
- C
RAID
Why wrong: RAID is a storage technology; it does not improve CPU or memory utilization.
- D
Hypervisor memory overcommitment
Memory overcommitment allows the hypervisor to allocate more memory to VMs than physically available, improving utilization.
Quick Answer
The answer is hypervisor memory overcommitment, as it directly addresses inefficient resource pooling by allowing a hypervisor to allocate more virtual machine memory to VMs than the physical RAM available on the host. This works because VMs rarely use their full allocated memory simultaneously, so the hypervisor can safely oversubscribe memory, dramatically improving resource utilization across virtual hosts and enabling higher VM density per physical server. On the CompTIA Project+ PK0-005 exam, this concept tests your understanding of how virtualization technologies optimize resource pooling—a common trap is confusing memory overcommitment with CPU overcommitment or storage thin provisioning. Remember that memory overcommitment relies on statistical sharing: not all VMs max out their RAM at once. A useful memory tip is to think of it like an airline overbooking seats—most passengers (VMs) don’t all show up at the same time, so you can safely sell more tickets (allocate more memory) than you have seats (physical RAM).
PK0-005 Practice Question: Basics of IT Infrastructure and IT Project Management
This PK0-005 practice question tests your understanding of basics of it infrastructure and it project management. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A project is deploying a new virtualized server environment. The project manager receives a report that resource pooling is inefficient. Which technology can best improve resource utilization across the virtual hosts?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"best"Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Hypervisor memory overcommitment
Hypervisor memory overcommitment allows a hypervisor to allocate more virtual machine (VM) memory to VMs than the physical RAM available on the host, relying on the fact that VMs rarely use their full allocated memory simultaneously. This directly improves resource utilization by enabling higher VM density per physical host, which is the core inefficiency in resource pooling. Technologies like VMware ESXi's transparent page sharing or KSM (Kernel Same-page Merging) further optimize this by deduplicating identical memory pages.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
VLANs
Why it's wrong here
VLANs segregate network traffic but do not affect compute resource utilization.
- ✗
Load balancing
Why it's wrong here
Load balancing distributes network or application traffic, not virtual machine resource pooling.
- ✗
RAID
Why it's wrong here
RAID is a storage technology; it does not improve CPU or memory utilization.
- ✓
Hypervisor memory overcommitment
Why this is correct
Memory overcommitment allows the hypervisor to allocate more memory to VMs than physically available, improving utilization.
Clue confirmation
The clue word "best" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates confuse load balancing (which distributes network traffic) with resource pooling optimization, failing to recognize that memory overcommitment is the specific hypervisor feature that directly improves utilization of pooled compute resources.
Detailed technical explanation
How to think about this question
Hypervisor memory overcommitment works by allowing the hypervisor to present more virtual memory to VMs than physical memory exists, using techniques like ballooning (where a driver inside the VM reclaims unused pages) and swapping to disk when actual demand exceeds physical capacity. In real-world scenarios, a host with 256 GB RAM might run 20 VMs each configured with 32 GB (640 GB total), achieving high utilization as long as the aggregate active memory stays below 256 GB. However, excessive overcommitment can lead to performance degradation due to memory contention, requiring careful monitoring of host memory pressure metrics.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A help-desk technician troubleshoots why a newly connected PC cannot reach shared printers on the same floor. The cable is good, the switch port is active, but the PC is in VLAN 20 and the printers are in VLAN 10. The uplink trunk only allows VLAN 10. A trunk being up does not mean every VLAN crosses it.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Basics of IT Infrastructure and IT Project Management — study guide chapter
Learn the concepts, then practise the questions
- →
Basics of IT Infrastructure and IT Project Management practice questions
Targeted practice on this topic area only
- →
All PK0-005 questions
500 questions across all exam domains
- →
CompTIA Project+ PK0-005 study guide
Full concept coverage aligned to exam objectives
- →
PK0-005 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related PK0-005 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Project Life Cycle Phases practice questions
Practise PK0-005 questions linked to Project Life Cycle Phases.
Basics of IT Infrastructure and IT Project Management practice questions
Practise PK0-005 questions linked to Basics of IT Infrastructure and IT Project Management.
Project Management Concepts practice questions
Practise PK0-005 questions linked to Project Management Concepts.
Tools and Documentation practice questions
Practise PK0-005 questions linked to Tools and Documentation.
PK0-005 fundamentals practice questions
Practise PK0-005 questions linked to PK0-005 fundamentals.
PK0-005 scenario practice questions
Practise PK0-005 questions linked to PK0-005 scenario.
PK0-005 troubleshooting practice questions
Practise PK0-005 questions linked to PK0-005 troubleshooting.
Practice this exam
Start a free PK0-005 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this PK0-005 question test?
Basics of IT Infrastructure and IT Project Management — This question tests Basics of IT Infrastructure and IT Project Management — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Hypervisor memory overcommitment — Hypervisor memory overcommitment allows a hypervisor to allocate more virtual machine (VM) memory to VMs than the physical RAM available on the host, relying on the fact that VMs rarely use their full allocated memory simultaneously. This directly improves resource utilization by enabling higher VM density per physical host, which is the core inefficiency in resource pooling. Technologies like VMware ESXi's transparent page sharing or KSM (Kernel Same-page Merging) further optimize this by deduplicating identical memory pages.
What should I do if I get this PK0-005 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Are there clue words in this question I should notice?
Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Keep practising
More PK0-005 practice questions
- A project team is working on a software development project and needs to track changes to requirements, design documents…
- Arrange the steps for conducting a quality audit.
- Arrange the steps for initiating a project in the correct order.
- Put the steps for closing a project in the correct order.
- Put the steps for creating a work breakdown structure (WBS) in the correct order.
- Put the steps for managing a change request in the correct order.
Last reviewed: Jun 24, 2026
This PK0-005 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PK0-005 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.