LPI 305-300 Exam Practice Questions (P. 1)
- Full Access (55 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
What is the purpose of the command vagrant init?
- AIt executes a provisioning tool in a running box.
- BIt starts a Vagrant box.
- CIt creates a Vagrant configuration file.Most Voted
- DIt installs Vagrant on a Linux host.
- EIt downloads a Vagrant box.
Correct Answer:
C
C
send
light_mode
delete
Question #2
In order to use the option dom0_mem to limit the amount of memory assigned to the Xen Domain-0, where must this option be specified?
- AIn the bootloader configuration, when Xen is booted.
- BIn any of Xen’s global configuration files.
- CIn its .config file, when the Domain-0 kernel is built.
- DIn the configuration file /etc/xen/Domain-0.cfg, when Xen starts.
- EIn its Makefile, when Xen is built.
Correct Answer:
A
A
send
light_mode
delete
Question #3
Which functionality is provided by Vagrant as well as by Docker? (Choose three.)
- ABoth can share directories from the host file system to a guest.
- BBoth start system images as containers instead of virtual machines by default.
- CBoth can download required base images.
- DBoth can apply changes to a base image.
- EBoth start system images as virtual machines instead of containers by default.
Correct Answer:
ACD
ACD
send
light_mode
delete
Question #4
What is the default provider of Vagrant?
send
light_mode
delete
Question #5
In an IaaS cloud, what is a common method for provisioning new computing instances with an operating system and software?
- AEach new instance is connected to the installation media of a Linux distribution and provides access to the installer by logging in via SSH.
- BEach new instance is created based on an image file that contains the operating system as well as software and default configuration for a given purpose.
- CEach new instance is a clone of another currently running instance that includes all the software, data and state of the original instance.
- DEach new instance is connected via a VPN with the computer that started the provisioning and tries to PXE boot from that machine.
- EEach new instance contains a minimal live system running from a virtual CD as the basis from which the administrator deploys the target operating system.
Correct Answer:
B
B
send
light_mode
delete
All Pages