Easter Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

LPIC-3: Virtualization and Containerization - Exam 305, version 3.0 Question and Answers

LPIC-3: Virtualization and Containerization - Exam 305, version 3.0

Last Update May 18, 2024
Total Questions : 60

We are offering FREE 305-300 LPI exam questions. All you do is to just go and sign up. Give your details, prepare 305-300 free exam questions and then go for complete pool of LPIC-3: Virtualization and Containerization - Exam 305, version 3.0 test questions that will help you more.

305-300 pdf

305-300 PDF

$35  $99.99
305-300 Engine

305-300 Testing Engine

$42  $119.99
305-300 PDF + Engine

305-300 PDF + Testing Engine

$56  $159.99
Questions 1

What is the purpose of the packer inspect subcommand?

Options:

A.  

Retrieve files from an existing Packer image.

B.  

Execute commands within a running instance of a Packer image.

C.  

List the artifacts created during the build process of a Packer image.

D.  

Show usage statistics of a Packer image.

E.  

Display an overview of the configuration contained in a Packer template.

Discussion 0
Questions 2

Which of the following commands executes a command in a running LXC container?

Options:

A.  

lxc-accach

B.  

lxc-batch

C.  

lxc-run

D.  

lxc-enter

E.  

lxc-eval

Discussion 0
Questions 3

What is the purpose of thekubeletservice in Kubernetes?

Options:

A.  

Provide a command line interface to manage Kubernetes.

B.  

Build a container image as specified in a Dockerfile.

C.  

Manage permissions of users when interacting with the Kubernetes API.

D.  

Run containers on the worker nodes according to the Kubernetes configuration.

E.  

Store and replicate Kubernetes configuration data.

Discussion 0
Questions 4

What is the purpose of the commandvagrant init?

Options:

A.  

It executes a provisioning tool in a running box.

B.  

It starts a Vagrant box.

C.  

It creates a Vagrant configuration file.

D.  

It installs Vagrant on a Linux host.

E.  

It downloads a Vagrant box.

Discussion 0
Questions 5

What does IaaS stand for?

Options:

A.  

Information as a Service

B.  

Intelligence as a Service

C.  

Integration as a Service

D.  

Instances as a Service

E.  

Infrastructure as a Service

Discussion 0
Questions 6

FILL BLANK

Which subcommand ofvirshopens the XML configuration of a virtual network in an editor in order to make changes to that configuration? (Specify ONLY the subcommand without any parameters.)

Options:

Discussion 0
Questions 7

FILL BLANK

What is the default path to the Docker daemon configuration file on Linux? (Specify the full name of the file,Including path.)

Options:

Discussion 0
Questions 8

Which of the following are true regarding the CPU of a QEMU virtual machine? (Choose two.)

Options:

A.  

The CPU architecture of a QEMU virtual machine is independent of the host system's architecture.

B.  

Each QEMU virtual machine can only have one CPU with one core.

C.  

For each QEMU virtual machine, one dedicated physical CPU core must be reserved.

D.  

QEMU uses the concept of virtual CPUs to map the virtual machines to physical CPUs.

E.  

QEMU virtual machines support multiple virtual CPUs in order to run SMP systems.

Discussion 0
Questions 9

Which command within virsh lists the virtual machines that are running on the current host?

Options:

A.  

I view

B.  

list-vm

C.  

list

D.  

show

E.  

list-all

Discussion 0
Questions 10

Which of the following values are valid in the type attribute of aelement in a libvirt domain definition? (Choose two.)

Options:

A.  

proc

B.  

namespace

C.  

kvm

D.  

cgroup

E.  

Ixc

Discussion 0
Questions 11

Virtualization of which hardware component is facilitated by CPUs supporting nested page table extensions, such as Intel Extended Page Table (EPT) or AMD Rapid Virtualization Indexing (RVI)?

Options:

A.  

Memory

B.  

Network Interfaces

C.  

Host Bus Adapters

D.  

Hard Disks

E.  

IO Cache

Discussion 0
Questions 12

Which of the following statements are true regarding VirtualBox?

Options:

A.  

It is a hypervisor designed as a special kernel that is booted before the first regular operating system starts.

B.  

It only supports Linux as a guest operating system and cannot run Windows inside a virtual machine.

C.  

It requires dedicated shared storage, as it cannot store virtual machine disk images locally on block devices of the virtualization host.

D.  

It provides both a graphical user interface and command line tools to administer virtual machines.

E.  

It is available for Linux only and requires the source code of the currently running Linux kernel to be available.

Discussion 0
Questions 13

Which of the following tasks are part of a hypervisor’s responsibility? (Choose two.)

Options:

A.  

Create filesystems during the installation of new virtual machine quest operating systems.

B.  

Provide host-wide unique PIDs to the processes running inside the virtual machines in order to ease inter-process communication between virtual machines.

C.  

Map the resources of virtual machines to the resources of the host system.

D.  

Manage authentication to network services running inside a virtual machine.

E.  

Isolate the virtual machines and prevent unauthorized access to resources of other virtual machines.

Discussion 0
Questions 14

Which of the following statements about the commandlxc-checkpointis correct?

Options:

A.  

It creates a clone of a container.

B.  

It doubles the memory consumption of the container.

C.  

It only works on stopped containers.

D.  

It writes the status of the container to a file.

E.  

It creates a container image based on an existing container.

Discussion 0
Questions 15

Which of the following resources can be limited by libvirt for a KVM domain? (Choose two.)

Options:

A.  

Amount of CPU lime

B.  

Size of available memory

C.  

File systems allowed in the domain

D.  

Number of running processes

E.  

Number of available files

Discussion 0
Questions 16

Which of the following network interface types are valid in an LXD container configuration? (Choose three.)

Options:

A.  

ipsec

B.  

macvlan

C.  

bridged

D.  

physical

E.  

wifi

Discussion 0
Questions 17

Which of the following statements are true about container-based virtualization? (Choose two.)

Options:

A.  

Each container runs its own operating system kernel.

B.  

Different containers may use different distributions of the same operating system.

C.  

Container-based virtualization relies on hardware support from the host system's CPU.

D.  

All containers run within the operating system kernel of the host system.

E.  

Linux does not support container-based virtualization because of missing kernel APIs.

Discussion 0
Questions 18

Which of the following commands moves the libvirt domainweb1from the current host system to the host systemhost2?

Options:

A.  

virsh node-update host1=-dom:web1 host2=+dom:web1

B.  

virsh pool-add host2 web1

C.  

virsh migrate web1 qemu+ssh://host2/system

D.  

virsh patch web1 .Domain.Node=host2

E.  

virsh cp .:web1 host2:web1

Discussion 0