You are on page 1of 5

Q1: What is Granularity??

a The size of record

b The size of data items

c None

d None

e The size of database

f The size of file

Q2: Which of the answers listed below refers to a command used for invoking a text editor
in Unix-like operating systems??

a vi

b bcdedit

c notepad

d None

e None

f edit

Q3: Which of the following is not a services in Kubernetes??

a External name

The correct Answer is: None

c Node port

d Cluster IP

e Load Balancer

f Container Proxy

Q4: How can you make sure your Docker containers and their data are safely backed up??
a Backup the /var/lib/docker/ directory manually Nothing.

b Schedule regular Plesk backups. Docker containers are included in Plesk backups.

c None

d Set up volume mapping on all containers to store their data in a single location on
the server (example, /data/) and backup this location.

e None

f Data stored in Docker containers is backed up to Docker Hub.

Q5: How to stream pod logs (stdout) in Kubernetes??

a None

b kubectl logs my-pod

c None

d kubectl stream -f my-pod

e kubectl logs -f my-pod

f kubectl pod -f my-pod

Q6: What will happen If you run the command "init 6" in your terminal?

a Start the system without a display manager (GUI)

b Shut down the system

c Reboot the system

d Enter single user mode

The correct Answer is: None

The correct Answer is: None

Q7: Which of the following function returns a text in title case from a variable??

a .upper($var)

b None
c .ucword($var)

d toupper($var)

e None

f ucwords($var)

Q8: What Is The Use Of Kube-controller-manager??

The correct Answer is: None

b kube-controller-manager embeds the core control loop which is a non-terminating


loop that regulates the state of the system.

The correct Answer is: None

d kube-controller-manager embeds the core control loop which is a terminating


loop that regulates the state of the system.

The correct Answer is: None

The correct Answer is: None

Q9: Which tag is used to create a checkbox in HTML??

a <cb>

b None

c < Input type = "checkbox">

d < Input type "checkbox">

e None

f <checkbox>

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

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

b kubectl get pods by restartCount

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


d None

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

f None

Q11: Which tag is used to display the large font size??

a <BIG></BIG>

b None

c < SIZE ></SIZE>

d None

e <FONT></FONT>

f <LARGE></LARGE>

Q12: What is the most common type of container runtime used in Kubernetes??

a rkt

b lxd

c containerd

The correct Answer is: None

e Docker

The correct Answer is: None

Q13: Which of the following is NOT a valid mode fopen() mode :?

ar

ba

cw

dx

e r+
f x+

You might also like