Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

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

Page: 2 / 2
Total 60 questions

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?

A.

--eth0=isolated_nw

B.

--alias=isolated_nw

C.

--ethernet=isolated_nw

D.

--network=isolated_nw

E.

--attach=isolated_nw

What is the default provider of Vagrant?

A.

lxc

B.

hyperv

C.

virtualbox

D.

vmware_workstation

E.

docker

FILL BLANK

What LXC command starts a new process within a running LXC container? (Specify ONLY the command without any path or parameters.)

Which of the following statements about the commandlxc-checkpointis correct?

A.

It creates a clone of a container.

B.

It doubles the memory consumption of the container.

C.

It only works on stopped containers.

D.

It writes the status of the container to a file.

E.

It creates a container image based on an existing container.

Which of the following statements are true about container-based virtualization? (Choose two.)

A.

Each container runs its own operating system kernel.

B.

Different containers may use different distributions of the same operating system.

C.

Container-based virtualization relies on hardware support from the host system's CPU.

D.

All containers run within the operating system kernel of the host system.

E.

Linux does not support container-based virtualization because of missing kernel APIs.

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

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

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.