Which of the following kinds of data cancloud-initprocess directly from user-data? (Choose three.)

Which of the following kinds of data cancloud-initprocess directly from user-data? (Choose three.)A . Shell scripts to executeB . Lists of URLs to importC . ISO images to boot fromD . cloud-config declarations in YAMLE . Base64-encoded binary files to executeView AnswerAnswer: A B D

February 29, 2024 No Comments READ MORE +

Which parameter must be added todocker createin order to attach a container to the network?

After creating a new Docker network using the following command: docker network create --driver bridge isolated_nw Which parameter must be added todocker createin order to attach a container to the network?A . --eth0=isolated_nwB . --alias=isolated_nwC . --ethernet=isolated_nwD . --network=isolated_nwE . --attach=isolated_nwView AnswerAnswer: D

February 28, 2024 No Comments READ MORE +

What is the purpose of the packer inspect subcommand?

What is the purpose of the packer inspect subcommand?A . Retrieve files from an existing Packer image.B . Execute commands within a running instance of a Packer image.C . List the artifacts created during the build process of a Packer image.D . Show usage statistics of a Packer image.E ....

February 27, 2024 No Comments READ MORE +

Which of the following statements about the commandlxc-checkpointis correct?

Which of the following statements about the commandlxc-checkpointis correct?A . It creates a clone of a container.B . It doubles the memory consumption of the container.C . It only works on stopped containers.D . It writes the status of the container to a file.E . It creates a container image...

February 27, 2024 No Comments READ MORE +

Which of the following tasks are part of a hypervisor’s responsibility? (Choose two.)

Which of the following tasks are part of a hypervisor’s responsibility? (Choose two.)A . Create filesystems during the installation of new virtual machine quest operating systems.B . Provide host-wide unique PIDs to the processes running inside the virtual machines in order to ease inter-process communication between virtual machines.C . Map...

February 26, 2024 No Comments READ MORE +

How can data be shared between several virtual machines running on the same Linux-based host system?

How can data be shared between several virtual machines running on the same Linux-based host system?A . By writing data to the file system since all virtual machines on the same host system use the same file system.B . By mounting other virtual machines' file systems from /dev/virt-disks/remote/.C . By...

February 26, 2024 No Comments READ MORE +

What is the purpose of the commandvagrantinit?

What is the purpose of the commandvagrantinit?A . It executes a provisioning tool in a running box.B . It starts a Vagrant box.C . It creates a Vagrant configuration file.D . It installs Vagrant on a Linux host.E . It downloads a Vagrant box.View AnswerAnswer: C

February 25, 2024 No Comments READ MORE +

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)?

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 . MemoryB . Network InterfacesC . Host Bus AdaptersD . Hard DisksE . IO CacheView AnswerAnswer: A

February 24, 2024 No Comments READ MORE +

Which of the following are true regarding the CPU of a QEMU virtual machine? (Choose two.)

Which of the following are true regarding the CPU of a QEMU virtual machine? (Choose two.)A . The CPU architecture of a QEMU virtual machine is independent of the host system's architecture.B . Each QEMU virtual machine can only have one CPU with one core.C . For each QEMU virtual...

February 24, 2024 No Comments READ MORE +

Ifdocker stackis to be used to run a Docker Compose file on a Docker Swarm, how are the images referenced in the Docker Compose configuration made available on the Swarm nodes?

Ifdocker stackis to be used to run a Docker Compose file on a Docker Swarm, how are the images referenced in the Docker Compose configuration made available on the Swarm nodes?A . docker stack builds the images locally and copies them to only those Swarm nodes which run the service.B...

February 24, 2024 No Comments READ MORE +