You are on page 1of 4

Q1: Which command can give first found difference between two file after comparing??

a None

b None

c Common

d cmp

e stat

f diff

Q2: How to list pods sorted by Restart Count in Kubernetes??

a kubectl get pods --sort-by='.status.restartCount'

b kubectl get pods --sort-by='.status.containerStatuses[0].restartCount'

c None

d kubectl get pods --sort='.status.containerStatuses[0].restartCount'

e None

f kubectl get pods by restartCount

Q3: How to delete an image from the local storage system??

a None

b None

c $ docker rmin <imageid>

d $ docker --rmi <image-id>

e $ docker rmi <image-id>

f None

Q4: Which are the default networks in Docker??


a None

b None

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

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

e None

f None

Q5: test123?

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e test

f test2

Q6: To create a combo box (drop down box) which tag will you use??

a all of above

b None

c None

d <input type="dropdown">

e <select>

f <list>

Q7: Which of the following is used to get information sent via get method in PHP??

a $GETREQUEST

The correct Answer is: None


c None of the above.

d $GET

e $_GET

The correct Answer is: None

Q8: Which command will you use to test the connectivity to the host from the master server
and make sure that it actually works??

a ansible your_host_name_here -m connect

b ansible your_host_name_here -m pong

c ansible your_host_name_here -m try

d None

e None

f ansible your_host_name_here -m ping

Q9: What will be the effect of the query SELECT c.*,e.* FROM clients c INNER JOIN
employees e ON c.emp_no = e.emp_no;?

a The query will generate an error

b return all the records from the employees table and only those that match the
emp_no from the clients table

c None

d None

e return only records that have matching emp_no values in both tables

f return all the records from the clients table and only those that match the emp_no
from the employees table

Q10: Which one is true for Minikube??

a Minikube multi-node cluster

The correct Answer is: None


c None of the above

d Minikube is an all-in-One Kubernetes cluster on our workstation

The correct Answer is: None

f Minikube is a GUI for Kubernetes

Q11: Which of the following is true for Kube-proxy??

The correct Answer is: None

b Kube-proxy is a network proxy that runs only on the master node

c Kube-proxy can run on each and every node and can do simple TCP/UDP packet
forwarding across backend network service.

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

You might also like