You are on page 1of 4

Q1: The ASC and DESC keywords can be used in the same statement?

a None

b True

c None

d None

e None

f False

Q2: Which of the following is not a MySQL statement??

a KILL

b EXPLAIN

c SET

d LOAD DATA

e None

f ENUMERATE

Q3: PHP server scripts are surrounded by delimiters, which??

a None

b None

c <?php...?>

d <script>...</script>

e <?php>...</?>

f <&>...</&>

Q4: Which Ansible command will you use to install Apache on Ubuntu host??
a ansible your_host_name_here -b -m apt -a "name=apache2 state=latest"

b ansible your_host_name_here apt install "name=apache2 state=latest"

c None

d ansible your_host_name_here -b -m wget -a "name=apache2 state=latest"

e None

f ansible your_host_name_here -b -m yum -a "name=apache2 state=latest"

Q5: Referential integrity is directly related to?

a Primary Key

b None

c Relation Key

d Foreign Key

e None

f Unique Key

Q6: Which ‘meta box’ is not hidden by default on Post and Page screens??

a Featured Image is the meta box that is not hidden by default on Post and Page
screens.

b None

c Featured Image is the child box that is hidden by default on Post and Page screens.

d None

e None

f None

Q7: What will be printed if we run the following code? <?php $var = 'false'; if ($var) { echo
'true'; } else { echo 'false'; }?

a False
b None

c True

d None

e None

f None

Q8: What is the correct way to write a JavaScript array??

a var colors = "red", "green", "blue"

b None

c None

d var colors = (1:"red", 2:"green", 3:"blue")

e var colors = ["red", "green", "blue"]

f var colors = 1 = ("red"), 2 = ("green"), 3 = ("blue")

Q9: Is the NULL value treated as 0??

a True

b None

c False

d None

e None

f None

Q10: How to delete a pod in Kubernetes using the type and name specified in pod.json??

a kubectl remove ./pod.json

b None

c kubectl remove -f ./pod.json


d kubectl delete ./pod.json

e kubectl delete -f ./pod.json

f None

You might also like