Docker Online Test
For jobseekers
Practice your skills and earn a certificate of achievement when you score in the top 25%.
Take a Practice TestFor companies
Screen real Docker skills, flag human or AI assistance, and interview the right people.
About the test
The Docker online test assesses knowledge of the platform virtualization and containerization tool, Docker.
The assessment includes work-sample tasks such as:
- Using Dockerfiles to create container images.
- Creating and starting Docker containers using Docker Run.
- Configuring and running multiple containers with Docker Compose.
A good DevOps engineer or software developer should know how to use Docker to configure containers and images, run services within those containers, and manage the container lifecycle.
Sample public questions
The automation team is testing their background Docker web server containers. They need to cleanly remove the existing containers without leaving any artifacts behind, then start new containers.
Complete the following docker commands to achieve these objectives:
# Gracefully end all processes in the containers
host> docker compose stop
# Remove the containers and their anonymous volumes
host> docker compose ____ -v
# Start containers in background
host> docker compose up ____ apache php mysqlAs part of a load balancing scheme, your company uses multiple virtual machines which can provision and deprovision Docker containers as demand changes.
Complete the docker commands (with no additional arguments) that manage the lifecycle of a docker image.
- When a virtual machine completes startup, it runs the following command to ready the custom container image:
docker create --name balanced-container company-image
- When the load balancer detects high usage, it signals the virtual machine to make the container available for use. The VM runs the following command:
docker ____ balanced-container
- The load balancer detects that a container has been underutilized for more than 15 minutes. It signals the VM to suspend the container to conserve CPU resources. The VM runs the command:
docker ____ balanced-container
- Finding an increased load again, the load balancer signals the VM to awaken the container. The VM runs the command:
docker ____ balanced-container
- After an hour of underutilization, the load balancer signals the VM to gracefully end all processes in the container to conserve RAM resources. The VM runs the command:
docker ____ balanced-container
For jobseekers: get certified
Earn a free certificate by achieving top 25% on the Docker test with public questions.
Take a Certification TestSample silver certificate
Sunshine Caprio
Java and SQL TestDomeCertificate
For companies: premium questions
Buy TestDome to access premium questions that can't be practiced.
4 more premium Docker questions
Networking Namespaces, Docker Limits, Docker Ports, Build Results.
Skills and topics tested
- Docker
- Command Line Arguments
- Docker Run
- Resource Constraints
- Configuration
- Docker Compose
- Dockerfile
For job roles
- Back-End Developer
- DevOps Engineer
- Full-Stack Developer
- Mobile Developer
- Software Developer
- Web Developer
- Web Front-End Developer
Sample candidate report
AI-driven cheating detection
Protect against bad hires with automated highlighting of possible cheating attempts. Spend less time reviewing proctoring details and identify cheating in seconds.
What others say
Reliable, AI-ready technical testing
I thought the rise of AI would render it obsolete, BUT, the platform has definitely adapted to the changing times and I find it to be the only reliable way to do our online technical assessments nowadays. With its system proctoring and AI-detection tools, I feel confident that the applicants aren't able to cheat.
Product reviews
Used by
Solve all your skill testing needs
150+ Pre-made tests
130+ skills
AI-ready assessments
How TestDome works
Choose a pre-made test
or create a custom test
Invite candidates via
email, URL, or your ATS
Candidates take
a test remotely
Sort candidates and
get individual reports









