You are on page 1of 3

Q1: What is the correct HTML for making a drop-down list??

a None

b <select>

c <list>

d None

e <input type="list">

f <input type="dropdown">

Q2: How to copy a file from a docker container to the local system.?

The correct Answer is: None

b $ sudo docker cp

c $ sudo docker cut

d $ sudo docker copy

The correct Answer is: None

The correct Answer is: None

Q3: What does the command top show?

a The space usage

b Nothing, it's not a command

c The memory usage

d None

e None

f The current processes alongside information about them

Q4: How are objects in PHP passed by??


a Objects are passed by reference.

b Neither of the mentioned

c None

d None

e Objects are passed by value.

f None

Q5: Which command can you use to re-execute a previous command??

a !a

b !3

c None

d !!

e None

f !cat

Q6: How to list only the running containers??

a None

b docker ps

c docker list

d docker run

e docker print

f None

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

a None

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


c None

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

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

f kubectl get pods by restartCount

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

a 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

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

The correct Answer is: None

The correct Answer is: None

You might also like