nerdexam
Cisco

350-401 · Question #414

Which resource is able to be shared among virtual machines deployed on the same physical server?

The correct answer is A. disk. Disk storage is a resource that can be effectively shared among multiple virtual machines deployed on the same physical server.

Submitted by salim_om· Mar 6, 2026Virtualization

Question

Which resource is able to be shared among virtual machines deployed on the same physical server?

Options

  • Adisk
  • Boperating system
  • CVM configuration file
  • Dapplications

How the community answered

(42 responses)
  • A
    88% (37)
  • B
    2% (1)
  • C
    7% (3)
  • D
    2% (1)

Why each option

Disk storage is a resource that can be effectively shared among multiple virtual machines deployed on the same physical server.

AdiskCorrect

Virtual machines can share underlying physical disk resources, either by storing their virtual disk files on a shared storage array (like a SAN or NAS) accessed by the hypervisor, or by having their virtual disks reside on different logical volumes of a single physical disk on the host, allowing multiple VMs to utilize the same physical storage hardware.

Boperating system

Each virtual machine typically runs its own independent operating system instance, such as Windows or Linux, and does not share a single OS image or kernel directly with other VMs.

CVM configuration file

Each virtual machine has its own distinct configuration file (e.g., .vmx for VMware, .xml for KVM) that defines its specific virtual hardware, settings, and resource allocations, which are unique to that VM.

Dapplications

Applications are installed within the operating system of each individual virtual machine and are not directly shared across different VM instances; each VM manages its own application stack independently.

Concept tested: Virtualization resource sharing

Source: https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/best-practices-for-hyper-v-performance

Topics

#shared VM resources#disk sharing#hypervisor#virtual machines

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice