You are on page 1of 4

Q1: How do I create PHP arrays in a HTML <form>??

a < input ="MyArray[]" />

b < input name= MyArray[]/>

c None

d < input name="MyArray[]" />

e < input MyArray[] />

f None

Q2: How to search for a docker image on dockerhub with the name mentioned in the
command.?

a None

b None

c None

d $ docker search hadoop

e $ docker --search ---hadoop

f $ docker search

Q3: What will happen If you run the command "init 6" in your terminal?

a Shut down the system

The correct Answer is: None

The correct Answer is: None

d Reboot the system

e Start the system without a display manager (GUI)

f Enter single user mode

Q4: How to change the priority of a swap file/partition to 10?


a swapon -p 10 /path/to/swapfile

b swapon +10 /path/to/swapfile

The correct Answer is: None

The correct Answer is: None

e swapon -P 10 /path/to/swapfile

f We can't change the priority of swap partions

Q5: Which of the mentioned is not part of the so called Superglobals variables which are
automatically available in every scope.?

a $_FILES

b $FILES

c $_COOKIE

d $COOKIE

e $_SERVER

f $GLOBALS

Q6: What is the name of the first page you encounter after logging into your web page??

a None

b Dashboard

c Clientarea

d WPAdmin

e WP upgrade option

f Security question page

Q7: What should one use for plugin development — custom post types or custom database
tables??

a None
b None

c custom database tables

d custom post type

e There is no specific preference for plugin development; it depends on what type of


plugin’s one has to develop.

f None

Q8: Which of the following is not a style tag??

a All are style tags

b None

c <i>

d <b>

e <tt>

f None

Q9: Which color is the official color of the Wordpress.org logo??

a Dark grey

b None

c White

d Yellow

e None

f Purple

Q10: Which of the following is for title of the modal??

a Modal-lg

b Modal-title

c None
d None

e Modal-sm

f Modal-open

Q11: Which special namespace is used for special purposes like bootstrapping a cluster??

a kube-default

b kube-public

c None

d kube-private

e None

f default

You might also like