You are on page 1of 4

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

a Used to store variables of the current session

b none of the above

c None

d None

e Used to register a global variable

f Used to initialize a session

Q2: Explain the purpose of nohup command.?

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

d To start the command after the user who issues the command has logged out.

e To keep the command running even after the user who issues the command has
logged out.

f To start the command after a certain statement has been approved.

Q3: Is it a good practice to edit the WordPress core files??

a No, because your changes will be lost during the next WordPress update

b None

c None

d Yes, you can change the core files without any further compilations

e None

f None

Q4: Which of the following is true for a Persistent Cookie??


a A persistent cookie is temporary stored in a cookie file on the browser's computer.

b The next time you visit a particular site which you have already done it will not
recognise you and will treat you as a completely new visitor as long as it hasn't been more
than 2 days

c A cookie that is stored on a user's hard drive until the next login

d Persistent cookies provide convenient and rapid access to familiar objects, which
enhances the user experience (UX)

e A persistent cookie is a data file capable of providing websites with user


preferences, settings and information for future visits.

f A persistent cookie is permanently stored in a cookie file on the browser's


computer.

Q5: Tick all the rules which need to be followed while developing a WordPress Plugin??

a None

b Create a sub-folder for PHP files, translations, and assets.

c Create the folder of Plugin.

d Create and install script.

e Create the main plug-in file and fill up the header information.

f Create a unique name.

Q6: Which of the below symbols is a newline character??

a \r

b None

c /n

d /r

e \n

f None

Q7: What does vlink attribute mean??


a virtual link

b None

c very good link

d None

e active link

f visited link

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

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

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

c None

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

e None

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

Q9: HTML supports?

a None

b ordered lists

c None

d does not support those types

e unordered lists

f both type of lists

Q10: What is the correct HTML element for inserting a line break??

a None
b <break>

c <lb>

d <bl>

e None

f <br>

Q11: ___________________ is a special namespace that is used for special purposes like
bootstrapping a cluster.?

a Kube-private

The correct Answer is: None

c Kube-system

d Default

The correct Answer is: None

f Kube-public

You might also like