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

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

Questions 4

Which of the following tasks are part of a hypervisor’s responsibility? (Choose two.)

Options:

A.

Create filesystems during the installation of new virtual machine quest operating systems.

B.

Provide host-wide unique PIDs to the processes running inside the virtual machines in order to ease inter-process communication between virtual machines.

C.

Map the resources of virtual machines to the resources of the host system.

D.

Manage authentication to network services running inside a virtual machine.

E.

Isolate the virtual machines and prevent unauthorized access to resources of other virtual machines.

Buy Now
Questions 5

Which of the following statements are true for full virtualization? (Choose TWO correct answers)

Options:

A.

Full virtualization always requires additional software components and cannot be done using Linux only

B.

Full virtualization may be supported by special CPU extensions that provide better performance

C.

Full virtualization does not require changes to the guest operating systems

D.

Full virtualization has no performance impact compared to a non-virtualized bare-metal installation on the same machine

E.

Full virtualization has a severe performance impact and should not be used in production environments

Buy Now
Questions 6

What kind of virtualization is implemented by LXC?

Options:

A.

System containers

B.

Application containers

C.

Hardware containers

D.

CPU emulation

E.

Paravirtualization

Buy Now
Questions 7

Which utility is used to create and manage virtual machine disk images in Linux?

Options:

A.

Disk utility

B.

VirtualBox Manager

C.

Libvirt Disk Manager

D.

qemu-img

Buy Now
Questions 8

What is the purpose of the packer inspect subcommand?

Options:

A.

Retrieve files from an existing Packer image.

B.

Execute commands within a running instance of a Packer image.

C.

List the artifacts created during the build process of a Packer image.

D.

Show usage statistics of a Packer image.

E.

Display an overview of the configuration contained in a Packer template.

Buy Now
Questions 9

Which command within virsh lists the virtual machines that are running on the current host?

Options:

A.

I view

B.

list-vm

C.

list

D.

show

E.

list-all

Buy Now
Questions 10

Which virtualization platforms can Vagrant be used with? (Select all that apply)

Options:

A.

Docker

B.

VMware

C.

VirtualBox

D.

Haws

Buy Now
Questions 11

What is libvirt?

Options:

A.

A virtualization management API.

B.

A Linux distribution

C.

A virtualization technology

D.

A hardware virtualization platform

Buy Now
Questions 12

If a Dockerfile contains the following lines:

WORKDIR /

RUN cd /tmp

RUN echo test > test

where is the file test located?

Options:

A.

/ting/test within the container image.

B.

/root/tesc within the container image.

C.

/test within the container image.

D.

/tmp/test on the system running docker build.

E.

test in the directory holding the Dockerf ile.

Buy Now
Questions 13

Which of the following statements are true regarding resource management for full virtualization? (Choose two.)

Options:

A.

The hygervisor may provide fine-grained limits to internal elements of the guest operating system such as the number of processes.

B.

The hypervisor provides each virtual machine with hardware of a defined capacity that limits the resources of the virtual machine.

C.

Full virtualization cannot pose any limits to virtual machines and always assigns the host system's resources in a first-come-first-serve manner.

D.

All processes created within the virtual machines are transparently and equally scheduled in the host system for CPU and I/O usage.

E.

It is up to the virtual machine to use its assigned hardware resources and create, for example, an arbitrary amount of network sockets.

Buy Now
Questions 14

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

Options:

A.

ebtables

B.

brctl

C.

ipconfig

D.

tunctl

E.

ifconfig

Buy Now
Questions 15

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?

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

Buy Now
Questions 16

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

Buy Now
Questions 17

Which of the following statements are true of full virtualization? (Select THREE correct answers)

Options:

A.

Full virtualization is faster than paravirtualization

B.

Full virtualization requires no modification to the Guest OS kernel

C.

Full virtualization works through CPU emulation

D.

Full virtualization has superior I/O performance through emulated device drivers

E.

Full virtualization requires time and system resources for emulation

Buy Now
Questions 18

Xen is a:

Options:

A.

Type 2 hypervisor

B.

Type 1 hypervisor

C.

Application virtualization platform

D.

Virtualization management tool

Buy Now
Questions 19

Which virsh subcommand is used to change the CD-ROM image file attached to a virtual machine?

Options:

Buy Now
Questions 20

Which of the following services can QEMU provide in a user network? (Choose three.)

Options:

A.

DHCP

B.

BGP

C.

CIFS

D.

AppleTalk

E.

TFTP

Buy Now
Questions 21

