Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

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 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 # 5

Ifdocker stackis to be used to run a Docker Compose file on a Docker Swarm, how are the images referenced in the Docker Compose configuration made available on the Swarm nodes?

A.

docker stack builds the images locally and copies them to only those Swarm nodes which run the service.

B.

docker stack passes the images to the Swarm master which distributes the images to all other Swarm nodes.

C.

docker stack instructs the Swarm nodes to pull the images from a registry, although it does not upload the images to the registry.

D.

docker stack transfers the image from its local Docker cache to each Swarm node.

E.

docker stack triggers the build process for the images on all nodes of the Swarm.

Full Access
Question # 6

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

A.

Memory

B.

Network Interfaces

C.

Host Bus Adapters

D.

Hard Disks

E.

IO Cache

Full Access
Question # 7

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
Question # 8

What is the purpose of the commandvagrant init?

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.

Full Access
Question # 9

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

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.

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

Full Access
Question # 11

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

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

Full Access
Question # 12

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 # 13

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 # 14

If aDockerfilecontains the following lines:

WORKDIR /

RUN cd /tmp

RUN echo test > test

where is the filetestlocated?

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.

Full Access
Question # 15

What happens when the following command is executed twice in succession?

docker run -tid -v data:/data debian bash

A.

The container resulting from the second invocation can only read the content of /data/ and cannot change it.

B.

Each container is equipped with its own independent data volume, available at /data/ in the respective container.

C.

Both containers share the contents of the data volume, have full permissions to alter its content and mutually see their respective changes.

D.

The original content of the container image data is available in both containers, although changes stay local within each container.

E.

The second command invocation fails with an error stating that the volume data is already associated with a running container.

Full Access
Question # 16

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

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

Full Access
Question # 17

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

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.

Full Access
Question # 18

A clone of a previously used virtual machine should be created. All VM specific information, such as user accounts, shell histories and SSH host keys should be removed from the cloned disk image. Which of the following tools can perform these tasks?

A.

virc-reset

B.

virt-sparsi

C.

virt-rescue

D.

virt-svspre

E.

sysprep

F.

vire-wipe

Full Access