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

Free LPI 305-300 Practice Exam with Questions & Answers

Questions 1

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

Options:
A.

HVM

B.

VIRT

C.

SVM

D.

PVM

E.

VMX

LPI 305-300 Premium Access
Questions 2

What is the purpose ofcloud-init?

Options:
A.

Replace common Linux inic systems, such as systemd or SysV init.

B.

Assign an laaS instance to a specific computing node within a cloud.

C.

Standardize the configuration of infrastructure services, such as load balancers or virtual firewalls in a cloud.

D.

Orchestrate the creation and start of multiple related laaS instances.

E.

Prepare the generic image of an laaS instance to fit a specific instance's configuration.

Questions 3

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

Options:
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.

Questions 4

Which of the following statements are true about sparse images in the context of virtual machine storage? (Choose two.)

Options:
A.

Sparse images are automatically shrunk when files within the image are deleted.

B.

Sparse images may consume an amount of space different from their nominal size.

C.

Sparse images can only be used in conjunction with paravirtualization.

D.

Sparse images allocate backend storage at the first usage of a block.

E.

Sparse images are automatically resized when their maximum capacity is about to be exceeded.

Questions 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

Questions 6

Which of the following mechanisms are used by LXC and Docker to create containers? (Choose three.)

Options:
A.

Linux Capabilities

B.

Kernel Namespaces

C.

Control Groups

D.

POSIXACLs

E.

File System Permissions

Questions 7

What is the purpose of the commandvagrant init?

Options:
A.

It executes a provisioning tool in a running box.

B.

It starts a Vagrant box.

C.

It creates a Vagrant configuration file.

D.

It installs Vagrant on a Linux host.

E.

It downloads a Vagrant box.

Questions 8

A clone of a previously used virtual machine should be created. All VM specific information, such as user accounts, shell histories and SSH host keys should be removed from the cloned disk image. Which of the following tools can perform these tasks?

Options:
A.

virc-reset

B.

virt-sparsi

C.

virt-rescue

D.

virt-svspre

E.

sysprep

F.

vire-wipe

Questions 9

FILL BLANK

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

Options:
Questions 10

Which of the following commands lists all differences between the disk images vm1-snap.img and vm1.img?

Options:
A.

virt-delta -a vm1-snap.img -A vm1.img

B.

virt-cp-in -a vm1-snap.img -A vm1.img

C.

virt-cmp -a vm1-snap.img -A vm1.img

D.

virt-history -a vm1-snap.img -A vm1.img

E.

virt-diff -a vm1-snap.img -A vm1.img