LPI 305-300 Practice Test - Questions Answers
List of questions
Related questions
Question 1

Which CPU flag indicates the hardware virtualization capability on an AMD CPU?
Question 2

What is the purpose of a .dockerignore file?
Question 3

Which file in a cgroup directory contains the list of processes belonging to this cgroup?
Question 4

What kind of virtualization is implemented by LXC?
Question 5

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

Which of the following statements is true regarding the following output of xl list:
Question 7

What is true about containerd?
Question 8

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

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

If a Dockerfile contains the following lines:
WORKDIR /
RUN cd /tmp
RUN echo test > test
where is the file test located?
Question