docker-mcq

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

By OnlineInterviewQuestions.

com
Docker MCQ Test

Take Docker MCQ Test & Online Quiz to Test your Knowledge
Below we have listed the few Docker MCQ Questions that check your basic knowledge of Docker. This
Docker MCQ Test contains 20 Multiple Choice Questions. You have to select the right answer to the question.
You can also take the online quiz from the take Docker Quiz Button.

Q1. Who created Docker?

A. Walter Dandy
B. Solomon Hykes
C. Wilbur Davenport
D. Clarence Madison Dally

Q2. Docker was developed in ..........

A. 2012
B. 2013
C. 2014
D. 2015

Q3. What are the features of docker?

A. Easy Modeling
B. Version control
C. Placement/Affinity
D. All of the above

Q4. .............. command is used for stopping a running container.

A. $ docker kill
B. $ docker rm
C. $ docker stop
D. $ docker start

Q5. What is a benefit for a developer using Docker?

A. Standardization and Productivity


B. CI Efficiency & Rapid Deployment
C. Compatibility and Maintainability
D. All of the above

Q6. A Docker registry is a place to store and distribute Docker ...............

A. Codes
B. Images
C. Files
D. All of the above

Q7. Is Docker still popular?

A. Yes
B. No

Q8. Does Kubernetes use Docker?

A. Yes
B. No

Q9. Is docker image OS dependent?

A. Yes
B. No

Q10. Which command is used for running the images as a container?

A. $ docker PS
B. $ Sudo docker run container name
C. $ Sudo docker run -i -t alpine /bin/bash
D. All of the above

Q11. Which of the following is the native clustering for Docker?

A. Docker Hub
B. Docker Cloud
C. Docker Swarm
D. Docker Compose

Q12. What is Docker registry?

A. Storage
B. Content Delivery System
C. Both A & B

Q13. What port does Docker registry use?

A. Port 3000
B. Port 5000
C. Port 8000
D. None of the above

Q14. A Docker container is an instance of an image with a specific configuration.

A. True
B. False

Q15. You can't create multiple containers from the same image in docker

A. True
B. False

Q16. How many private repositories are allowed for a individual on Docker hub?

A. 1
B. 2
C. 3
D. 4

Q17. Is Docker free for Windows?

A. Yes
B. No

Q18. Can we remove a paused container from Docker?

A. Yes
B. No

Q19. Which of the following is a cloud-hosted service from Docker that provides registry
capabilities for public and private content?

A. Docker Hub
B. Docker Cloud
C. Docker Swarm
D. Docker Compose

Q20. Which of the following is a text document that contains all the commands a user
could call on the command line to assemble an image?

A. Docker Cloud
B. Dockerfile
C. Docker Kitematic
D. Docker Compose

Please Visit OnlineInterviewquestions.com to download more pdfs

You might also like