You are on page 1of 2

Q1: What language was Kubernetes written in??

a Go

bC

c None

d None

e C++

f Java

Q2: In the context of Kubernetes, what is a container??

The correct Answer is: None

b A container is a standard unit of software that packages up code and all its
dependencies so the application runs quickly and reliably from one computing environment
to another

c An application which requires dedicated hardware to run on

d A large metal box that is used to hold or transport something

The correct Answer is: None

f A unit that stores data on a computer's memory drive

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

a None

b False

c None

d True

e None

f None

Q4: Which of the following is correct about constants vs variables in PHP??


a There is no need to write a dollar sign ($) before a constant, where as in Variable
one has to write a dollar sign.

b Both of the mentioned

c None of the mentioned

The correct Answer is: None

e Constants cannot be defined by simple assignment, they may only be defined using
the define() function.

The correct Answer is: None

Q5: How can you monitor Docker in production??

a None

b You can use Docker tools such as Docker logs and docker plugins for monitoring

c You can use Docker tools such as Docker pin and docker file for monitoring

d You can use Docker tools such as Docker events and docker stats for monitoring

e None

f None

You might also like