Question Bank

3705 approved questions from the community

What is a hypervisor?

MEDIUM
SINGLE CHOICE
30s
Docker
by Mohamed

What does the Mount namespace in Docker isolate?

EASY
SINGLE CHOICE
30s
Docker
by Mohamed

What does the PID namespace in Docker isolate?

EASY
SINGLE CHOICE
30s
Docker
by Mohamed

What are cgroups (Control Groups) 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

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

Virtual machines provide stronger isolation than Docker containers because they have separate kernels and OS instances.

HARD
TRUE FALSE
30s
Docker
by Mohamed

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

MEDIUM
TRUE FALSE
25s
Docker
by Mohamed

How many layers does a Docker container have?

EASY
SINGLE CHOICE
25s
Docker
by Mohamed

How many layers does a Docker image have?

EASY
SINGLE CHOICE
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 containers solve the 'it works on my machine' problem by ensuring applications run consistently across different environments.

EASY
TRUE FALSE
25s
Docker
by Mohamed

You can attach volumes and networks to Docker images.

EASY
TRUE FALSE
20s
Docker
by Mohamed

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

MEDIUM
TRUE FALSE
25s
Docker
by Mohamed

Docker containers require computing resources to run.

EASY
TRUE FALSE
20s
Docker
by Mohamed

Docker images are mutable and can be modified at runtime.

EASY
TRUE FALSE
20s
Docker
by Mohamed

How can you implement caching in NestJS?

MEDIUM
SINGLE CHOICE
35s
Nest.js
by Mohamed

What are the advantages of using SSE for real-time communication? (Select all that apply)

MEDIUM
MULTIPLE CHOICE
45s
Nest.js
by Mohamed
PreviousPage 90 of 186Next