Which of the following tasks are part of a hypervisor’s responsibility? (Choose two.)
Which of the following statements are true for full virtualization? (Choose TWO correct answers)
Which utility is used to create and manage virtual machine disk images in Linux?
Which command within virsh lists the virtual machines that are running on the current host?
Which virtualization platforms can Vagrant be used with? (Select all that apply)
If a Dockerfile contains the following lines:
WORKDIR /
RUN cd /tmp
RUN echo test > test
where is the file test located?
Which of the following statements are true regarding resource management for full virtualization? (Choose two.)
Which of the following commands are needed to establish a private network between two (or more) KVM virtual machines that is not visible to other KVM instances on the same KVM host? (Choose THREE correct answers.)
After setting up a data container using the following command:
docker create -v /data --name datastore debian /bin/true
how is an additional new container started which shares the /data volume with the datastore container?
Which of the following mechanisms are used by LXC and Docker to create containers? (Choose three.)
Which of the following statements are true of full virtualization? (Select THREE correct answers)
Which virsh subcommand is used to change the CD-ROM image file attached to a virtual machine?
Which of the following services can QEMU provide in a user network? (Choose three.)
Which cloud management tools are known for their infrastructure-as-code (IaC) approach? (Select all that apply)
Which directory is used by cloud-init to store status information and configuration information retrieved from external sources?
Which of the following values are valid in the firmware attribute of a < os > element in a libvirt domain definition? (Choose two.)
When using Packer to create machine images, what are some common sources for base images? (Select all that apply)
Which of the following values would be valid in the FROM statement in a Dockerfile ?
Which of the following statements are true regarding a Pod in Kubernetes? (Choose two.)
The command virsh vol-list vms returns the following error:
error: failed to get pool 'vms'
error: Storage pool not found: no storage pool with matching name 'vms '
Given that the directory /vms exists, which of the following commands resolves this issue?
Which file in a cgroup directory contains the list of processes belonging to this cgroup ?
Which operating systems are compatible with cloud-init? (Select all that apply)
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)?