You are on page 1of 3

Q1: What will be the output of the SELECT CASE WHEN NULL = NULL THEN 'YES' ELSE 'NO'

END?

a An Error will be generated

b False

c None

d True

e None

f None

Q2: To use 'mysqldbcopy' which privileges are required on the source server??

a CREATE

b None

c INSERT

d SELECT

e UPDATE

f None

Q3: Expand UFS in context of file system??

The correct Answer is: None

b Linux Failing System.

The correct Answer is: None

d Plain File System.

e UNIX File system.

f Linux File System.

Q4: In WordPress, objects are passed by value or by reference.?


a In WordPress, all objects are passed by reference.

b None

c None

d In WordPress, all objects are passed by value.

e None

f None

Q5: In Kubernetes how to create a service for a replicated Nginx, which serves on port 80
and connects to the containers on port 8000??

a None

b kubectl expose rc nginx --port=8080 --target-port=80

c kubectl expose rc nginx --port=80 --target-port=8000

d None

e kubectl expose nginx --port=80 --target-port=8000

f kubectl rc nginx --port=80 --target-port=8000

Q6: A virtual filesystem created dynamically by Linux that contains information about
system resources is:?

a /proc

b /boot

c /system

d None

e /mkdir

f None

Q7: All variables in PHP start with which symbol??

a None
b!

c None

d$

e&

f#

You might also like