You are on page 1of 5

Q1: Suppose you have an application that has many dependant services.

Will docker
compose wait for the current container to be ready to move to the running of the next
service??

a False

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

f True

Q2: Choose the correct HTML Tag to make a text Italic?

a <it>

b None

c <italic>

d <i>

e <il>

f None

Q3: Kubernetes can be configured in a multi-Master Node configuration. True or False??

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e True

f False

Q4: Is it possible to remove the HTML tags from passed data??


a The stripTags() function enables us to clean a string from the HTML tags.

b The strip_tags() function enables us to clean a string from the HTML tags.

c None

d None

e None

f The string_tags() function enables us to clean a string from the HTML tags.

Q5: What do you know about Sematext Docker Agent??

The correct Answer is: None

b Sematext Docker agent runs as a large container in each Docker port and gathers
metrics, events and logs for some of the containers and cluster nodes.

c Sematext Docker agent runs as a large container in some Docker host and gathers
metrics, events and logs for all the containers and cluster nodes.

The correct Answer is: None

The correct Answer is: None

f Sematext Docker agent runs as a small container in each Docker host and gathers
metrics, events and logs for all the containers and cluster nodes.

Q6: At its core, Kubernetes is a platform for:?

a Running and scheduling container applications on a cluster

b Packaging software in containers

The correct Answer is: None

d Provisioning machines (similar to Puppet, Ansible)

The correct Answer is: None

The correct Answer is: None

Q7: What will happen if two tables have names 'users' and 'USERS'??
a None

b This is not possible because table names are case insensitive

c This depends on lower_case_table_names system variable

d This is possible only on Windows

e This is possible because table names are case sensitive

f This is possible only on UNIX/LINUX

Q8: Is PHP case sensitive?

a None

b None

c False

d None

e Depending on the PHP version either Yes and No

f True

Q9: Which attribute can be used with BODY tag to set background color green??

a None

b None

c None of above

d bgcolor="green"

e background="green"

f vlink="green"

Q10: How to show the metrics for a given node in Kubernetes??

a None
b kubectl uptime node my-node

c None

d kubectl resources node my-node

e kubectl ps node my-node

f kubectl top node my-node

Q11: If you wish to use a base image and make modifications or personalize it, how do you
do that??

a docker --pull <image_name>

b docker pull <image_name>

c None

d None

e docker <image_name>

f None

Q12: What does SQL stands for??

a Structured question language

b Structure query language

c None

d None

e Separate query language

f Strong question language

Q13: PHP is an example of ___________ scripting language.?

a Server-side

b Client-side

c Browser-side
d None

e In-side

f None

You might also like