You are on page 1of 2

Q1: Which command is used to create resources in Kubernetes??

a kubectl create -f ./my-manifest.yaml

b None

c kubectl deploy -f ./my-manifest.yaml

d kubectl apply -f ./my-manifest.yaml

e None

f kubectl fuse -f ./my-manifest.yaml

Q2: What does the expression Exception::__toString means??

a None

b Exception::__String

c None

d Exception::_toString

e Exception::__toString

f None

Q3: What is the recommended number of manager nodes in Docker Swarm??

a 1 manager

b None

c None

d 3 or 5 managers

e 0 managers

f As many as possible

Q4: What kind of replication is supported by the MySQL Server??


a Multiple-master Replication

b Master to Master Replication

c None

d MySQL Doesn't Support Replication

e Master To Slave Replication

f Single File Based Clustering

Q5: How to remove the docker image with the docker image id mentioned in the command?

a $ docker rmi rf fce289e99eb9

b None

c $ docker rmi fce289e99eb9

d None

e $ docker rmi -rf fce289e99eb9

f None

Q6: In HTML, which attribute is used to specify that an input field must be filled out??

a formvalidate

b None

c placeholder

d validate

e required

f None

You might also like