Lpi 304-200 LPIC-3 Exam 304: Virtualization & High Availability, version 2.0 Online Training
Lpi 304-200 Online Training
The questions for 304-200 were last updated at Nov 20,2024.
- Exam Code: 304-200
- Exam Name: LPIC-3 Exam 304: Virtualization & High Availability, version 2.0
- Certification Provider: Lpi
- Latest update: Nov 20,2024
Fill in the blank.
What is the name of the kernel module that is required to be loaded in order to use KVM on an Intel CPU architecture? (Specify ONLY the module name without any path information and with or without the module suffix.)
Which of the following is true regarding the CPU of a KVM virtual machine? (Choose TWO correct answers.)
- A . Each KVM virtual machine can only have one CPU with one core.
- B . KVM virtual machines support multiple virtual CPUs in order to run SMP systems.
- C . The CPU architecture of a KVM virtual machine is independent of the host system’s architecture.
- D . For each KVM virtual machine one dedicated physical CPU core must be reserved.
- E . KVM uses the concept of virtual CPUs to map the virtual machines to physical CPUs.
Which statement is true regarding the Linux kernel module that must be loaded in order to use KVM?
- A . It must be loaded into the kernel of each virtual machine to provide paravirtualization which is required by KVM.
- B . It must be loaded into the kernel of the host system in order to use the virtualization extensions of the host system’s CPU.
- C . It must be loaded into the kernel of the host system only if the console of a virtual machine will be connected to a physical console of the host system.
- D . It must be loaded into the kernel of each virtual machine that will access files and directories from the host system’s file system.
- E . It must be loaded into the kernel of the first virtual machine as it interacts with the KVM bare metal hypervisor and is required to trigger the start of additional virtual machines.
Which of the following commands boots a KVM virtual machine using Debian GNU/Linux?
- A . qemu -create -drive file=debian.img -cdrom debian.iso -m 1024 -boot d
- B . qemu-kvm -drive file=debian.img -cdrom debian.iso -m 1024 -boot d
- C . kvm -create -drive file=debian.img -cdrom debian.iso -m 1024 -boot d
- D . kvm -qemu -drive file=debian.img -cdrom debian.iso -m 1024 -boot d
Which of the following products use container-based virtualization? (Choose THREE correct answers.)
- A . KVM
- B . Linux VServer
- C . LXC
- D . OpenVZ
- E . Xen
What action does the virsh restore command perform?
- A . It restores a virtual machine that was stopped by a kernel panic.
- B . It restores a virtual machine from a state file.
- C . It reverts a virtual machine, including its storage devices, to a previously saved state.
- D . It wakes up a virtual machine that was hibernated by the operating system running inside the virtual machine.
How can data be shared between several virtual machines running on the same Linux-based host system?
- A . By mounting other VM’s file systems from /dev/virt-disks/remote/.
- B . By using a network file system or file transfer protocol.
- C . By default, Linux-based virtualization products provide full access to the host system to all virtual machines.
- D . By setting up a ramdisk in one virtual machine and mounting it using its UUID in the other VMs.
- E . By attaching the same virtual hard disk to all virtual machines and activating EXT4 sharing extensions on it.
Which of the following data should be copied to the virtual machine when migrating a physical machine to a virtual machine?
- A . The block device buffers
- B . The CPU flags
- C . The file systems or their content
- D . The CPU register’s content
- E . The memory
What does IaaS stand for?
- A . Integration as a Service
- B . Intelligence as a Service
- C . Instances as a Service
- D . Infrastructure as a Service
- E . Information as a Service
Which of the following types of guest systems does Xen support? (Choose TWO correct answers.)
- A . Paravirtualized guests (PV)
- B . Foreign architecture guests (FA)
- C . Fully virtualized guests (HVM)
- D . Container virtualized guests (CVM)
- E . Emulated guests (EMU)