Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

What is the name of the virtual Ethernet bridge that is created at the start of Docker Daemon?

Answer»

What is the name of the virtual Ethernet BRIDGE that is created at the START of DOCKER Daemon?
CHOOSE the correct option from below lists
(1)docker1
(2)docker00
(3)docker2
(4)docker0

Answer:-(4)docker0

2.

Docker Networking is needed while working on Docker

Answer»

Docker Networking is needed while working on Docker

___________.
CHOOSE the correct option from below LISTS
(1)on a small scale
(2)in real-time on a LARGE scale

Answer:-(2)in real-time on a large scale

3.

Docker Daemon and Docker Client use the same binary.

Answer»

Docker Daemon and Docker Client use the same binary.
Choose the correct option from below LISTS
(1)True
(2)False

Answer:-(1)True

4.

Docker images can be sent to registry by using ____________.

Answer»

Docker images can be sent to registry by using ____________.
Choose the correct OPTION from below lists
(1)docker push
(2)docker send
(3)docker pull
(4)docker publish

Answer:-(1)docker push

5.

The following are components of Docker Engine, except_______

Answer»

The following are components of DOCKER Engine, except_______
Choose the correct option from below lists
(1)REST API
(2)Docker Daemon
(3)None of the OPTIONS
(4)Command Line Interface

Answer:-(3)None of the options

6.

Docker hub images can be accessed at ___________.

Answer» DOCKER hub images can be ACCESSED at ___________.
Choose the correct option from below lists
(1)index.docker
(2)None of the options
(3)index.docker.io
(4)docker

Answer:-(3)index.docker.io
7.

Application running in a VM is hidden from the host OS with the help of Hypervisor/VMM.

Answer»

Application RUNNING in a VM is hidden from the HOST OS with the help of Hypervisor/VMM.
Choose the correct option from below lists
(1)True
(2)False

Answer:-(1)True

8.

Running Docker containers can be checked by using___________.

Answer»

Running Docker containers can be CHECKED by using___________.
Choose the correct OPTION from below lists
(1)docker ps
(2)docker cs

Answer:-(1)docker ps

9.

What is Docker Daemon?

Answer»

What is Docker Daemon?
Choose the CORRECT option from below LISTS
(1)It is the LATEST feature added to Docker.
(2)It is the unauthorized access to the image content.
(3)It is a type of malware in Docker.
(4)It is a continuous long-running program responsible for managing containers.

Answer:-(4)It is a continuous long-running program responsible for managing containers.

10.

Container can alter host filesystem without any restriction.

Answer»

Container can ALTER HOST filesystem without any restriction.
Choose the correct OPTION from below lists
(1)True
(2)False

Answer:-(1)True

11.

You can search for Docker images by using __________.

Answer»

You can SEARCH for Docker IMAGES by using __________.
Choose the correct option from below LISTS
(1)docker search imageName
(2)docker searchfor imageName
(3)docker pull image
(4)docker find imageName

Answer:-(1)docker search imageName

12.

Which of the following statements is true about

Answer»

Which of the following STATEMENTS is true about

containerization?
CHOOSE the correct option from below LISTS
(1)Response time of the VM boosts.
(2)Container consumes very LESS memory.
(3)All the options
(4)Docker containers do not have a complete OS with them.

Answer:-(3)All the options

13.

Docker Daemon does not require root privileges to run.

Answer» DOCKER Daemon does not require root privileges to run.
Choose the CORRECT option from below lists
(1)FALSE
(2)True

Answer:-(1)False
14.

Which of the following is the correct method of exporting a TAR file?

Answer»

Which of the following is the CORRECT method of EXPORTING a TAR file?
Choose the correct OPTION from below lists
(1)DOCKER exampleImage < exampleImage.tar
(2)docker exampleImage.zip < exampleImage.tar
(3)docker export exampleImage < exampleImage.tar
(4)docker exampleImage.tar < exampleImage

Answer:-(3)docker export exampleImage < exampleImage.tar

15.

To get help on a topic in Docker, you can use __________.

Answer»

To get help on a TOPIC in Docker, you can USE __________.
Choose the correct option from below LISTS
(1)docker --help topicName
(2)docker topicName --help

Answer:-(2)docker topicName --help