You are on page 1of 5

Q1: Which command will you use to pull a Docker image??

a docker image-pull IMAGE_NAME

b docker start IMAGE_NAME

c None

d None

e docker get IMAGE_NAME

f docker pull IMAGE_NAME

Q2: Which is not true about Docker Hub??

a Docker Hub is the world's largest library and community for container images

The correct Answer is: None

c Docker Hub provides an easy way to create, manage, and deliver your teams'
container applications

d Docker Hub is a totally private repository

The correct Answer is: None

The correct Answer is: None

Q3: Which of the following commands would show you the status of a Kubernetes
deployment??

The correct Answer is: None

The correct Answer is: None

c kubectl rollout log deployment/Deployment

d kubectl rollout status deployment/Deployment

The correct Answer is: None

f kubectl rollout stats deployment/Deployment

Q4: What is the name of the enterprise-grade cluster management solution from Docker??
a None

b Docker Universal Control Plane

c Docker Web UI

d None

e Docker Swarm

f Docker Hub

Q5: Containers running on a single machine all share the same operating system kernel, so
they start instantly and make more efficient use of RAM.?

a None

b None

c False

d None

e True

f None

Q6: What is Minikube?

a A tool for running Kubernetes locally

b A pod object that a kubelet uses to represent a static pod

c An abstraction used by Kubernetes to support multiple virtual clusters on the


same physical cluster

d None

e None

f Specification of a Kubernetes API object in JSON or YAML format

Q7: Choose the option to remove write permission for group & others for a file “a.txt”.?
a Select disable write for group and others where file=”a.txt”

b chmod w-go a.txt

c None

d chmod go-w a.txt

e None

f chmod go=”r-x” a.txt

Q8: Which of the following will provide additional Information about something??

a Jumbotron

b Item

c None

d Label

e None

f Label-danger

Q9: What is the correct syntax for referring to an external script called "xxx.js"??

a <script declare="xxx.js">

b None

c None

d <script href="xxx.js">

e <script src="xxx.js">

f <script name="xxx.js">

Q10: When do we use the GREP command?

a To find a directory

b None
c When we want to search for a string

d To show all directories which have the string in their name

e To find a file

f None

Q11: How can you make a bulleted list??

a <ul>

b <dl>

c <ol>

d None

e <list>

f None

Q12: What will the following code return: Boolean(10 > 9)?

a NaN

b true

c false

d None

e None

f None

Q13: The /etc/shadow file in Linux is used to store:?

a filesystem information

b various password information

c command aliases

d None
e None

f root user shell

Q14: How to login into docker hub.?

a None

b None

c None

d $ docker login

e $ docker $login

f $ docker --log

Q15: How to list a particular Kubernetes deployment??

a None

b kubectl info deployment my-dep

c kubectl describe deployment my-dep

d None

e kubectl get deployment my-dep

f kubectl ls deployment my-dep

You might also like