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

Free LPI 305-300 Practice Exam with Questions & Answers | Set: 2

Questions 11

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.

LPI 305-300 Premium Access
Questions 12

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

Questions 13

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

Options:
A.

scsi

B.

virtio

C.

efi

D.

bios

E.

pcie

Questions 14

Which of the following services can QEMU provide in a user network? (Choose three.)

Options:
A.

DHCP

B.

BGP

C.

CIFS

D.

AppleTalk

E.

TFTP

Questions 15

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?

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

Questions 16

In an IaaS cloud, what is a common method for provisioning new computing instances with an operating system and software?

Options:
A.

Each new instance is connected to the installation media of a Linux distribution and provides access to the installer by logging in via SSH.

B.

Each new instance is created based on an image file that contains the operating system as well as software and default configuration for a given purpose.

C.

Each new instance is a clone of another currently running instance that includes all the software, data and state of the original instance.

D.

Each new instance is connected via a VPN with the computer that started the provisioning and tries to PXE boot from that machine.

E.

Each new instance contains a minimal live system running from a virtual CD as the basis from which the administrator deploys the target operating system.

Questions 17

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

Questions 18

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.