You are on page 1of 5

Q1: When was Docker initially released ??

The correct Answer is: None

The correct Answer is: None

c 20 March 2013

d 20 March 2015

The correct Answer is: None

f 25 May 2013

Q2: The query SELECT * FROM `movies` INSERT INTO `movies_archive` will be executed
without any errors.?

a None

b True

c False

d None

e None

f None

Q3: How can you change table sctructure after it was created??

a None

b UPDATE TABLE

c It's not possible to change the structure

d CHANGE TABLE

e ALTER TABLE

f MODIFY TABLE

Q4: How to mark a node called my-node as unschedulable in Kubernetes??


a None

b kubectl stop my-node

c kubectl down my-node

d kubectl off my-node

e None

f kubectl cordon my-node

Q5: Which function is used to Strip whitespace (or other characters) from the beginning and
end of a string??

a strip

b trim_str

c None

d strip_str

e trim

f None

Q6: What are the responsibilities of Replication Controller??

The correct Answer is: None

b All of the mentioned

c Creates a new pod, if the existing pod crashes

d Update or delete multiple pods with a single command

The correct Answer is: None

f Helps to achieve the desired state

Q7: What is the difference between Docker image and layer.?

a None

b None
c Docker image is created with a series of write-only layers and layer in docker
represents instructions on the Dockerfile of the container.

d None

e Docker image is created with a series of read-only layers and layer in docker
represents instructions on the Dockerfile of the image.

f None

Q8: Which is the invalid file name in UNIX??

a a.widows

b None of the above

c bill .gates

d All of the above

e None

f LINUX

Q9: Multiple inheritance is supported in PHP.?

a None

b None

c None

d False

e True

f None

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

a None

b docker pull IMAGE_NAME

c docker image-pull IMAGE_NAME


d docker start IMAGE_NAME

e docker get IMAGE_NAME

f None

Q11: Docker can build images automatically by reading the instructions from:?

a docker.json

b Dockerfile

c None

d docker.config

e docker.yaml

f None

Q12: A low-level utility that can be used for creating/restoring filesystem backup copies in
Linux is called:?

a format

b None

c fsutil

d None

e dd

f diskpart

Q13: How to list all services sorted by name in Kubernetes??

a None

b None

c kubectl get services --sort=.name

d kubectl get services --sort-by=.metadata.name

e kubectl get services --sort-by=name


f kubectl get services --sort-by=.service.name

Q14: Tick all the rules which need to be followed while developing a WordPress Plugin??

a Create the folder of Plugin.

b Create a sub-folder for PHP files, translations, and assets.

c Create and install script.

d None

e Create a unique name.

f Create the main plug-in file and fill up the header information.

You might also like