Post-Test: Please Choice One or More Best Answers. Please Send Your Answers To
Post-Test: Please Choice One or More Best Answers. Please Send Your Answers To
20 August 2021
Please choice one or more best answers. Please send your answers to [email protected]
4. Choose the network driver type which isolates other aspects of the container and not the
network stack.
A. Macvlan networks
B. User-defined bridge networks
C. Host networks
D. Overlay networks
E. None of these
1|Page
5. What is used by kernel for resource isolation during Docker container execution?
A. Overlay networks
B. Volumes
C. Control groups (also know as cgroups)
D. Namespaces
E. None of these
2|Page
10. Containers running on a single machine all share the same operating system kernel, so they
start instantly and make more efficient use of RAM.
A. True
B. False
11. Virtual Machines, Each virtual machine includes the application, the necessary binaries
and libraries, and an entire guest operating system - All of which may be tens of GBs in size.
A. True
B. False
12. Containers; Containers include the application and all of its dependencies, but share the
kernel with other containers. They run as an isolated process in userspace on the host
operating system. They’re also not tied to any specific infrastructure – Docker containers run on
any computer, on any infrastructure, and in any cloud.
A. True
B. False
13. Which of the following command used to connect a running container to an already existing
user-defined bridge?
A. docker connect network
B. docker network attach
C. docker network join
D. docker network connect
E. None of these
3|Page
15. ________is a cloud-hosted service from Docker that provides registry capabilities for public
and private content.
A. Docker Swarm
B. Docker Hub
C. Docker Cloud
D. Docker Compose
16. ________is a tool for defining and running multi-container Docker applications.
A. Docker Swarn
B. Docker Hub
C. Docker Cloud
D. Docker Compose
17. ________is native clustering for Docker. It turns a pool of Docker hosts into a single, virtual
Docker host.
A. Docker Swarm
B. Docker Hub
C. Docker Cloud
D. Docker Compose
18. ________is the enterprise-grade cluster management solution from Docker. It manages
your whole cluster from a single place.
A. Docker Swarm
B. Docker Hub
C. Docker Universal Control Plane
D. Docker Compose
19. ________is a hosted service that provides a Registry with build and testing facilities for
Dockerized application images, tools to help you set up and manage your host infrastructure,
and deployment features to help you automate deploying your images to your infrastructure.
A. Docker Cloud
B. Docker Hub
C. Docker Universal Control Plane
D. Docker Compose
4|Page
20. ________is an open-source project built to simplify and streamline using Docker on a Mac
or Windows. This tool automates the Docker installation and setup process and provides an
intuitive graphical user interface (GUI) for running Docker containers.
A. Docker Cloud
B. Docker Kitematic
C. Docker Universal Control Plane
D. Docker Compose
21. On Docker Hub, you get ten private repositories for free with your Docker Hub user
account. If you need more accounts, you can upgrade your Docker Hub plan.
A. True
B. False
is used to:
A. Activate default VM machine
B. Access a running container
C. Build an image
D. Commit changes done in a Docker image
is used to:
A. Activate default VM machine
B. Access a running container
C. Build an image
D. Commit changes done in a Docker image
5|Page
25. Following Docker command:
docker build -t my_user/repo_name:1.0
is used to:
A. Activate default VM machine
B. Access a running container
C. Build an image
D. Commit changes done in a Docker image
is used to:
A. Activate default VM machine
B. Access a running container
C. Build an image
D. Commit changes done in a Docker image
is used to:
A. Activate default VM machine
B. Push changes done in an docker image into Docker Hub
C. Build an image
D. Commit changes done in a Docker image
28. ________is a text document that contains all the commands a user could call on the
command line to assemble an image.
A. Docker Cloud
B. Docker Kitematic
C. Dockerfile
D. Docker Compose
6|Page
29. Docker Toolbox is an installer for quick setup and launch of a Docker environment on Mac
and Windows systems. The toolbox includes these Docker tools:
A. Docker Machine for running docker-machine commands
B. Docker Engine for running the docker commands
C. Docker Compose for running the docker-compose commands
D. Kitematic, the Docker GUI
E. A shell pre-configured for a Docker command-line environment
F. Oracle VirtualBox
30. You can install Docker Engine directly to servers you have on cloud providers. The providers
supported are:
A. Amazon Web Services (AWS)
B. Microsoft Azure
C. Digital Ocean
7|Page