Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

Q1: What will the following code return: Boolean(10 > 9)?

a NaN

b true

c None

d None

e false

f None

Q2: ________is the enterprise-grade cluster management solution from Docker. It manages
your whole cluster from a single place.?

a Docker Swarm

The correct Answer is: None

c Docker Hub

d Docker Universal Control Plane

e Docker Compose

The correct Answer is: None

Q3: When you need to obtain the ASCII value of a character which of the following function
you'll need to use in PHP??

a val( );

b .asc( );

c ord( );

d None

e None

f chr( );

Q4: What does the WHERE SQL operator does:?


a None

b None

c changes the order of output rows

d converts the value of a column or function to a different type

e restricts the set of rows to the selection of those records for which the condition is
true

f eliminates all row repeats from the result set

Q5: Which of the following attribute triggers event when the length of the media is
changed??

a onended

b ondurationchange

c ondrop

d None

e None

f onemptied

Q6: Tick all the rules which need to be followed while developing a WordPress Plugin??

a None

b Create the folder of Plugin.

c Create a sub-folder for PHP files, translations, and assets.

d Create the main plug-in file and fill up the header information.

e Create a unique name.

f Create and install script.

Q7: If we want to be sure a file will be created if it doesn't exesit with fopen() which mode of
the function are we going ot use:?
a a+

b w+

ca

d r+

e x+

fx

Q8: Is it better to directly remove the container using the rm command or stop the
container followed by remove container??

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

d Its always better to stop the container and then remove it using the remove
command.

e No. Its not always better to stop the container and then remove it using the
remove command.

The correct Answer is: None

Q9: How to watch rolling update status of "frontend" deployment until completion in
Kubernetes??

a kubectl rollout status --live deployment/frontend

b kubectl rollout status -l deployment/frontend

c None

d kubectl rollout status -s deployment/frontend

e None

f kubectl rollout status -w deployment/frontend

Q10: Sub queries have better performance compared to JOIN queries?


a True

b None

c None

d None

e False

f None

Q11: Containers running on a single machine all share the same operating system kernel, so
they start instantly and make more efficient use of RAM.?

a True

b None

c False

d None

e None

f None

Q12: What will happen if two tables have names 'users' and 'USERS'??

a This is possible because table names are case sensitive

b This is possible only on UNIX/LINUX

c None

d This is possible only on Windows

e This is not possible because table names are case insensitive

f This depends on lower_case_table_names system variable

Q13: Choose the correct HTML tag for the smallest size heading??

a <head>
b <heading>

c <h1>

d None

e <h6>

f None

You might also like