You are on page 1of 5

Q1: What is Ingress network??

a Ingress network is a routing outh that acts as an exit point to the Kubernetes
cluster.

b Ingress network is a http node that acts as an entry point to the Kubernetes
cluster.

The correct Answer is: None

d Ingress network is a collection of rules that acts as an entry point to the


Kubernetes cluster.

The correct Answer is: None

The correct Answer is: None

Q2: What does HTML stand for??

a Hyperlinks and Text Markup Language

b None

c Home Tool Markup Language

d None

e None

f Hyper Text Markup Language

Q3: Which query will return values containing strings "apple", "banana" or "orange" in the
database??

a SELECT * FROM table WHERE field = ‘?apple?’ OR field = ‘?banana?’ OR field = ‘?


orange?’;

b SELECT * FROM table WHERE field REGEXP ‘apple|banana|orange’;

c SELECT * FROM table WHERE field = ‘%apple%’ OR field = ‘%banana%’ OR field =


‘%orange%’;

d SELECT * FROM table WHERE field LIKE ‘%apple%’ OR field LIKE ‘%banana%’ OR
field LIKE ‘%orange%’;
e None

f None

Q4: If you insert (00) as the value of the year in a date column, what will be stored in the
database??

a 0000

b None

c 1900

d 2000

e None

f Cannot be determined

Q5: Which of the following are Kubernetes installation tools? Select all answers that apply.?

a None of the mentioned

The correct Answer is: None

c kubespray (formerly known as kargo)

The correct Answer is: None

e kubeadm

f kops

Q6: How can you make a bulleted list??

a None

b None

c <ul>

d <list>

e <ol>

f <dl>
Q7: Which of the following is not a component of a Master Node??

a API server

b Scheduler

The correct Answer is: None

d Controller Manager

e kubectl

The correct Answer is: None

Q8: INSERT keyword is used for:?

a to select data

b None

c None

d manage users

e adding data

f to change data

Q9: How many containers can run per host??

a There can be only 3containers

The correct Answer is: None

The correct Answer is: None

d There can be as many containers as you wish per host. Docker does not put any
restrictions on it.

The correct Answer is: None

f There can be only 4 containers

Q10: Which of the following statements are true??


a Names of databases, tables and columns can be up to 256 characters in length

b None

c Alias names can be up to 64 characters in length

d None

e Alias names can be up to 255 characters in length

f Names of databases, tables and columns can be up to 64 characters in length

Q11: Which command is used to display the default permissions for newly created files??

a None

b nice

c perm

d priority

e umask

f None

Q12: When would you use path along with file name of a picture in an IMG tag??

a path is always necessary when inserting image

b None

c when the location of image file and html file are different

d path is optional and not necessary

e None

f when image file and html file both are on same location d.

Q13: Cronjobs in kubernetes run in?

a Master node local timezone

b Based on NTP settings


c None

d GMT only

e UTC only

f None

You might also like