Summer Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

305-300 PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

305-300 PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: LPIC-3: Virtualization and Containerization - Exam 305, version 3.0
  • Last Update: Sep 12, 2025
  • Questions and Answers: 60
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

305-300 Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

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

Question # 6

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

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.

Full Access
Question # 7

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

A.

Memory

B.

Network Interfaces

C.

Host Bus Adapters

D.

Hard Disks

E.

IO Cache

Full Access
Question # 8

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

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

Full Access
Question # 9

FILL BLANK

Which subcommand ofvirshopens the XML configuration of a virtual network in an editor in order to make changes to that configuration? (Specify ONLY the subcommand without any parameters.)

Full Access
Question # 10

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

A.

I view

B.

list-vm

C.

list

D.

show

E.

list-all

Full Access
Question # 11

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

A.

DHCP

B.

BGP

C.

CIFS

D.

AppleTalk

E.

TFTP

Full Access
Question # 12

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

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.

Full Access
Question # 13

How can data be shared between several virtual machines running on the same Linux-based host system?

A.

By writing data to the file system since all virtual machines on the same host system use the same file system.

B.

By mounting other virtual machines' file systems from /dev/virt-disks/remote/.

C.

By setting up a ramdisk in one virtual machine and mounting it using its UUID in the other VMs.

D.

By using a network file system or file transfer protocol.

E.

By attaching the same virtual hard disk to all virtual machines and activating EXT4 sharing extensions on it.

Full Access
Question # 14

Which of the following commands executes a command in a running LXC container?

A.

lxc-accach

B.

lxc-batch

C.

lxc-run

D.

lxc-enter

E.

lxc-eval

Full Access
Question # 15

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

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.

Full Access
Question # 16

Which of the following network interface types are valid in an LXD container configuration? (Choose three.)

A.

ipsec

B.

macvlan

C.

bridged

D.

physical

E.

wifi

Full Access
Question # 17

Which of the following statements are true regarding VirtualBox?

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.

Full Access
Question # 18

FILL BLANK

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

Full Access