LPI Level 1 Exam 101 - Junior Level Linux Certification - Part 1 of 2
LPI Level 1 Exam 102 - Junior Level Linux Certification - Part 2 of 2
LPIC-3 Exam 303: Security - 2.0
Linux Essentials Certificate Exam - version 1.5
LPIC-2 Exam 201, Part 1 of 2, version 4.5
LPIC-2 - Exam 202 (part 2 of 2), version 4.5
Linux Essentials Certificate Exam - version 1.6
LPIC-1 Exam 101, Part 1 of 2, version 5.0
LPIC-1 Exam 102, Part 2 of 2, version 5.0
Linux Professional Institute BSD Specialist
How does Vagrant run virtual machines?
Vagrant uses a vagrant-specific hypervisor called VagrantVM.
Vagrant has to be run within a running virtual machine which is not controlled by Vagrant.
Vagrant ships with an embedded version of VirtualBox.
Vagrant uses so-called provides which control external hypervisors such as VirtualBox.
Vagrant generates virtual machine images but does not provide a mechanism to run them.
How is cloud-init integrated with a managed system image?
cloud-init provides the cloud-init-worker command which has to be invoked periodically within the running instance.
cloud-init provides systemd units which must be included in several stages of the booting process of the instance.
cloud-init provides its own startup mechanism which replaces the instance’s original init system, such as systemd.
cloud-init provides a Linux kernel module that must be included and loaded in the instance’s initramfs.
cloud-init provides the cloud-init-daemon service which is launched during startup and keeps the instance in sync with the desired configuration.
What implications does container virtualization have for DevOps? (Choose two answers.)
Containers decouple the packaging of an application from its infrastructure.
Containers require developers to have detailed knowledge of their IT infrastructure.
Containers let developers test their software under production conditions.
Containers complicate the deployment of software and require early deployment tests.
Containers require application specific adjustment to the container platform.
Reference