You are on page 1of 3

Q1: 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 None

c False

d None

e None

f True

Q2: There are ____ different heading tags in HTML?

a4

b7

c5

d6

e None

f None

Q3: __________________ is responsible for health check of the pods running on individual nodes?

a Kubectl

The correct Answer is: None

c Kubelet

d Kube controller manager

e Kube scheduler

The correct Answer is: None

Q4: Which of the following SQL statements will generate an error when executed.?
a IF NOT EXISTS CREATE DATABASE `STUDENTS`;

b select * from students student_id=23;

c CREATE DATABASE students

d CREATE DATABASE students;

e select * from students where student_id=%23;

f create database if not exists students

Q5: Which program copies databases from one server to another??

a Mysqlflushdb

b Mysqldbmove

c Mysqldbcopy

d Mysqldbflush

e Mysqlmovedb

f Mysqlcopydb

Q6: Can I use JSON instead of YAML for my compose file in Docker??

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

d False

The correct Answer is: None

f True

Q7: What does the include() function does??

a The include() function takes the included file and makes sure it's executed before
the file the function is used into
The correct Answer is: None

c The include() function takes specified strings and includes them into another
string. This is used when we want to concatenate different strings.

d The include() function takes all the text in a specified file and copies it into the file
that uses the include function

The correct Answer is: None

The correct Answer is: None

You might also like