You are on page 1of 5

Q1: What language was Kubernetes written in??

a Go

bC

c None

d None

e C++

f Java

Q2: What is the correct HTML element for playing audio files??

a <type "mpr3">

b <mp3>

c <audio>

d None

e <sound>

f None

Q3: How is the comparison of objects done in PHP??

a None

b We use the operator '=' to test two objects are instanced from the same class and
have same attributes and equal values.

c We use the operator '==' to test two objects are instanced from the same class and
have same attributes and equal values.

d None

e We use the operator '===' to test two objects are instanced from the same class
and have same attributes and equal values.

f None
Q4: Once a table has been created in MySQL, its structure cannot be altered?

a None

b True

c False

d None

e None

f None

Q5: ___________________ is a special namespace that is used for special purposes like
bootstrapping a cluster.?

a Kube-system

b Default

c Kube-private

The correct Answer is: None

e Kube-public

The correct Answer is: None

Q6: Sub queries have better performance compared to JOIN queries?

a True

b False

c None

d None

e None

f None

Q7: Select all true statements for a node in Kubernetes??


a A node may be a VM or physical machine, depending on the cluster.

b Each node contains the services necessary to run pods and is managed by the
master components

c There is only one node in each Kubernetes cluster

The correct Answer is: None

e A node is a worker machine in Kubernetes, previously known as a minion

The correct Answer is: None

Q8: A homepage is __________?

a None

b the first page of a website

c an index of encyclopedia articles

d where all Internet data is stored

e None

f required for access to the Internet

Q9: What are the components of Docker architecture??

a The components of a Docker architecture are the host, client, and registry.

The correct Answer is: None

c The components of a Docker architecture are the Services, Auth, and Prod.

The correct Answer is: None

e The components of a Docker architecture are the Server, client, and Images.

The correct Answer is: None

Q10: Kubernetes helps in the effective distribution of resources by allocating the resources
that are used by a particular application?

a True
The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e False

The correct Answer is: None

Q11: Which function is used to Strip whitespace (or other characters) from the beginning
and end of a string??

a strip_str

b trim

c strip

d trim_str

e None

f None

Q12: What is the correct HTML tag for inserting a line break??

a None

b <break />

c <nbsp>

d None

e <lb />

f <br />

Q13: What is service container in Laravel??

a None

b None

c Dockerized Laravel applications are called service containers.


d Service container is a tool used for performing dependency injection in Laravel.

e None

f None

You might also like