You are on page 1of 5

Q1: What is a deployment in Kubernetes??

a Deployments represent a set of multiple, identical Nodes with no unique identities

b Deployments represent a set of multiple, identical Pods with no unique identities

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q2: You have to sort records in the descending order by field "rating". Which query will be
correct??

a None

b ORDER BY "rating" DESC

c SORT BY "rating" DESC

d SORT BY "rating"

e None

f ORDER BY "rating"

Q3: Can you insert multiple rows with only one INSERT query??

a True

b None

c It's possible but only with newer MySQL versions

d False

e None

f Yes but these inserts cause data corruption

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

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

c None

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

e None

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

Q5: Which command do we need to use if we want to see all packages installed on the
system (Ubuntu)?

a dpkg -l

b packageall -l

The correct Answer is: None

The correct Answer is: None

e dpkg -a

The correct Answer is: None

Q6: Which command opens the interactive PHP shell from the command line interface??

a php -a

b php artisian

c php -int

d php _run

e php -s

f php -i

Q7: What is containerization??


a None

b None

c None

d an application that is being developed and deployed is bundled and wrapped


together with all its configuration files and dependencies. This bundle is called a container.

e system that is being developed and deployed is bundled and wrapped separately
with all its configuration files and dependencies. This bundle is called a container.

f None

Q8: What is the mission of the control plane in Kubernetes??

a To control nodes

b To manage clusters of pods

The correct Answer is: None

d To move workloads from one host to another

e It makes sure that the actual state of system objects match the desired state.

The correct Answer is: None

Q9: _____ is process of extracting previously non known valid and actionable information
from large data to make crucial business and strategic decisions.?

a Data Management

b Database

c Data Mining

d None

e Meta Data

f None

Q10: SQL (Structured Query Language) is:?


a None

b the language of structured queries

c DBMS (DataBase Management System)

d the language of queries by pattern

e imperative programming language

f None

Q11: Which one is the correct declaration for choosing the 'Character Set' other than
default??

a Varchar(20);

b Varchar(20) Character Set Utf8;

c None

d Varchar(20) Character Set;

e None Of The Mentioned

f None

Q12: Kubelet is a??

The correct Answer is: None

b Software that is used to run containers outside of pods

c A smaller version of Kubernetes

d A node agent that manages pods and their containers

The correct Answer is: None

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

Q13: In PHP you can use both single quotes ( ' ' ) and double quotes ( " " ) for strings:?

a True

b False
c None

d None

e None

f None

Q14: If you want to undo a GRANT, you should use?

a REMOVE

b UNGRANT

c UNDO

d None

e REVOKE

f DELETE

You might also like