You are on page 1of 5

Q1: Which service runs on each Kubernetes node and ensures containers are running in a

pod??

a kubelet

b scheduler

c kubeadm

d None

e None

f etcd

Q2: What is a Binary file?

a System file

b Executable file

c None

d Directory

e None of the above

f Regular file

Q3: 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.

Q4: The logic model of a database is??


a concerned with the planning of the entire database development life cycle

b concerned with developing the database model taking into consideration the
physical implementation

c None

d concerned with the physical implementation of the database

e None

f concerned with developing the database model without taking into consideration
the physical implementation or the DBMS

Q5: What language was Kubernetes written in??

a Go

b C++

cC

d None

e None

f Java

Q6: A virtual filesystem created dynamically by Linux that contains information about
system resources is:?

a /system

b /boot

c None

d None

e /proc

f /mkdir

Q7: Which tag inserts a line horizontally on your web page??


a <hr>

b None

c <tr>

d None

e <line>

f <line direction="horizontal">

Q8: Which of the following is not a MySQL statement??

a ENUMERATE

b KILL

c LOAD DATA

d EXPLAIN

e None

f SET

Q9: What is kubectl drain used for??

a To get the status of a specific node during maintenance

The correct Answer is: None

The correct Answer is: None

d To stop all running containers in a pod

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

The correct Answer is: None

Q10: Which of the following method of Exception class returns formated string of trace??

a getString()
b getMessage()

c getCode()

d getTrace()

e getTraceAsString()

f getTraceString()

Q11: What is the function to parse a configuration file??

a None

b parse_ini_file()

c None

d parse_ini()

e None

f parseini_file()

Q12: In WordPress, objects are passed by value or by reference.?

a In WordPress, all objects are passed by reference.

b None

c None

d In WordPress, all objects are passed by value.

e None

f None

Q13: Which of the following method can be used to close a MySql database using PHP??

a None

b None

c mysql_query()
d None of the above

e mysql_connect()

f mysql_close()

You might also like