You are on page 1of 4

Q1: Which ‘meta box’ is not hidden by default on Post and Page screens??

a Featured Image is the meta box that is not hidden by default on Post and Page
screens.

b Featured Image is the child box that is hidden by default on Post and Page screens.

c None

d None

e None

f None

Q2: ______ is distributed key-value store that provides a reliable way to store data that needs
to be accessed by a distributed system or cluster of machines.?

The correct Answer is: None

b A Kubernetes service

The correct Answer is: None

d etcd

e A Kubernetes pod

f A Kubernetes volume

Q3: Which command would show you the logs of a running pod in Kubernetes??

a kubectl logs pod-name

The correct Answer is: None

c kubectl print pod-name

d kubectl show -l pod-name

The correct Answer is: None

f kubectl log pod-name

Q4: What does the PHP error 'Parse error in PHP - unexpected T_variable at line x' means??
a None

b None

c This is a PHP logical error expressing that a mistake at the line x stops parsing and
executing the program.

d None

e This is a PHP syntax error expressing that a mistake at the line x stops parsing and
executing the program.

f This is a PHP warning error expressing that a mistake at the line x stops parsing
and executing the program.

Q5: What is the Commit command is used for??

a To recover the old table

b To restore the old values

c To save the current table

d None

e None

f To save the current transaction

Q6: What Is The Role Of Kube-scheduler??

The correct Answer is: None

b kube-scheduler is responsible for assigning a node to old created pods.

c kube-scheduler is responsible for assigning a port to newly created pods.

The correct Answer is: None

e kube-scheduler is responsible for assigning a cluster to newly created pods.

f kube-scheduler is responsible for discovering the newly created pod and selects an
optimal node for them to run on

Q7: What does the expression Exception::__toString means??


a None

b Exception::__String

c Exception::_toString

d None

e None

f Exception::__toString

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

a InnoDB is thread safe

b InnoDB provides a transaction safe environment

c InnoDB provides FULLTEXT indexes

d All of the above

e InnoDB can handle table with more than 1000 columns

f None of the above

Q9: The command DROP SCHEMA `STUDENTS`; will delete the students database.?

a None

b False

c True

d None

e None

f None

Q10: What does PEAR stand for??

a PHP Extension and Application Repository.


b None

c PHP External and Application Repository.

d None

e PHP Export and Application Repository.

f None

Q11: How can we propagate a session id??

a You can propagate a session id via headers and routing.

b None

c None

d You can propagate a session id via cookies or URL parameters.

e None

f None

You might also like