You are on page 1of 3

Q1: Which of the following gives a string containing PHP script file name in which it is

called??

a $_PHP_SELF

b None

c $_COOKIE

d $php_errormsg

e $_SESSION

f None

Q2: What is the correct HTML for creating a hyperlink??

a None

b <a name="http://www.w3schools.com">W3Schools.com</a>

c None

d <a url="http://www.w3schools.com">W3Schools.com</a>

e <a>http://www.w3schools.com</a>

f <a href="http://www.w3schools.com">W3Schools</a>

Q3: Which arithmetic operator you can not use??

a\

b+

c-

d All are valid

e*

f%

Q4: Is there a hard limit for the number of containers that you can run and if there is which
is number of total containers that you can run??
a Even though there is no limit of containers that can run on Docker, hardware
limitations come into the picture.

b5

c None

d2

e None

f None

Q5: In which PHP version was 'Final' introduced ??

a None

b 'final' was introduced in PHP5.

c 'final' was introduced in PHP6.

d None

e 'final' was introduced in PHP7.

f None

Q6: Which command will you use to check your Ansible version??

a ansible --version

b None

c ansiblectl v

d ansible v

e None

f ansible-ctl --version

Q7: Which command is used to modify column names or table structure??

a ALTER
b ADD

c None

d CHANGE

e None

f MODIFY

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

a None

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

c None

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

e None

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

You might also like