Docker and Kubernetes Quiz
Docker and Kubernetes Quiz
2. What is the name of 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
3. Which of these is a tool for defining and running multi-container Docker applications?
a. Docker Swarm
b. Docker Hub
c. Docker Cloud
d. Docker Compose
5. Containers run on a single machine and all share the same operating system kernel, so they start
instantaneously and make more efficient use of RAM.
a. TRUE
b. FALSE
6. Suppose you have 5 containers running and out of these, you like to access one of them. How do
you access a running container?
a. $ docker exec -it bash
b. docker run -it -d
c. $ docker exec -it <container id> bash
d. docker info
https://www.devopsuniversity.org training@devopsuniversity.org
all rights reserved with DevOps University
Certified DevOps Foundation Docker and Kubernetes Quiz
8. What is Kubelet?
a. Kubelet is a master service that runs pods.
b. Kubelet is a daemon service that runs pods.
c. Kubelet is a worker service that runs pods.
d. Kubelet is an agent service that runs pods.
Answers:
1. B, 2. B, 3. D, 4. B, 5. A, 6. C, 7. A, 8. D, 9. A, 10. B, 11. A
https://www.devopsuniversity.org training@devopsuniversity.org
all rights reserved with DevOps University