You are on page 1of 3

Q1: PHP scripts are enclosed within _______?

a <p> . . . </p>

b <?php

c <php> . . . </php>

d <? .... ?>

e <?php . . . ?>

f ?php . . . ?php

Q2: What do you mean by “Rolling Update”??

The correct Answer is: None

b Rolling updates helps the user to replace an existing replica controller to newer
one

c Rolling updates helps the user to replace the node pool to a newer one

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

Q3: Function which causes retrieval of any kind of data from database is considered as?

a Conceptual signature

b Logical signature

c Interface or Signature

d None

e User friendly signature

f None

Q4: In which version of PHP E_STRICT Error level is introduced ??


a PHP 4

b PHP 7

c PHP 5.2

d None

e None

f PHP 5

Q5: What is LILO w.r.t linux??

a LILO means linux loader, which loads the software into memory and starts the
kernel then the OS.

b LILO means linux loader, which loads the OS into memory and starts the GUI.

c LILO means linux loader, which loads the GUI into memory so the user can see
what's going on.

The correct Answer is: None

e LILO means linux loader, which loads the kernel into memory and starts the OS.

The correct Answer is: None

Q6: Which command will you use to update a Kubernetes deployment??

a kubectl --setimage deployment/Deployment tomcat = tomcat:6.0

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e kubectl setimage deploy/Deployment tomcat = tomcat:6.0

f kubectl setimage deployment/Deployment tomcat = tomcat:6.0

Q7: How can PHP and Javascript interact??

a None
b PHP and Javascript cannot directly interact since PHP is a server side language and
Javascript is a client-side language.

c None

d They interact through services such as Apache or Nginx

e They interact via the browser

f None

You might also like