Which cloud management tools are known for their infrastructure-as-code (IaC) approach? (Select all that apply)

Options:

A.

Puppet

B.

Terraform

C.

AWS CloudFormation

D.

Ansible

Buy Now
Questions 22

Which directory is used by cloud-init to store status information and configuration information retrieved from external sources?

Options:

A.

/var/lib/cloud/

B.

/etc/cloud-init/cache/

C.

/proc/sys/cloud/

D.

/tmp/.cloud/

E.

/opt/cloud/var/

Buy Now
Questions 23

Which of the following values are valid in the firmware attribute of a < os > element in a libvirt domain definition? (Choose two.)

Options:

A.

scsi

B.

virtio

C.

efi

D.

bios

E.

pcie

Buy Now
Questions 24

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

Options:

A.

HVM

B.

VIRT

C.

SVM

D.

PVM

E.

VMX

Buy Now
Questions 25

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

Options:

A.

Physical servers

B.

Images from untrusted sources

C.

Custom images created by the organization

D.

Official operating system images

Buy Now
Questions 26

Which of the following are benefits of virtualization?

Options:

A.

Improved hardware utilization

B.

Reduced software compatibility issues

C.

Increased security

D.

Simplified backup and recovery

Buy Now
Questions 27

What is the same of the global configuration file for the xl tool stack?

Options:

Buy Now
Questions 28

Which of the following statements are true regarding VirtualBox?

Options:

A.

It is a hypervisor designed as a special kernel that is booted before the first regular operating system starts.

B.

It only supports Linux as a guest operating system and cannot run Windows inside a virtual machine.

C.

It requires dedicated shared storage, as it cannot store virtual machine disk images locally on block devices of the virtualization host.

D.

It provides both a graphical user interface and command line tools to administer virtual machines.

E.

It is available for Linux only and requires the source code of the currently running Linux kernel to be available.

Buy Now
Questions 29

Which of the following are container orchestration platforms?

Options:

A.

Docker Compose

B.

Docker Swarm

C.

LXC

D.

Kubernetes

Buy Now
Questions 30

Which of the following values would be valid in the FROM statement in a Dockerfile ?

Options:

A.

ubuntu:focal

B.

docker://ubuntu: focal

C.

registry:ubuntu:focal

D.

file:/tmp/ubuntu/Dockerfile

E.

http://docker.example.com/images/ubuntu-focal.iso

Buy Now
Questions 31

Which of the following statements are true regarding a Pod in Kubernetes? (Choose two.)

Options:

A.

All containers of a Pod run on the same node.

B.

Pods are always created automatically and cannot be explicitly configured.

C.

A Pod is the smallest unit of workload Kubernetes can run.

D.

When a Pod fails, Kubernetes restarts the Pod on another node by default.

E.

systemd is used to manage individual Pods on the Kubernetes nodes.

Buy Now
Questions 32

What is the primary benefit of using Packer for creating machine images?

Options:

A.

It provides real-time monitoring of virtual machines

B.

It ensures consistency between development and production environments

C.

It speeds up the development of application code

D.

It simplifies the deployment of virtual machines

Buy Now
Questions 33

The command virsh vol-list vms returns the following error:

error: failed to get pool 'vms'

error: Storage pool not found: no storage pool with matching name 'vms '

Given that the directory /vms exists, which of the following commands resolves this issue?

Options:

A.

dd if=/dev/zero of=/vms bs=1 count=0 flags=name:vms

B.

libvirt-poolctl new –-name=/vms –-type=dir –-path=/vms

C.

qemu-img pool vms:/vms

D.

virsh pool-create-as vms dir --target /vms

E.

touch /vms/.libvirtpool

Buy Now
Questions 34

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

Options:

A.

pids

B.

members

C.

procs

D.

casks

E.

subjects

Buy Now
Questions 35

Which operating systems are compatible with cloud-init? (Select all that apply)

Options:

A.

Windows

B.

macOS

C.

Linux

D.

Android

Buy Now
Questions 36

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

Options:

A.

Memory

B.

Network Interfaces

C.

Host Bus Adapters

D.

Hard Disks

E.

IO Cache

Buy Now
Exam Code: 305-300
Exam Name: LPIC-3: Virtualization and Containerization - Exam 305, version 3.0
Last Update: May 9, 2026
Questions: 121

PDF + Testing Engine

$63.52  $181.49

Testing Engine

$50.57  $144.49
buy now 305-300 testing engine

PDF (Q&A)

$43.57  $124.49
buy now 305-300 pdf