You are on page 1of 5

Q1: How do you enable debug mode in WP??

a None

b You can enable debug mode in WP by editing wp-config.php file and changing
WP_DEBUG constant value to true

c You can enable debug mode in WP by editing wp-config.html file and changing
WP_DEBUG constant value to true

d None

e None

f None

Q2: _________ service is automatically created for you K8s cluster creation and takes care of
the internal routing of the cluster.?

a Load Balancer

b Headless

The correct Answer is: None

d ClusterIP

The correct Answer is: None

f NodePort

Q3: Which of the following will reset the MySQL password for a particular user??

a UPDATE mysql.user SET Password=PASSWORD(‘password’) WHERE


User=’username’;

b None

c None of the above

d UPDATE mysql.user SET Password=’password’ WHERE User=’username’;

e UPDATE mysql.user SET Password=RESET(‘password’) WHERE User=’username’;

f None
Q4: Which command is used to create resources in Kubernetes??

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

b None

c kubectl deploy -f ./my-manifest.yaml

d kubectl apply -f ./my-manifest.yaml

e None

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

Q5: Which command can be used to change file access permission bits??

a chmod

b chown

The correct Answer is: None

d umask

e chperm

The correct Answer is: None

Q6: Can echo in PHP accept more than 1 parameter??

a None

b False

c None

d None

e None

f True

Q7: What language was Kubernetes written in??


aC

b Java

c None

d None

e C++

f Go

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

The correct Answer is: None

b None of the mentioned answers.

c Both of the mentioned answers.

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

The correct Answer is: None

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

Q9: DML is included into SQL language of:?

a managing users

b managing data

c managing transactions

d None

e description data

f None

Q10: What is the purpose of $_SESSION[]??

a None

b Used to store variables of the current session


c Used to register a global variable

d Used to initialize a session.

e None

f none of the above

Q11: What is a kube-proxy used for??

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

d To supplant an authentic webpage in a search engine's index and search page


results

The correct Answer is: None

f To load-balance traffic that is destined for services to the correct backend pods

Q12: Are arrays supported in shell scripts??

a True

The correct Answer is: None

c False

d Yes but only under certain conditions

The correct Answer is: None

The correct Answer is: None

Q13: Which of the following is an aggregate function in MySQL??

a None

b Union

c Group By

d None
e MAX

f LIKE

Q14: Which one is the correct declaration for choosing the 'Character Set' other than
default??

a None

b Varchar(20) Character Set Utf8;

c None Of The Mentioned

d Varchar(20);

e Varchar(20) Character Set;

f None

Q15: Is the NULL value treated as 0??

a None

b False

c None

d True

e None

f None

You might also like