You are on page 1of 2

Q1: HTML comments start with <!-- and end with -->?

a None

b None

c False

d None

e None

f True

Q2: Which command can be used to determine file type by its content??

a None

b type

c None of the above.

d None

e ls –l

f file

Q3: Which of the following attribute triggers event after the document is printed??

a onprint

b onbeforeprint

c None

d offlineprint

e onafterprint

f None

Q4: ______ is distributed key-value store that provides a reliable way to store data that needs
to be accessed by a distributed system or cluster of machines.?
a A Kubernetes pod

b A Kubernetes service

The correct Answer is: None

d etcd

e A Kubernetes volume

The correct Answer is: None

Q5: How to insert a comment that has more than one line??

a /*This comment has more than one line*/

b None

c None

d //This comment has more than one line//

e None

f <!--This comment has more than one line-->

Q6: How to list all the docker containers running/exited/stopped with container details.?

a None

b $ docker details -a

c None

d None

e $ docker ps -a

f $ docker ls -a

You might also like