Winter Sale - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Free and Premium LPI 305-300 Dumps Questions Answers

Page: 1 / 5
Total 121 questions

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

Question 1

What is the purpose of a .dockerignore file?

Options:

A.

It lists files existing in a Docker image which should be excluded when building a derivative image.

B.

It specifies files that Docker does not submit to the Docker daemon when building a Docker image

C.

It exists in the root file system of containers that should ignore volumes and ports provided by Docker.

D.

It must be placed in the top level directory of volumes that Docker should never attach automatically to a container

E.

It specifies which parts of a Dockerfile should be ignored when building a Docker image.

Buy Now
Question 2

FILL BLANK

What LXC command lists containers sorted by their CPU, block I/O or memory consumption? (Specify ONLY the command without any path or parameters.)

Options:

Question 3

Which of the following devices exist by default in an LXC container? (Choose three.)

Options:

A.

/dev/log

B.

/dev/console

C.

/dev/urandom

D.

/dev/kmem

E.

/dev/root

Question 4

What kind of virtualization is implemented by LXC?

Options:

A.

System containers

B.

Application containers

C.

Hardware containers

D.

CPU emulation

E.

Paravirtualization

Question 5

Which of the following commands deletes all volumes which are not associated with a container?

Options:

A.

docker volume cleanup

B.

docker volume orphan -d

C.

docker volume prune

D.

docker volume vacuum

E.

docker volume garbage-collect

Question 6

After setting up a data container using the following command:

docker create -v /data --name datastore debian /bin/true

how is an additional new container started which shares the/datavolume with the datastore container?

Options:

A.

docker run --share-with datastore --name service debian bash

B.

docker run -v datastore:/data --name service debian bash

C.

docker run --volumes-from datastore --name service debian bash

D.

docker run -v /data --name service debian bash

E.

docker run --volume-backend datastore -v /data --name service debian bash

Question 7

Which of the following statements is true regarding networking with libvirt?

Options:

A.

Libvirt's network functionality is limited to connecting virtual machines to a physical network interface of the host system.

B.

Libvirt assiqns the same MAC address to all virtual machines and isolates their network interfaces at the link layer.

C.

Libvirt networks appear, by default, as standard Linux bridges in the host system.

D.

Libvirt requires a dedicated network interface that may not be used by the host system.

E.

Libvirt supports exactly one virtual network and connects all virtual machines to it.

Question 8

Which of the following commands boots a QEMU virtual machine using hardware virtualization extensions?

Options:

A.

qvirt -create -drive file=debian.img -cdrom debian.iso -m 1024 -boot d -driver hvm

B.

vm -kvm -drive file=debian.img -cdrom debian.iso -m 1024 -boot d

C.

qemu-hw -create -drive file=debian.img -cdrom debian.iso -m 1024 -boot d

D.

qemu -accel kvm -drive file-debian.img -cdrom debian.iso -m 1024 -boot d

E.

qvm start -vmx -drive file=debian.img -cdrom debian.iso -m 1024 -boot d

Question 9

What is true aboutcontainerd?

Options:

A.

It is a text file format defining the build process of containers.

B.

It runs in each Docker container and provides DHCP client functionality

C.

It uses rune to start containers on a container host.

D.

It is the initial process run at the start of any Docker container.

E.

It requires the Docker engine and Docker CLI to be installed.

Question 10

FILL BLANK

What LXC command starts a new process within a running LXC container? (Specify ONLY the command without any path or parameters.)

Options:

Question 11

What is the default provider of Vagrant?

Options:

A.

lxc

B.

hyperv

C.

virtualbox

D.

vmware_workstation

E.

docker

Question 12

Which statement is true regarding the Linux kernel module that must be loaded in order to use QEMU with hardware virtualization extensions?

Options:

A.

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

B.

It must be loaded into the kernel of each virtual machine that will access files and directories from the host system's file system.

C.

It must be loaded into the Kernel of the host system in order to use the visualization extensions of the host system's CPU

D.

It must be loaded into the kernel of the first virtual machine as it interacts with the QEMU bare metal hypervisor and is required to trigger the start of additional virtual machines

E.

It must be loaded into the kernel of each virtual machine to provide Para virtualization which is required by QEMU.

Question 13

Which file format is used by libvirt to store configuration data?

Options:

A.

INI-style text files

B.

SQLite databases

C.

XML files

D.

Java-like properties files

E.

Text files containing key/value pairs

Question 14

If aDockerfilecontains the following lines:

WORKDIR /

RUN cd /tmp

RUN echo test > test

where is the filetestlocated?

Options:

A.

/ting/test within the container image.

B.

/root/tesc within the container image.

C.

/test within the container image.

D.

/tmp/test on the system running docker build.

E.

test in the directory holding the Dockerf ile.

Question 15

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.

Question 16

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.

Question 17

What is the purpose ofcloud-init?

Options:

A.

Replace common Linux inic systems, such as systemd or SysV init.

B.

Assign an laaS instance to a specific computing node within a cloud.

C.

Standardize the configuration of infrastructure services, such as load balancers or virtual firewalls in a cloud.

D.

Orchestrate the creation and start of multiple related laaS instances.

E.

Prepare the generic image of an laaS instance to fit a specific instance's configuration.

Question 18

Which CPU flag indicates the hardware virtualization capability on an AMD CPU?

Options:

A.

HVM

B.

VIRT

C.

SVM

D.

PVM

E.

VMX

Page: 1 / 5
Total 121 questions