You are on page 1of 5

Q1: Kubelet is a??

a A device that collects data in an organized manner for easy access

b A node agent that manages pods and their containers

c A smaller version of Kubernetes

d Software that is used to run containers outside of pods

The correct Answer is: None

The correct Answer is: None

Q2: What is the name of the first page you encounter after logging into your web page??

a WP upgrade option

b Clientarea

c None

d Security question page

e Dashboard

f WPAdmin

Q3: How to mark a node called my-node as schedulable in Kubernetes??

a kubectl up my-node

b None

c kubectl schedulable my-node

d kubectl available my-node

e kubectl uncordon my-node

f None

Q4: How can we redirect the output of one command to the another command??
a Use the Xargs command

b Use the numbers 1 and 2 for standart input(stdin) and standart output(stdout)

c Use the stdin and stdout

d Place the commands connected with pipes (|).

The correct Answer is: None

f Both commands which include stdin and stdout

Q5: What is kubectl drain used for??

The correct Answer is: None

b To stop all running containers in a pod

The correct Answer is: None

The correct Answer is: None

e To safely evict all of your pods from a node before performing maintenance on the
node

f To get the status of a specific node during maintenance

Q6: Which query will return values containing strings "apple", "banana" or "orange" in the
database??

a None

b SELECT * FROM table WHERE field REGEXP ‘apple|banana|orange’;

c SELECT * FROM table WHERE field = ‘?apple?’ OR field = ‘?banana?’ OR field = ‘?


orange?’;

d SELECT * FROM table WHERE field = ‘%apple%’ OR field = ‘%banana%’ OR field =


‘%orange%’;

e SELECT * FROM table WHERE field LIKE ‘%apple%’ OR field LIKE ‘%banana%’ OR
field LIKE ‘%orange%’;

f None

Q7: Inline elements are normally displayed without starting a new line?
a None

b None

c None

d True

e None

f False

Q8: How much character are allowed to create a database name??

a 40

b 75

c 70

d None

e 64

f None

Q9: If you see a directory with the following permissions `drwxrwxrxt`, would you be able
to remove it??

a Only the owner of the folder can remove this folder

b We can remove it with the root user

c Yes, we can remove it from any user

d We can remove it only using the root user

The correct Answer is: None

f No, this folder can't be remove.

Q10: Which special namespace is used for special purposes like bootstrapping a cluster??

a kube-private
b None

c default

d kube-public

e kube-default

f None

Q11: HTML comments start with <!-- and end with -->?

a True

b None

c None

d False

e None

f None

Q12: Which service runs on each Kubernetes node and ensures containers are running in a
pod??

a kubeadm

b etcd

c None

d None

e scheduler

f kubelet

Q13: Which command can be used to determine file type by its content??

a ls –l

b type

c None
d None

e None of the above.

f file

Q14: Who is known as the father of PHP??

a List Barely

b Drek Kolkevi

c None

d Rasmus Lerdorf

e None

f Willam Makepiece

Q15: Choose the option to remove write permission for group & others for a file “a.txt”.?

a Select disable write for group and others where file=”a.txt”

b chmod go=”r-x” a.txt

c None

d None

e chmod go-w a.txt

f chmod w-go a.txt

You might also like