You are on page 1of 5

Q1: Which command will delete a table called 'test':?

a DROP test WHERE Confirm = "YES"

b None

c None

d DELETE test WHERE Confirm = "YES"

e DROP test

f DROP TABLE test

Q2: What command is used to permanently remove a record from a database table??

a DELETE

b None

c CUT

d REMOVE

e None

f DROP

Q3: Can I generate DLL files from PHP scripts like i can in Perl ??

a None

b None

c None

d True

e False

f None

Q4: _______ manages the assigning nodes to pods depending on resource availability.?
a Flanneld

b Kubectl

c Etcd

d Scheduler

The correct Answer is: None

The correct Answer is: None

Q5: How can we initiate a session in PHP??

a $session_start()

b None

c $_session_start()

d None

e session_start()

f None

Q6: Which are the default networks in Docker??

a None

b The default networks in Docker include rope, pin and halt.

c None

d None

e The default networks in Docker include bridge, host and none.

f None

Q7: The Kubernetes Network proxy runs on which node??

a All the nodes

b Master Node
The correct Answer is: None

d None of the mentioned

The correct Answer is: None

f Worker Node

Q8: Which of the following is a tool for defining and running multi-container Docker
applications.?

a Docker Hub

b Docker Hub

c None

d None

e Docker Cloud

f Docker Swarn

Q9: Suppose you have 3 containers running and out of these, you wish to access one of
them. How do you access a running container??

The correct Answer is: None

b $ docker exec --it <container id>

c $ docker exec -it <container id> bash

The correct Answer is: None

The correct Answer is: None

f $ docker exec it <container id> bash

Q10: How do you write "Hello World" in an alert box??

a alertBox("Hello World");

b None

c msg("Hello World");
d alert("Hello World");

e None

f msgBox("Hello World");

Q11: Which command can be used to display basic information about your server??

The correct Answer is: None

b info

c show

d uname

The correct Answer is: None

f ls

Q12: Which operator is used to check if two values are equal and of same data type??

a None

b ==

c ===

d !=

e None

f=

Q13: How to dump pod logs, with label name=myLabel (stdout) in Kubernetes?

a None

b kubectl log name=myLabel

c kubectl logs -l .name[*]=myLabel

d None

e kubectl pod -l name=myLabel


f kubectl logs -l name=myLabel

You might also like