Docker Essentials
As the world embraces microservices, Docker stands as a pioneer in the containerization industry. It is immutable, cost-effective, and contains all dependencies. It is also very easy to deploy and hence gives you the flexibility to build your application anywhere and deploy them anywhere.
Take this Docker Essential assessment, to know where do you stand in the emerging cloud-native domain and earn Rewards. Click Rewards tab for eligibility requirements.
Read FAQs tab carefully for Instructions before beginning the assessment.
NYXPoints are used to generate the Leaderboard (coming soon). They are awarded for achieving a certain score.
- 200 nyxpoints for a passing score of 80% or more
- 300 nyxpoints for a perfect score of 100%
- Didn’t pass? You still get 30 nyxpoints for attempting the assesment
IMPORTANT instructions for taking the Assessment
- The timer starts when you click Start Assessment
- DO NOT refresh/reload the page or use the back button to navigate away from the page.
- Navigating away from the assessment page DOES NOT stop/pause the timer and the will restart the assessment when you come back to it. The answers are NOT saved.
General
- There are NO pre-requisites to take this assessment. Take this assessment even if you are completely new to Linux.
- The assessment is completely FREE.
- Preferably take it in a closed book mode.
- DO NOT copy/paste, share or upload questions elsewhere.
Eligible Rewards

300 NyxCoins*
* NyxCoins vary on score
Assessment Summary
0 of 30 Questions completed
Questions:
Information
You have already completed the assessment before. Hence you can not start it again.
Assessment is loading…
You must sign in or sign up to start the assessment.
You must first complete the following:
Results
Results
0 of 30 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
		Earned Point(s): 0 of 0, (0)		
		0 Essay(s) Pending (Possible Point(s): 0)		
		
| Average score |  | 
| Your score |  | 
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- Current
- Review
- Answered
- Correct
- Incorrect
- 
				Question 1 of 301. QuestionWhat is a container? CorrectIncorrect
- 
				Question 2 of 302. QuestionOCI Stands for Open Container Initiative? CorrectIncorrect
- 
				Question 3 of 303. QuestionWhich of the following is not a part of Docker ecosystem? CorrectIncorrect
- 
				Question 4 of 304. QuestionHow does Docker CLI interact with Docker Daemon? CorrectIncorrect
- 
				Question 5 of 305. QuestionWhat is cgroups used for? CorrectIncorrect
- 
				Question 6 of 306. QuestionWhich command in docker provides system wide docker information? CorrectIncorrect
- 
				Question 7 of 307. QuestionWhich is the default home directory for Docker? CorrectIncorrect
- 
				Question 8 of 308. QuestionWhich command will remove the container once the container is being stopped? CorrectIncorrect
- 
				Question 9 of 309. QuestionWhich output does docker inspect show by default? CorrectIncorrect
- 
				Question 10 of 3010. QuestionWhich of the following will list the volumes associated with a specific container? CorrectIncorrect
- 
				Question 11 of 3011. QuestionA container has been created by running “docker container run -it ubuntu:latest”, at the container prompt a user typed “exit”, what will happen to the container? CorrectIncorrect
- 
				Question 12 of 3012. QuestionWhich option with “docker container run” will help users to set a container name? CorrectIncorrect
- 
				Question 13 of 3013. QuestionWhich escape sequence will bring you out without stopping a container from the container shell? CorrectIncorrect
- 
				Question 14 of 3014. QuestionWhich is the recommended way to remove a container? CorrectIncorrect
- 
				Question 15 of 3015. QuestionWhich command interactively monitors all container activities in the Docker Engine? CorrectIncorrect
- 
				Question 16 of 3016. QuestionDocker will associate a random container name during container creation if no name is provided at container creation time? CorrectIncorrect
- 
				Question 17 of 3017. QuestionHow to stop all running containers in a single go? CorrectIncorrect
- 
				Question 18 of 3018. QuestionWhich command will remove an image? CorrectIncorrect
- 
				Question 19 of 3019. QuestionEach container in Docker shares a common writable layer? CorrectIncorrect
- 
				Question 20 of 3020. QuestionWhich command will help users to display layers of a Docker Image? CorrectIncorrect
- 
				Question 21 of 3021. QuestionPick the correct command to list the available local images? CorrectIncorrect
- 
				Question 22 of 3022. QuestionWhat all information is required by docker to push an image? CorrectIncorrect
- 
				Question 23 of 3023. QuestionWhich command will upload an image into the registry? CorrectIncorrect
- 
				Question 24 of 3024. QuestionDockerfile consists of? CorrectIncorrect
- 
				Question 25 of 3025. QuestionDocker images are layered structured and at a broader level, each layer is an instruction mentioned in the Docker file? CorrectIncorrect
- 
				Question 26 of 3026. Questionwhich Docker command will create an image from a running container? CorrectIncorrect
- 
				Question 27 of 3027. QuestionCan we configure a “Container Registry” on-premise for private use? CorrectIncorrect
- 
				Question 28 of 3028. QuestionIt’s a good practice to have multiple CMD instructions in a dockerfile? CorrectIncorrect
- 
				Question 29 of 3029. QuestionWhat docker command will display detailed information about docker networks? CorrectIncorrect
- 
				Question 30 of 3030. QuestionWhich command in docker will remove all stopped or unused docker objects? CorrectIncorrect
