Loading provider exams...
Sign Up & unlock 100% of Exam Questions
No Strings Attached!
Updated
What is the purpose of the command vagrant init?
This exam has 55 community-verified practice questions. Create a free account to access all questions, comments, and explanations.
Which CPU flag indicates the hardware virtualization capability on an AMD CPU?
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?
Which functionality is provided by Vagrant as well as by Docker? (Choose three.)
What is the default provider of Vagrant?
Want a break from the ads?
Become a Supporter and enjoy a completely ad-free experience, plus unlock Learn Mode, Exam Mode, AstroTutor AI, and more.
In an IaaS cloud, what is a common method for provisioning new computing instances with an operating system and software?
Which command within virsh lists the virtual machines that are running on the current host?
What is the purpose of cloud-init?
What is the purpose of the packer inspect subcommand?
What is the purpose of capabilities in the context of container virtualization?
Which directory is used by cloud-init to store status information and configuration information retrieved from external sources?
Which of the following statements are true about container-based virtualization? (Choose two.)
How does Packer interact with system images?
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?
After creating a new Docker network using the following command: docker network create --driver bridge isolated_nw which parameter must be added to docker create in order to attach a container to the network?
Which of the following network interface types are valid in an LXD container configuration? (Choose three.)
What happens when the following command is executed twice in succession? docker run -tid -v data:/data debian bash
What is the purpose of the kubelet service in Kubernetes?
If docker stack is 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?
Which of the following commands executes a command in a running LXC container?
Which of the following statements in a Dockerfile leads to a container which outputs hello world? (Choose two.)
Which of the following statements are true regarding a Pod in Kubernetes? (Choose two.)