Labour Day 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: May 15, 2024
  • 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 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 # 7

How does Packer interact with system images?

A.

Packer has to be installed within the target image and is executed during the image's first boot in order to execute preparation tasks.

B.

Packer installs a client within the image which has to be run periodically via cron in order to retrieve the latest template from the Packer server and apply it locally.

C.

Packer periodically connects through the network to the Packer daemons of all running Packer images in order to re-apply the whole template to the running instance.

D.

Packer downloads and extracts an image in order to make changes to the image's file system, repack the modified image and upload it again.

E.

Packer creates an instance based on a source image, prepares the instance through a network connection and bundles the resulting instance as a new system image.

Full Access
Question # 8

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

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.

Full Access
Question # 9

What is the purpose of thekubeletservice 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.

Full Access
Question # 10

FILL BLANK

What is the default path to the Docker daemon configuration file on Linux? (Specify the full name of the file,Including path.)

Full Access
Question # 11

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

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

Full Access
Question # 12

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

A.

INI-style text files

B.

SQLite databases

C.

XML files

D.

Java-like properties files

E.

Text files containing key/value pairs

Full Access
Question # 13

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

What is the purpose ofcloud-init?

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.

Full Access
Question # 15

If aDockerfilecontains the following lines:

WORKDIR /

RUN cd /tmp

RUN echo test > test

where is the filetestlocated?

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.

Full Access
Question # 16

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

Which of the following types of guest systems does Xen support? (Choose two.)

A.

Foreign architecture guests (FA)

B.

Paravirtualized quests (PVI

C.

Emulated guests

D.

Container virtualized guests

E.

Fully virtualized guests

Full Access
Question # 18

Which of the following statements is true regarding networking with libvirt?

A.

Libvirt's network functionality is limited to connecting virtual machines to a physical network interface of the host system.

B.

Libvirt assiqns the same MAC address to all virtual machines and isolates their network interfaces at the link layer.

C.

Libvirt networks appear, by default, as standard Linux bridges in the host system.

D.

Libvirt requires a dedicated network interface that may not be used by the host system.

E.

Libvirt supports exactly one virtual network and connects all virtual machines to it.

Full Access