Lpi LPIC-3 Exam 305: Virtualization and Containerization - 305-300 FREE EXAM DUMPS QUESTIONS & ANSWERS

Which of the following statements are true regarding VirtualBox?
Correct Answer: C Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
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
Which of the following commands moves the libvirt domainweb1from the current host system to the host systemhost2?
Correct Answer: D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
What is the purpose ofcloud-init?
Correct Answer: D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Which of the following statements are true of full virtualization? (Select THREE correct answers)
Correct Answer: A,C,E Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
What is a container image?
Correct Answer: C Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
After creating a new Docker network using the following command:
docker network create --driver bridge isolated_nw
which parameter must be added todocker createin order to attach a container to the network?
Correct Answer: D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
When using direct Linux booting to start Linux within a KVM virtual machine, which KVM parameter is used to specify parameters for the Linux kernel?
(Specify ONLY the option name without any values or parameters.)
Correct Answer:
-append
Explanation:
When usingdirect kernel bootingwith KVM/QEMU, the-appendoption is used to passkernel command-line parametersto the Linux kernel. This allows administrators to specify boot-time options such as root filesystem location, console settings, or debugging flags.
Official QEMU documentation lists -append as the correct parameter for kernel arguments, making this answer correct.
Which statement is true regarding the Linux kernel module that must be loaded in order to use QEMU with hardware virtualization extensions?
Correct Answer: D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Which of the following network interface types are valid in an LXD container configuration? (Choose THREE)
Correct Answer: A,C,D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
0
0
0
10