Exam Type

Practice Set

Practice questions aggregated across this exam type.

Practice Questions

10 of 86 questions

Jump to concepts →

easy

Q1. What is the primary difference between a Docker container and a virtual machine?


Select one answer before revealing.

easy

Q2. Which component of Docker is responsible for managing images, containers, networks, and volumes on a host?


Select one answer before revealing.

medium

Q3. Which Linux kernel features does Docker primarily use to provide container isolation and resource limits?


Select one answer before revealing.

hard

Q4. What is the role of containerd in the Docker architecture?


Select one answer before revealing.

hard

Q5. A developer mounts the Docker socket (/var/run/docker.sock) into a container. What is the primary security concern?


Select one answer before revealing.

medium

Q6. What is the purpose of Docker Machine?


Select one answer before revealing.

easy

Q7. Which of the following are benefits of using containers over virtual machines? (Select all that apply — more than one answer may be correct.)


Select one answer before revealing.

medium

Q8. Which of the following correctly describe components of the Docker Engine? (Select all that apply — more than one answer may be correct.)


Select one answer before revealing.

easy

Q9. When you run `docker run ubuntu echo hello` and there is no local ubuntu image, what does Docker do first?


Select one answer before revealing.

medium

Q10. How does the Docker client communicate with the Docker daemon by default on Linux?


Select one answer before revealing.

1/9

Important Concepts

Study chapter-wise concepts before you practice.

View all