Q1: What used to be called a minion in Kubernetes cluster??
a A monitoring engine used widely in Kubernetes.
The correct Answer is: None
The correct Answer is: None
d A worker node.
e Docker container service.
f A component of the master node.
Q2: How does a FOR loop start??
a for (i = 0; i <= 5; i++)
b for i = 1 to 5
c None
d None
e for (i = 0; i <= 5)
f for (i <= 5; i++)
Q3: How to update the container's configurations which shows all the update options.?
a $ docker update -help
b $ docker update help
c None
d None
e $ docker update --help
f None
Q4: If you wish to use a base image and make modifications or personalize it, how do you do
that??
a docker <image_name>
b None
c None
d docker pull <image_name>
e docker --pull <image_name>
f None
Q5: What should one use for plugin development — custom post types or custom database
tables??
a None
b There is no specific preference for plugin development; it depends on what type of
plugin’s one has to develop.
c custom post type
d None
e custom database tables
f None
Q6: What is a kube-proxy used for??
The correct Answer is: None
b To supplant an authentic webpage in a search engine's index and search page
results
c To load-balance traffic that is destined for services to the correct backend pods
The correct Answer is: None
The correct Answer is: None
The correct Answer is: None
Q7: Which of the following is not a valid logical operator??
a&
b None
c NOT
d!
e &&
f AND
Q8: Which of the following is NOT a valid mode fopen() mode :?
ax
bw
c x+
d r+
er
fa
Q9: How to delete a pod in Kubernetes using the type and name specified in pod.json??
a kubectl remove -f ./pod.json
b kubectl delete ./pod.json
c None
d kubectl delete -f ./pod.json
e kubectl remove ./pod.json
f None
Q10: Which command is used to create an empty file.?
a None
b mkfile
c touch
d file
e None
f mtfile
Q11: Following Docker command: docker build -t my_user/repo_name:1.0 is used to:?
a Build an image
b Access a running container
c Activate default VM machine
The correct Answer is: None
e Commit changes done in a Docker image
The correct Answer is: None
Q12: There are ____ different heading tags in HTML?
a4
b5
c7
d None
e None
f6
Q13: If you vaguely remember the command and you’d like to confirm it, how will you get
help on that particular command??
a docker --help
b docker help
c None
d docker -help
e None
f None
Q14: A Docker container is an instance of an image with a specific configuration.?
a True
b None
c False
d None
e None
f None
Q15: How do you get the number of containers running, paused and stopped??
a docker info
b docker --info
c None
d None
e None
f sudo --docker info