You are on page 1of 4

Q1: How are objects in PHP passed by??

a None

b None

c Objects are passed by reference.

d None

e Objects are passed by value.

f Neither of the mentioned

Q2: If you exit a container accidentally, will you lose all the work??

The correct Answer is: None

The correct Answer is: None

c False

The correct Answer is: None

The correct Answer is: None

f True

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

a NaN

b None

c None

d true

e None

f false

Q4: What is the correct HTML element for playing video files??
a None

b None

c <movie>

d <type="video">

e <video>

f <media>

Q5: Which of the following keyword terminates the for loop or switch statement and
transfers execution to the statement immediately following the for loop or switch??

a None

b continue

c break

d None

e None

f None

Q6: Wildcards are?

a characters such as % which perform single character matching

b None

c used to perform pattern matches

d None

e characters such as $ which perform pattern matches

f not supported by MySQL

Q7: Which of the following answers refers to a software tool used for searching and
installing software packages on Debian and Debian-based Linux distributions??

a apt-rpm
b rpm

c None

d yum

e None

f apt-get

Q8: This volume type can be used to share contents within containers in a pod, but will not
persist beyond the life of a pod.?

a FlexVolume

The correct Answer is: None

c Local

d ConfigMap

e EmptyDir

The correct Answer is: None

Q9: What does the include() function does??

a The include() function takes the included file and makes sure it's executed before
the file the function is used into

b The include() function takes all the text in a specified file and copies it into the file
that uses the include function

The correct Answer is: None

d The include() function takes specified strings and includes them into another
string. This is used when we want to concatenate different strings.

The correct Answer is: None

The correct Answer is: None

Q10: #!/bin/bash is commonly called as?

a Script Initialiser
b None

c hashbang

d None of the Above

e shebang

f None

You might also like