You are on page 1of 3

Q1: What is a deployment in Kubernetes??

a Deployments represent a set of multiple, identical Nodes with no unique identities

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

f Deployments represent a set of multiple, identical Pods with no unique identities

Q2: What will the following command do - $ chmod 888 file?

a None

b It enables r,w,x permissions only for owner of the file

c It enables r,w,x premissions for all users

d None of the above.

e None

f It disables r,w,x premissions for all users

Q3: What is the best advantage of InnoDB over MyISAM??

a InnoDB provides FULLTEXT indexes

b InnoDB provides a transaction safe environment

c All of the above

d InnoDB is thread safe

e None of the above

f InnoDB can handle table with more than 1000 columns

Q4: Which command is used to build a Docker image??


a None

b docker built username/repository_name:1.0.1

c docker image -t create username/repository_name:1.0.1

d None

e docker build -t username/repository_name:1.0.1

f docker create username/repository_name:1.0.1

Q5: Which of these elements are all <table> elements??

a <table><tr><td>

b <table><tr><tt>

c <thead><body><tr>

d None

e None

f <table><head><tfoot>

Q6: Which declaration doesn't use the same number of bytes and consumption of bytes
depending on the input data??

a Both Varchar And Char

b None

c Varchar

d None

e Char

f None Of The Mentioned

Q7: How to define a service without a selector??

The correct Answer is: None

b Specifying the label and api-version


The correct Answer is: None

d Specify the external name

e Address and port Just by specifying the IP address

f Specify an endpoint with IP

Q8: _______ manages the assigning nodes to pods depending on resource availability.?

a Flanneld

b Scheduler

The correct Answer is: None

d Etcd

e Kubectl

The correct Answer is: None

Q9: Applications inside the containers accept configuration parameters in the form of
environment variables. These variables can tell the app to listen on a specific port but you
can't use a specific password.?

a None

b True

c None

d False

e None

f None

You might also like