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

Exact2Pass Menu

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

Last Update 7 hours ago Total Questions : 121

The LPIC-3: Virtualization and Containerization - Exam 305, version 3.0 content is now fully updated, with all current exam questions added 7 hours ago. Deciding to include 305-300 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our 305-300 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these 305-300 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any LPIC-3: Virtualization and Containerization - Exam 305, version 3.0 practice test comfortably within the allotted time.

Question # 21

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?

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 # 22

Which of the following commands are needed to establish a private network between two (or more) KVM virtual machines that is not visible to other KVM instances on the same KVM host? (Choose THREE correct answers.)

A.

ebtables

B.

brctl

C.

ipconfig

D.

tunctl

E.

ifconfig

Question # 23

When using Packer to create machine images, what are some common sources for base images? (Select all that apply)

A.

Physical servers

B.

Images from untrusted sources

C.

Custom images created by the organization

D.

Official operating system images

Question # 24

What is the primary purpose of Vagrant’s “Vagrantfile” configuration file?

A.

To define the virtual machine’s hardware requirements

B.

To provide a list of available software packages

C.

To specify the developer’s name and contact information

D.

To specify cloud provider details

Question # 25

What types of cloud-init data sources can be used to configure cloud instances? (Select all that apply)

A.

Cloud-based configuration management tools

B.

Metadata service

C.

QR codes

D.

User data scripts

Question # 26

What is oVirt?

A.

An extension to the Linux Kernel used to provide container virtualization similar to LXC and OpenVZ

B.

A comprehensive management infrastructure for Linux-based virtualization

C.

An approach used to eliminate the need for virtualization called Zero-Virt

D.

A Linux-based hypervisor similar to KVM and Xen

E.

A library that provides access to several different virtualization technologies in a common manner

Question # 27

What are the key benefits of using cloud management tools?

A.

Streamlined billing and invoicing

B.

Automated scaling of virtual machines

C.

Efficient resource allocation

D.

Enhanced security through encryption

Question # 28

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

A.

Both Debian and Ubuntu require xl commands to start running.

B.

The domain with ID 2 uses Para virtualization.

C.

CentOS is the domain which has consumed the most CPU time.

D.

Ubuntu is idle or waiting for I/O.

E.

It is necessary to use the xl command to change Ubuntu’s state to running.

Question # 29

What is the purpose of the kubelet service in Kubernetes?

A.

Provide a command line interface to manage Kubernetes.

B.

Build a container image as specified in a Dockerfile.

C.

Manage permissions of users when interacting with the Kubernetes API.

D.

Run containers on the worker nodes according to the Kubernetes configuration.

E.

Store and replicate Kubernetes configuration data.

Question # 30

Where are paravirtualized device drivers installed?

A.

In the Guest OS

B.

No special drivers are required for paravirtualization

C.

Compiled into the hypervisor

D.

In the Host OS

Go to page: