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

Page: 1 / 14
Total 60 questions
Question 1

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



Answer : A


Question 2

Which of the following resources can be limited by libvirt for a KVM domain? (Choose two.)



Answer : A, B


Question 3

What is true about containerd?



Answer : C


Question 4

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



Answer : A, E


Question 5

What is the purpose of a .dockerignore file?



Answer : B


Question 6

After creating a new Docker network using the following command:

docker network create --driver bridge isolated_nw

which parameter must be added to docker create in order to attach a container to the network?



Answer : D


Question 7

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 /data volume with the datastore container?



Answer : C


Page:    1 / 14   
Total 60 questions