You are on page 1of 3

Q1: Which of the following will provide additional Information about something??

a Jumbotron

b None

c Label

d Label-danger

e Item

f None

Q2: Which tag allows you to add a row in a table??

a <th> and </th>

b <tr> and </tr>

c None

d None

e <td> and </td>

f <cr> and </cr>

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

The correct Answer is: None

The correct Answer is: None

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

d Both of the mentioned

e None of the mentioned

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

Q4: _______ manages the assigning nodes to pods depending on resource availability.?
a Scheduler

b Flanneld

c Kubectl

d Etcd

The correct Answer is: None

The correct Answer is: None

Q5: What is Docker Swarm??

a Text document that contains all the commands

b None

c None

d Container registry

e Container orchestration tool

f None

Q6: Which of the following function is used to get length of a string??

a length

b size()

The correct Answer is: None

The correct Answer is: None

e strlen()

f None of the above.

Q7: #!/bin/bash is commonly called as?

a None
b None of the Above

c shebang

d hashbang

e Script Initialiser

f None

Q8: What is the difference between Docker image and layer.?

a None

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

c None

d Docker image is created with a series of write-only layers and layer in docker
represents instructions on the Dockerfile of the container.

e None

f None

You might also like