You are on page 1of 2

Q1: Apart from the <b> tag, what other Tag makes text bold ??

a None

b <fat>

c None

d <black>

e <emp>

f <strong>

Q2: How to run the docker image mentioned in the command. Which will create a docker
container in which the Apache HTTP server will run.?

a None

b None

c $ docker run -it -d --httpd

d $ docker run -it -d httpd

e $ docker run -it -d http img

f None

Q3: Which option can be used with ‘rm’ command to prompt for file removal??

a -ask

b None

c -c

d -i

e None

f -n

Q4: Which of the following attribute triggers event after the document is printed??
a onbeforeprint

b None

c onprint

d None

e onafterprint

f offlineprint

Q5: How to mark a node called my-node as schedulable in Kubernetes??

a kubectl schedulable my-node

b None

c None

d kubectl uncordon my-node

e kubectl up my-node

f kubectl available my-node

You might also like