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

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

Page: 1 / 2
Total 121 questions

Which of the following network interface types are valid in an LXD container configuration? (Choose three.)

A.

ipsec

B.

macvlan

C.

bridged

D.

physical

E.

wifi

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.

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

A.

INI-style text files

B.

SQLite databases

C.

XML files

D.

Java-like properties files

E.

Text files containing key/value pairs

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.

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/

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

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.

Which file in acgroupdirectory contains the list of processes belonging to thiscgroup?

A.

pids

B.

members

C.

procs

D.

casks

E.

subjects

Which of the following statements is true regarding the following output ofxl list:

A.

Both Debian and Ubuntu require xl commands to start running.

B.

The domain with ID 2 uses Para virtualization.

C.

CentOS is the domain which has consumed the most CPU time.

D.

Ubuntu is idle or waiting for I/O.

E.

It is necessary to use the xl command to change Ubuntu’s state to running.

FILL BLANK

What command is used to run a process in a new Linux namespace? (Specify ONLY the command without any path or parameters.)

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.