You are on page 1of 4

Q1: Which of the following PHP functions accepts any number of parameters??

a get_argv()

b func_get_argv()

c None

d None

e func_get_args()

f get_argc()

Q2: What is the difference between mysqli_fetch_object() and mysqli_fetch_array()??

a None

b The mysqli_fetch_object() function collects all matching records from the table in
an array where mysqli_fetch_array() collects the first single matching record

c None

d None

e The mysqli_fetch_object() function collects the first single matching record where
mysqli_fetch_array() collects all matching records from the table in an array.

f None

Q3: What is the purpose of $_SESSION[]??

a Used to store variables of the current session

b None

c Used to register a global variable

d Used to initialize a session.

e none of the above

f None

Q4: Which one of the following is not a WordPress role??


a None

b Administrator

c None

d System

e Subscriber

f Editor

Q5: How to show the logs of the docker container with contained id mentioned in the
command.?

a None

b $ docker ---logs 09ca6feb6efc

c None

d None

e $ docker logs 09ca6feb6efc

f $ docker log 09ca6feb6efc

Q6: What is Hypervisor??

a A hypervisor is a software that makes virtualization possible. It is also called


Virtual Machine Monitor.

b A hypervisor is a hardware that makes optimization possible. It is also called


Virtual Machine Monitor.

c A hypervisor is a software that makes optimization possible. It is also called


Virtual Machine Monitor.

d None

e None

f None

Q7: How to list all nodes in your Docker swarm??


a None

b docker node get-all

c docker node print

d None

e docker node get

f docker node ls

Q8: Which of the following provides content type of the uploaded file in PHP??

a None

b $_FILES['file']['tmp_name']

c $_FILES['file']['size']

d $_FILES['file']['name']

e $_FILES['file']['type']

f None

Q9: Which command can be used by the administrator to bring the system into single user
mode??

a single s

The correct Answer is: None

c init

d single

e init s

The correct Answer is: None

Q10: Which of the following is true for Kubernetes volumes??

The correct Answer is: None


The correct Answer is: None

c In Kubernetes, a volume can be thought of as a storage for the master nodes.

The correct Answer is: None

e In Kubernetes, a volume can be thought of as a directory which is accessible to the


containers in a pod.

The correct Answer is: None

You might also like