You are on page 1of 3

Q1: Which of the following function sorts an array in reverse order??

a shuffle()

b rsort()

The correct Answer is: None

d reset()

e sort()

The correct Answer is: None

Q2: ______ is used to destroy a variable in PHP ??

a delete()

b unset()

c None

d unlink()

e destroy()

f None

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

a None

b An Error will be generated

c True

d None

e None

f False

Q4: Which of the following aligns media objects??


a Medibody

b Medilist

c None

d Mediobject

e Media

f None

Q5: Which of the following is an attribute related to font tag??

a face

b None

c size

d All the options are style tags

e color

f None

Q6: How do I create PHP arrays in a HTML <form>??

a < input ="MyArray[]" />

b < input MyArray[] />

c < input name="MyArray[]" />

d < input name= MyArray[]/>

e None

f None

Q7: Which of the following are true for a pod in Kubernetes??

a You can have only 1 container running in 1 pod

b A Pod represents processes running on your Cluster


The correct Answer is: None

The correct Answer is: None

e A pod is the same as a container

f Pods are the simplest units in the Kubernetes object model that you create or
deploy

You might also like