You are on page 1of 2

Q1: What Is The Role Of Kube-scheduler??

The correct Answer is: None

b kube-scheduler is responsible for discovering the newly created pod and selects
an optimal node for them to run on

c kube-scheduler is responsible for assigning a port to newly created pods.

The correct Answer is: None

e kube-scheduler is responsible for assigning a node to old created pods.

f kube-scheduler is responsible for assigning a cluster to newly created pods.

Q2: Which command is used to create a deployment in Kubernetes??

a kubectl apply deployment

b kubectl deploy

c kubernetes set deployment

d kubectl run

e None

f None

Q3: What will be the effect of the query SELECT c.*,e.* FROM clients c INNER JOIN
employees e ON c.emp_no = e.emp_no;?

a return only records that have matching emp_no values in both tables

b return all the records from the employees table and only those that match the
emp_no from the clients table

c The query will generate an error

d return all the records from the clients table and only those that match the emp_no
from the employees table

e None

f None
Q4: How to login into docker hub.?

a $ docker $login

b None

c $ docker --log

d None

e None

f $ docker login

Q5: How are links defined in an <a> tag??

a Src-link

b None

c Hlink

d Src

e Href

f None

Q6: A simple text file which tells the browser what to cache Is known as a/an ________.?

a HTML File

b None

c Input Files

d Output Files

e A Manifest File

f None

You might also like