You are on page 1of 5

Q1: What is a WordPress taxonomy??

a In WordPress, a “taxonomy” is a grouping mechanism for some pages .

b None

c None

d In WordPress, a “taxonomy” is a grouping mechanism for some posts (or links or


custom post types).

e None

f In WordPress, a “taxonomy” is a grouping mechanism for some plugins .

Q2: Which of the following will raise MySQL's version of an error??

a ERROR

b RAISE

c None

d SIGNAL

e None

f None of these

Q3: Which of the following gives a string containing PHP script file name in which it is
called??

a $_PHP_SELF

b None

c $php_errormsg

d $_SESSION

e None

f $_COOKIE

Q4: What is the command ‘sed’ is used for??


a None

b To mount a device

c Is a text editor.

d None of the above

e Used as text filter

f To perform arithmetic calculations

Q5: How can you add a comment in a JavaScript??

a None

b <!--This is a comment-->

c //This is a comment

d 'This is a comment

e None

f None

Q6: Which Tag is used if you want to indicate the importance of the phrase??

a None

b <em>

c None

d <h2>

e <h1>

f <strong>

Q7: What is the correct HTML for making a checkbox??

a <check>
b <input type="check">

c <input type="checkbox">

d None

e None

f <checkbox>

Q8: You can also get the Ansible documentation directly via your terminal by using:?

a ansible-doc

b ansible-documentation

c None

d ansible -d

e ansible --doc

f None

Q9: How to stream pod logs (stdout) in Kubernetes??

a None

b kubectl logs -f my-pod

c kubectl stream -f my-pod

d kubectl logs my-pod

e None

f kubectl pod -f my-pod

Q10: If you wish to have something mounted when the server is booted in which file would
you need to add it:?

a /etc/grub.conf

The correct Answer is: None

c /etc/boot
d /etc/fstab

The correct Answer is: None

f /etc/boot.conf

Q11: What will be the effect of inserting 500 rows in a table with the following definition.
CREATE TABLE `categories` ( `category_id` tinyint(3) AUTO_INCREMENT, `category_name`
varchar(150) DEFAULT NULL, `remarks` varchar(500) DEFAULT NULL, PRIMARY KEY?

a half the records will be inserted then an error will be generated

b only 100 rows will be inserted

c None

d None

e 500 rows will be inserted into the table

f a table with the above definition is not possible

Q12: To create a combo box (drop down box) which tag will you use??

a None

b <input type="dropdown">

c all of above

d None

e <select>

f <list>

Q13: When would you use path along with file name of a picture in an IMG tag??

a None

b path is always necessary when inserting image

c when image file and html file both are on same location d.

d None
e when the location of image file and html file are different

f path is optional and not necessary

You might also like