You are on page 1of 3

Q1: What is the use of the function 'imagetypes()'??

a imagetypes() hasn't been used since PHP4 and it's not being supported.

b imagetypes() is not a real function

c imagetypes() gives the image size and types supported by the current version of
GH-PHP.

d imagetypes() gives the image format and types supported by the current version
of GD-PHP.

e None

f None

Q2: Write a command to create deployment??

a kubectl create –f Deployment.yaml –record

The correct Answer is: None

c kubectl --create f Deployment.yaml –record

The correct Answer is: None

The correct Answer is: None

f kubectl create f Deployment.yaml –record

Q3: Using which of the following way can you embed PHP code in an HTML page??

a None

b None

c <?php PHP code goes here php?>

d None

e <?php PHP code goes here ?>

f None

Q4: Which of the following is not a services in Kubernetes??


a Node port

b Cluster IP

The correct Answer is: None

d Container Proxy

e External name

f Load Balancer

Q5: Containers include the application and all of its dependencies, but share the kernel with
other containers. They run as an isolated process in userspace on the host operating
system.?

a True

b None

c None

d False

e None

f None

Q6: How can we initiate a session in PHP??

a None

b $_session_start()

c session_start()

d $session_start()

e None

f None

Q7: _______________ is cocatenation operator in PHP ??


a^

b None

c . (dot)

d-

e None

f + (plus)

Q8: What does the command top show?

a The space usage

b The current processes alongside information about them

c The memory usage

d None

e None

f Nothing, it's not a command

Q9: The UNION command is used to combine result sets from more than one query into a
single result set?

a False

b None

c True

d None

e None

f None

You might also like