You are on page 1of 4

Q1: TCL is used for _______??

a None

b Managing the changes made by DML statements

c None

d Control access to data stored in a database

e Defining database schema

f None of the mentioned

Q2: How to protect special characters in a query string??

a url_encode()

b urlbypass()

c None

d None

e None

f urlencode()

Q3: How can we pass the variable through the navigation between the pages??

a using routings, headers or hidden form fields.

b None

c using href link

d using sessions, cookies or hidden form fields.

e None

f None

Q4: What is the login name of the administrator in Linux??


a administrator

b admin

The correct Answer is: None

d root

e All of the mentioned

f None of the mentioned

Q5: Which of the following method of Exception class retrieve the error message when
error occurred??

a getCode()

The correct Answer is: None

c getError()

d getFile()

e getMessage()

f getLine()

Q6: Which of the following is correct about constants??

The correct Answer is: None

b Both of the mentioned answers.

c None of the mentioned answers.

d To retrieve the value of a constant, you have to simply specify its name.

The correct Answer is: None

f To define a constant you have to use define() function.

Q7: How to compares the current state of the cluster against the state that the cluster would
be in if the manifest was applied in Kubernetes??

a kubectl state -f ./my-manifest.yaml


b kubectl diff -f ./my-manifest.yaml

c None

d None

e kubectl show -f ./my-manifest.yaml

f kubectl log -f ./my-manifest.yaml

Q8: Which of the following method of Exception class returns source line??

a getFile()

b getLine()

The correct Answer is: None

d getCode()

e getSource()

f getMessage()

Q9: Which of the following is for title of the modal??

a None

b None

c Modal-lg

d Modal-open

e Modal-title

f Modal-sm

Q10: How to stop a container??

a $ docker dead <container_id>

b $ docker stop <container_id>

The correct Answer is: None


The correct Answer is: None

e $ docker trim <container_id>

The correct Answer is: None

You might also like