You are on page 1of 3

Q1: Which of the following is not a Superglobal in PHP??

a $_PUT

b $_SERVER

c $_FILES

d None

e $_ENV

f None

Q2: Choose the example for block special file?

a DVD-ROM

b None

c Serial modem

d Console terminal

e None

f Virtual terminal

Q3: MVD is known as?

a All of the Above

b Many Value Dependency

c None

d More Value Dependency

e None

f Multi Value Dependency

Q4: Which SQL statement is used to return only different values??


a DISTINCT

b None of the above

c DIFFERENT

d SELECT

e None

f DUPLICATE

Q5: TCL is used for _______??

a Managing the changes made by DML statements

b None

c None of the mentioned

d Defining database schema

e Control access to data stored in a database

f None

Q6: While starting minikube, a configuration file, gets created by default inside what
directory on Linux??

a /root

b /tmp

The correct Answer is: None

The correct Answer is: None

e /home/user/.kube

f /home/user

Q7: When patching resources in Kubernetes, how to partially update a node??

a kubectl patch node k8s-node-1 -p '{"patch":{"unschedulable":true}}'

b None
c None

d kubectl patch node k8s-node-1 -p '{"spec":{"unschedulable":true}}'

e kubectl patch node k8s-node-1 -pr '{"spec":{"unschedulable":true}}'

f kubectl patch node k8s-node-1 -p '{"spec":{"unschedulable":false}}'

You might also like