You are on page 1of 3

Q1: How to restart the docker container with container id mentioned in the command.?

a $ docker restart 109cb6nw

The correct Answer is: None

c $ docker res 109cb6nw

The correct Answer is: None

e $ docker rs 109cb6nw

The correct Answer is: None

Q2: What does the fopen() function requires for it to execute properly:?

a It requires two arguments stating first the file name and then mode in which to
operate.

b It requires one argument, the file name. With a second argument being available if
we want to use it, in which mode to oparate.

c It requires one argument, the file name.

The correct Answer is: None

The correct Answer is: None

f It requires two arguments, the file name and the extension of the file we are
opening.

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

a None

b None

c PHP 4

d PHP 5.2

e PHP 5

f PHP 7
Q4: What does the unlink() function do??

a None

b None

c The unlink() function is not dedicated for file system handling. It does not deletes
the file given as entry.

d None

e The unlink() function is dedicated for file system handling. It simply deletes the
file given as entry.

f None

Q5: What will be the output of the SELECT CASE WHEN NULL = NULL THEN 'YES' ELSE 'NO'
END?

a None

b False

c None

d None

e An Error will be generated

f True

Q6: How do you call a function named "myFunction"??

a call myFunction()

b None

c myFunction()

d None

e None

f call function myFunction()

You might also like