You are on page 1of 3

Q1: What is a load balancer in Kubernetes??

a load balancer is a method for partitioning service

The correct Answer is: None

The correct Answer is: None

d load balancer is a method for seperating service

e load balancer is a method for exposing service

The correct Answer is: None

Q2: How can we check if the value of a given variable is a number??

a numeric(true)

b None

c None

d is_numeric()

e numeric()

f None

Q3: When is the switch statement used:?

The correct Answer is: None

b The switch statement is used to avoid long blocks of if..elseif..else code

c The switch statement is used when statements like if..elseif..else do not work.

The correct Answer is: None

e The switch statement is used to avoid long blocks of loops like do...while code.

The correct Answer is: None

Q4: How to create a volume which docker container will use to store data.?
a $ docker volume create

b None

c $ docker --volume create

d None

e $ docker create volume

f None

Q5: How to show metrics for a given pod and its containers in Kubernetes??

a None

b kubectl resources pod POD_NAME --containers

c kubectl top pod POD_NAME --containers

d None

e kubectl top POD_NAME --containers

f kubectl status pod POD_NAME --containers

Q6: Which of the following is a declaration for an HTML document??

a <!DOCTYPE Html>

b <html>.....</html>

c None

d None

e <body>.....</body>

f <p>.....</p>

Q7: Which of the following aligns media objects??

a Media

b Mediobject
c None

d None

e Medibody

f Medilist

You might also like