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

Home > LPI > LPIC Level 3 > 305-300

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

Question # 4

Which of the following mechanisms are used by LXC and Docker to create containers? (Choose three.)

A.

Linux Capabilities

B.

Kernel Namespaces

C.

Control Groups

D.

POSIXACLs

E.

File System Permissions

Full Access
Question # 5

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

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.

Full Access
Question # 6

What is the purpose of thekubeletservice in Kubernetes?

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.

Full Access
Question # 7

Which directory is used bycloud-initto store status information and configuration information retrieved from external sources?

A.

/var/lib/cloud/

B.

/etc/cloud-init/cache/

C.

/proc/sys/cloud/

D.

/tmp/.cloud/

E.

/opt/cloud/var/

Full Access
Question # 8

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

A.

Foreign architecture guests (FA)

B.

Paravirtualized quests (PVI

C.

Emulated guests

D.

Container virtualized guests

E.

Fully virtualized guests

Full Access
Question # 9

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

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

Full Access
Question # 10

What is true aboutcontainerd?

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.

Full Access
Question # 11

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

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

Full Access
Question # 12

Which of the following values would be valid in the FROM statement in aDockerfile?

A.

ubuntu:focal

B.

docker://ubuntu: focal

C.

registry:ubuntu:focal

D.

file:/tmp/ubuntu/Dockerfile

E.

http://docker.example.com/images/ubuntu-focal.iso

Full Access
Question # 13

What does IaaS stand for?

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

Full Access
Question # 14

How does Packer interact with system images?

A.

Packer has to be installed within the target image and is executed during the image's first boot in order to execute preparation tasks.

B.

Packer installs a client within the image which has to be run periodically via cron in order to retrieve the latest template from the Packer server and apply it locally.

C.

Packer periodically connects through the network to the Packer daemons of all running Packer images in order to re-apply the whole template to the running instance.

D.

Packer downloads and extracts an image in order to make changes to the image's file system, repack the modified image and upload it again.

E.

Packer creates an instance based on a source image, prepares the instance through a network connection and bundles the resulting instance as a new system image.

Full Access
Question # 15

What kind of virtualization is implemented by LXC?

A.

System containers

B.

Application containers

C.

Hardware containers

D.

CPU emulation

E.

Paravirtualization

Full Access
Question # 16

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

Full Access
Question # 17

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

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.

Full Access
Question # 18

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

A.

scsi

B.

virtio

C.

efi

D.

bios

E.

pcie

Full Access