You are on page 1of 3

Q1: How are objects in PHP passed by??

a Objects are passed by reference.

b None

c None

d None

e Neither of the mentioned

f Objects are passed by value.

Q2: Docker image is created with a series of read-only layers and layer in docker represents
instructions on the Dockerfile of the image.?

a None

b The hypervisor needs extensive software for proper function while docker is
implemented on an actual hardware system.

c None

d The hypervisor needs extensive hardware for proper function while docker is
implemented on an actual operating system.

e None

f None

Q3: What is the output of the command ‘umask –S’??

a None

b Shows mask value using octal values.

c None

d Shows mask value using symbolic notion.

e Sets new mask value.

f Removes the current mask value.


Q4: The ASC and DESC keywords can be used in the same statement?

a True

b None

c False

d None

e None

f None

Q5: _________ service is automatically created for you K8s cluster creation and takes care of
the internal routing of the cluster.?

a ClusterIP

b Load Balancer

The correct Answer is: None

The correct Answer is: None

e Headless

f NodePort

Q6: Tags and text that are not directly displayed on the page are written in _____ section.?

a None

b <html>

c None

d <title>

e <head>

f <body>

Q7: Which of the following is a valid Kubernetes configuration? Select those answers that
apply.?
The correct Answer is: None

b All-in-One Kubernetes Installation

c Kubernetes Swarm

d Single Master (with etcd) and Multi-Worker Nodes

e External etcd Cluster, Multi-Master and Multi-Worker Nodes

f External etcd Cluster, Single Master and Multi-Worker Nodes

Q8: PHP makes use of mail() function to send emails. Which of the mentioned ARE PART of
it's arguments?

a subject

b parameters

c message

d headers

e to

f number of recepients

Q9: To use 'mysqldbcopy' which privileges are required on the source server??

a None

b UPDATE

c CREATE

d SELECT

e None

f INSERT

You might also like