live chatMcAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
Pass4Test 10%OFF Discount Code

Lpi LPIC-3 Exam 305: Virtualization and Containerization - 305-300 Exam Questions

QUESTION NO: 1
What are the key benefits of using cloud management tools?
Correct Answer: A
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 2
In order to determine if a virtualization host offers Intel VT-x support, which CPU flag must be searched for in the file /proc/cpuinfo?
Correct Answer:
vmx
Explanation:
Intel VT-x is Intel's hardware-assisted virtualization technology and is required to run hypervisors such as KVMefficiently. According to Linux and KVM documentation, support for Intel VT-x can be verified by checking the CPU flags listed in the /proc/cpuinfo file.
The specific flag that indicates Intel VT-x support isvmx. This flag appears in the flags section for each processor core if VT-x is available and enabled in the system firmware (BIOS or UEFI). The presence of vmx confirms that the CPU supports hardware virtualization extensions required by KVM.
If the flag is absent, virtualization may either be unsupported by the CPU or disabled in the firmware settings.
For AMD processors, a different flag (svm) is used.
Virtualization documentation consistently references the vmx flag as the authoritative indicator for Intel VT-x support. Therefore, the correct and documented answer isvmx.
QUESTION NO: 3
What is the purpose ofcloud-init?
Correct Answer: A
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 4
FILL BLANK
What is the default path to the Docker daemon configuration file on Linux? (Specify the full name of the file, Including path.)
Correct Answer:
/etc/docker/daemon.json
Explanation:
The default path to the Docker daemon configuration file on Linux is /etc/docker/daemon.json. This file is a JSON file that contains the settings and options for the Docker daemon, which is the service that runs on the host operating system and manages the containers, images, networks, and other Docker resources. The /etc
/docker/daemon.json file does not exist by default, but it can be created by the user to customize the Docker daemon behavior. The file can also be specified by using the --config-file flag when starting the Docker daemon. The file must be a valid JSON object and follow the syntax and structure of the dockerd reference docs12. References:
* Docker daemon configuration file - Medium3
* Docker daemon configuration overview | Docker Docs4
* docker daemon | Docker Docs5
QUESTION NO: 5
Ifdocker stackis to be used to run a Docker Compose file on a Docker Swarm, how are the images referenced in the Docker Compose configuration made available on the Swarm nodes?
Correct Answer: A
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 6
Which functionality is provided by Vagrant as well as by Docker? (Choose three.)
Correct Answer: A,B,E
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 7
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.) Solution:
kvm-intel.ko - or - kvm-intel - or - kvm_intel.ko - or - kvm_intel
Determine whether the given solution is correct?
Correct Answer: A
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 8
Which of the following components are essential in Docker architecture? (Select all that apply)
Correct Answer: A,B,C
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 9
What is oVirt?
Correct Answer: C
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 10
Which of the following values are valid in the type attribute of a<domain>element in a libvirt domain definition? (Choose two.)
Correct Answer: D,E
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).