Question Bank

1899 approved questions from the community

It is recommended to use COPY for most cases where you want to copy local files into the Docker image.

MEDIUM
TRUE FALSE
25s
Docker
by Mohamed

What is a hypervisor?

MEDIUM
SINGLE CHOICE
30s
Docker
by Mohamed

What are cgroups (Control Groups) in Docker?

MEDIUM
SINGLE CHOICE
35s
Docker
by Mohamed

What is runC in the Docker architecture?

MEDIUM
SINGLE CHOICE
35s
Docker
by Mohamed

What does the MACVLAN network driver allow in Docker?

MEDIUM
SINGLE CHOICE
35s
Docker
by Mohamed

Docker requires a Linux kernel to function, even on Windows and MacOS.

MEDIUM
TRUE FALSE
25s
Docker
by Mohamed

What is the role of containerd in the Docker architecture?

MEDIUM
SINGLE CHOICE
35s
Docker
by Mohamed

When a container is forcefully killed using docker kill, data changes that weren't written to a volume or bind mount might be lost.

MEDIUM
TRUE FALSE
25s
Docker
by Mohamed

Data in Docker volumes persists beyond the container's lifecycle and can be accessed by other containers even after the original container is removed.

MEDIUM
TRUE FALSE
25s
Docker
by Mohamed

cgroups can limit CPU usage, memory usage, and disk I/O for Docker containers.

MEDIUM
TRUE FALSE
25s
Docker
by Mohamed

The ENTRYPOINT instruction in a Dockerfile can be easily overridden by command-line arguments.

MEDIUM
TRUE FALSE
25s
Docker
by Mohamed

The CMD instruction in a Dockerfile can be overridden by providing a command to the docker run command.

MEDIUM
TRUE FALSE
25s
Docker
by Mohamed

Docker images can be shared on Docker Hub, but containers cannot be shared directly.

MEDIUM
TRUE FALSE
25s
Docker
by Mohamed

Which of the following are use cases where Docker provides value? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
45s
Docker
by Mohamed

Which of the following are examples of Type 2 (Hosted) hypervisors? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
40s
Docker
by Mohamed

Which of the following are benefits of using Docker in organizations? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
45s
Docker
by Mohamed

Which of the following are Docker network drivers? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
40s
Docker
by Mohamed

Which of the following are benefits of Docker for DevOps practices? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
45s
Docker
by Mohamed

Which of the following are design principles of runC? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
40s
Docker
by Mohamed

Which of the following Docker objects does the Docker daemon manage? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
40s
Docker
by Mohamed
PreviousPage 43 of 95Next