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

Legit 305-300 Exam Download

Page: 2 / 5
Total 121 questions

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

Question 5

Which of the following commands deletes all volumes which are not associated with a container?

Options:

A.

docker volume cleanup

B.

docker volume orphan -d

C.

docker volume prune

D.

docker volume vacuum

E.

docker volume garbage-collect

Question 6

After setting up a data container using the following command:

docker create -v /data --name datastore debian /bin/true

how is an additional new container started which shares the/datavolume with the datastore container?

Options:

A.

docker run --share-with datastore --name service debian bash

B.

docker run -v datastore:/data --name service debian bash

C.

docker run --volumes-from datastore --name service debian bash

D.

docker run -v /data --name service debian bash

E.

docker run --volume-backend datastore -v /data --name service debian bash

Question 7

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

Options:

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.

Question 8

Which of the following commands boots a QEMU virtual machine using hardware virtualization extensions?

Options:

A.

qvirt -create -drive file=debian.img -cdrom debian.iso -m 1024 -boot d -driver hvm

B.

vm -kvm -drive file=debian.img -cdrom debian.iso -m 1024 -boot d

C.

qemu-hw -create -drive file=debian.img -cdrom debian.iso -m 1024 -boot d

D.

qemu -accel kvm -drive file-debian.img -cdrom debian.iso -m 1024 -boot d

E.

qvm start -vmx -drive file=debian.img -cdrom debian.iso -m 1024 -boot d

Page: 2 / 5
Total 121 questions