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

LPI 305-300 Dumps

Page: 1 / 6
Total 60 questions

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

Question 1

Which of the following commands lists all differences between the disk images vm1-snap.img and vm1.img?

Options:

A.

virt-delta -a vm1-snap.img -A vm1.img

B.

virt-cp-in -a vm1-snap.img -A vm1.img

C.

virt-cmp -a vm1-snap.img -A vm1.img

D.

virt-history -a vm1-snap.img -A vm1.img

E.

virt-diff -a vm1-snap.img -A vm1.img

Question 2

Which of the following statements in aDockerfileleads to a container which outputs hello world? (Choose two.)

Options:

A.

ENTRYPOINT "echo Hello World"

B.

ENTRYPOINT [ "echo hello world" ]

C.

ENTRYPOINT [ "echo", "hello", "world" ]

D.

ENTRYPOINT echo Hello World

E.

ENTRYPOINT "echo", "Hello", "World*

Question 3

Which of the following kinds of data cancloud-initprocess directly from user-data? (Choose three.)

Options:

A.

Shell scripts to execute

B.

Lists of URLs to import

C.

ISO images to boot from

D.

cloud-config declarations in YAML

E.

Base64-encoded binary files to execute

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 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.

Question 6

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 7

Which of the following types of guest systems does Xen support? (Choose two.)

Options:

A.

Foreign architecture guests (FA)

B.

Paravirtualized quests (PVI

C.

Emulated guests

D.

Container virtualized guests

E.

Fully virtualized guests

Question 8

Which of the following statements are true about sparse images in the context of virtual machine storage? (Choose two.)

Options:

A.

Sparse images are automatically shrunk when files within the image are deleted.

B.

Sparse images may consume an amount of space different from their nominal size.

C.

Sparse images can only be used in conjunction with paravirtualization.

D.

Sparse images allocate backend storage at the first usage of a block.

E.

Sparse images are automatically resized when their maximum capacity is about to be exceeded.

Question 9

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

Question 10

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

Question 11

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 12

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 13

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?

Options:

A.

--eth0=isolated_nw

B.

--alias=isolated_nw

C.

--ethernet=isolated_nw

D.

--network=isolated_nw

E.

--attach=isolated_nw

Question 14

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:

Question 15

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 16

Which of the following statements are true regarding a Pod in Kubernetes? (Choose two.)

Options:

A.

All containers of a Pod run on the same node.

B.

Pods are always created automatically and cannot be explicitly configured.

C.

A Pod is the smallest unit of workload Kubernetes can run.

D.

When a Pod fails, Kubernetes restarts the Pod on another node by default.

E.

systemd is used to manage individual Pods on the Kubernetes nodes.

Question 17

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

Question 18

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

Page: 1 / 6
Total 60 questions