You are on page 1of 3

Q1: Which filter can be applied on lines of text for arranging in ascending or descending

order??

a arrange

b None

c None of the above

d collate

e None

f sort

Q2: What did the 1.8 version of Kubernetes introduce??

a Taints and Tolerations

The correct Answer is: None

c Federated Clusters

The correct Answer is: None

e Cluster level

f Logging Secrets

Q3: The query SELECT * FROM `movies` INSERT INTO `movies_archive` will be executed
without any errors.?

a None

b None

c False

d None

e None

f True

Q4: What is containerization??


a None

b None

c an application that is being developed and deployed is bundled and wrapped


together with all its configuration files and dependencies. This bundle is called a container.

d None

e None

f system that is being developed and deployed is bundled and wrapped separately
with all its configuration files and dependencies. This bundle is called a container.

Q5: How can we display human readable information of a variable with PHP??

a To human-readable result we use print_r(/ln).

b None

c To display a human-readable result we use print().

d None

e None

f To display a human-readable result we use print_r().

Q6: How do you get information from a form that is submitted using the "get" method??

a Request.QueryString;

b None

c $_GET.QueryString

d Request.Form;

e $_GET[];

f None

Q7: The main MySQL program that does all the data handling is called?
a None

b Httpd

c Mysqld

d Mysql

e None

f Mysql.exe

You might also like