1 Simulado - LPIC-3 305 Flashcards
Which of the following is a popular container orchestrator for managing containerized applications?
a) Docker
b) Kubernetes
c) OpenShift
d) OpenStack
b) Kubernetes - Kubernetes is widely used for automating deployment, scaling, and management of containerized applications.
In a Type 1 hypervisor, where does the hypervisor software typically run?
a) On top of the host operating system
b) As a standalone application
c) Directly on the physical hardware
d) Inside a container
c) Directly on the physical hardware - In a Type 1 hypervisor, the hypervisor software runs directly on the physical hardware.
What does the acronym ‘OCI’ stand for in the context of container virtualization?
a) Orchestrated Container Integration
b) Open Container Infrastructure
c) Optimized Container Isolation
d) Open Container Initiative
d) Open Container Initiative - OCI stands for Open Container Initiative, which aims to create open industry standards around container formats and runtime.
What is the name of the command-line tool used for managing KVM hypervisor on Linux?
a) qemu-kvm
b) virt-install
c) virsh
d) libvirt
c) virsh - virsh is a command-line tool used for managing KVM hypervisor on Linux.
Which of the following is an example of a Type 1 hypervisor that is open-source and commonly used in Linux environments?
a) Hyper-V
b) KVM
c) VMware ESXi
d) Xen
b) KVM - KVM (Kernel-based Virtual Machine) is an example of a Type 1 hypervisor that is open-source and commonly used in Linux environments.
Which of the following is a common limitation of full virtualization compared to container virtualization?
a) Easier to migrate between different host operating systems
b) Larger performance overhead
c) More efficient resource utilization
d) Greater isolation between virtual environments
b) Larger performance overhead - One common limitation of full virtualization compared to container virtualization is a larger performance overhead due to the hypervisor layer.
What is the purpose of a container runtime that supports OCI standards in container virtualization?
a) To create and manage container images
b) To provide container security
c) To manage container orchestrators
d) To run and manage containers
d) To run and manage containers - A container runtime that supports OCI standards is used to run and manage containers based on industry-standard container image specifications.
Which of the following tools can be used for container image management and distribution in a container platform?
a) Ansible
b) Kubernetes
c) Terraform
d) Docker Registry
d) Docker Registry - Docker Registry is a tool used for container image management and distribution within a container platform.
Which of the following is not a feature of live migration in virtualization?
a) Reducing power consumption by consolidating VMs on fewer physical hosts
b) Moving a running VM from one physical host to another without disrupting its operation
c) Zero downtime for maintenance
d) Automatic failover in case of physical host failure
d) Automatic failover in case of physical host failure - Automatic failover in case of physical host failure is not a feature of live migration in virtualization.
Which of the following tools is commonly used for automating the deployment of virtual machines in a cloud environment?
a) Docker
b) Puppet
c) Vagrant
d) Ansible
d) Ansible - Ansible is a popular tool for automating the provisioning and deployment of virtual machines in cloud environments.
What is the primary benefit of using container virtualization over traditional virtualization technologies?
a) Better support for running legacy applications
b) Lower overhead for running multiple instances
c) Easier management of network configurations
d) Improved hypervisor-level security
b) Lower overhead for running multiple instances - Container virtualization provides lower overhead for running multiple instances compared to traditional virtualization.
Which of the following tools can be used to manage multiple hypervisors from different vendors in a centralized manner?
a) vCenter Server
b) QEMU
c) OpenStack
d) Proxmox Virtual Environment
c) OpenStack - OpenStack can be used to manage multiple hypervisors from different vendors in a centralized manner.
Which container technology uses a ‘runtime class’ to select the specific container runtime for running pods in a Kubernetes cluster?
a) Podman
b) Docker
c) CRI-O
d) Containerd
c) CRI-O - CRI-O uses a ‘runtime class’ to select the specific container runtime for running pods within a Kubernetes cluster.
Which virtualization technology provides the ability to create isolated virtual networks among VMs and hosts?
a) VPN (Virtual Private Network)
b) VLAN (Virtual Local Area Network)
c) Vagrant
d) VXLAN (Virtual Extensible LAN)
d) VXLAN (Virtual Extensible LAN) - VXLAN provides the ability to create isolated virtual networks among VMs and hosts.
Which of the following storage technologies is commonly used for providing shared storage in a virtualized environment?
a) Network-attached storage (NAS)
b) Direct-attached storage (DAS)
c) Storage area network (SAN)
d) Solid-state drive (SSD)
c) Storage area network (SAN) - SAN is commonly used for providing shared storage in a virtualized environment.
Which technology allows for the creation of portable VM images that can be migrated across different hypervisors?
a) CDN (Content Delivery Network)
b) EUC (End User Computing)
c) VDI (Virtual Desktop Infrastructure)
d) OVF (Open Virtualization Format)
d) OVF (Open Virtualization Format) - OVF allows for the creation of portable VM images that can be migrated across different hypervisors.
When deploying virtual machines, what is the term used to describe the process of creating multiple instances of a VM template?
a) Templating
b) Cloning
c) Snapshotting
d) Replicating
b) Cloning - Cloning involves creating multiple instances of a virtual machine template to deploy multiple identical VMs.
What is the process of adding storage resources to a running virtual machine without disrupting its operation called?
a) Live migration
b) Storage hot-add
c) Dynamic resource allocation
d) Virtual resource pooling
b) Storage hot-add - Storage hot-add allows administrators to add storage resources to a running virtual machine without downtime.
Which of the following is not a Type 1 hypervisor?
a) KVM
b) Microsoft Hyper-V
c) VMware ESXi
d) Oracle VirtualBox
d) Oracle VirtualBox - Oracle VirtualBox is a Type 2 hypervisor, whereas VMware ESXi, Microsoft Hyper-V, and KVM are Type 1 hypervisors.
When deploying a virtual machine, which of the following hypervisors provides full virtualization capabilities?
a) Microsoft Hyper-V
b) Docker
c) VMware ESXi
d) KVM
c) VMware ESXi - VMware ESXi is a type 1 hypervisor that provides full virtualization capabilities.
Which of the following container technologies uses a container format that is not compatible with the Docker image format?
a) Podman
b) LXC
c) Rkt
d) Docker
c) Rkt - Rkt uses a different container format than Docker, which is not compatible with the Docker image format.
When creating a virtual machine template, which of the following components should be included for efficient deployment?
a) Operating system
b) Device drivers
c) Installed applications
d) All of the above
d) All of the above - Including all these components would ensure that the virtual machine template is fully configured and ready for deployment.
Which Linux kernel feature is essential for container virtualization to provide isolated environments to run applications?
a) SELinux
b) cgroups
c) AppArmor
d) LXC
b) cgroups - Control groups (cgroups) are a kernel feature essential for container virtualization to manage and isolate resource usage.
Which container technology uses a ‘pod’ as the fundamental unit of deployment and manages multiple containers within each pod?
a) OpenShift
b) Kubernetes
c) Docker
d) LXC
b) Kubernetes - Kubernetes uses the concept of a ‘pod’ as the fundamental unit of deployment, allowing multiple containers to share resources and network in a single pod.