You are on page 1of 4

Q1: What is the default value of UMASK??

a 044

The correct Answer is: None

c 777

d 222

The correct Answer is: None

f 022

Q2: Once a table has been created in MySQL, its structure cannot be altered?

a None

b None

c None

d True

e None

f False

Q3: How to delete a stopped container??

a None

b $ docker rm <container id>

c $ docker ---rm <container id>

d None

e $ docker rm -n <container id>

f None

Q4: tcpdump is a packet-sniffing Linux command that offers administrators the ability to
monitor what??
a Application performance

b Network traffic and activity

c Server performance

d None

e None

f Files and directories

Q5: What does the fopen() function requires for it to execute properly:?

a It requires one argument, the file name. With a second argument being available if
we want to use it, in which mode to oparate.

The correct Answer is: None

c It requires one argument, the file name.

d It requires two arguments stating first the file name and then mode in which to
operate.

e It requires two arguments, the file name and the extension of the file we are
opening.

The correct Answer is: None

Q6: What is the default session time in PHP??

a The default session time in php is until the closing of the system

b None

c The default session time in php is until the closing of the page

d None

e None

f The default session time in php is until the closing of the browser

Q7: Which of the following is a valid Kubernetes configuration? Select those answers that
apply.?
The correct Answer is: None

b External etcd Cluster, Multi-Master and Multi-Worker Nodes

c Kubernetes Swarm

d External etcd Cluster, Single Master and Multi-Worker Nodes

e All-in-One Kubernetes Installation

f Single Master (with etcd) and Multi-Worker Nodes

Q8: What is the best advantage of InnoDB over MyISAM??

a InnoDB provides FULLTEXT indexes

b All of the above

c InnoDB provides a transaction safe environment

d InnoDB is thread safe

e InnoDB can handle table with more than 1000 columns

f None of the above

Q9: The query SELECT name, (SELECT study_program FROM programs) study_program
FROM students will return the student name and the program that the student is studying.?

a None

b False

c None

d None

e None

f True

Q10: Which command shows merged kubeconfig settings??

a kubectl config list

b kubectl config view


c None

d kubectl config show

e None

f kubectl config print

Q11: Which of the following are true for etcd??

The correct Answer is: None

b To validate cluster nodes

The correct Answer is: None

d etcd is the primary datastore of Kubernetes; storing and replicating all Kubernetes
cluster state

e etcd is a distributed key-value store

f To encrypt cluster data and send it to a secrets manager

Q12: If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the
value of $$var2??

a $$var2 contains the value 10.

b None

c $$var2 contains the value 5

d None

e $$var2 contains the value 20

f $$var2 contains the value 1.

You might also like