You are on page 1of 3

Q1: What is a filter hook??

a None

b None

c None

d None

e A Filter hook in WordPress allows you get and modify WordPress data before it is
sent to the database or the browser.

f A Filter hook in WordPress allows you get and truncate WordPress data before it is
sent to the database or the browser.

Q2: How are functions in PHP which starts with __ (double underscore) known as??

a User Defined Function

b Inbuilt Function

c None

d None

e Magic Function

f Default Function

Q3: Which of the following is not a MySQL statement??

a KILL

b ENUMERATE

c EXPLAIN

d SET

e None

f LOAD DATA

Q4: Which of the following statements are true??


a None

b Alias names can be up to 64 characters in length

c None

d Alias names can be up to 255 characters in length

e Names of databases, tables and columns can be up to 256 characters in length

f Names of databases, tables and columns can be up to 64 characters in length

Q5: In a LIKE clause, you can could ask for any value ending in "qpt" by writing?

a LIKE ^.*ton$

b None

c None

d LIKE %qpt

e LIKE ton$

f LIKE *ton

Q6: Which attribute sets the text direction as related to lang attribute.?

a None

b Lang

c Ds

d Sub

e Dir

f None

Q7: What is a Headless Service??

The correct Answer is: None


The correct Answer is: None

c Headless Service is similar to that of a ‘Normal’ services but does not have a
Cluster IP.

The correct Answer is: None

The correct Answer is: None

f Headless Service is similar to that of a ‘Normal’ services but has a Cluster IP.

Q8: How can you make A bulleted list with numbers??

a None

b <ol>

c <list>

d <ul>

e None

f <dl>

Q9: The problem that occurs when one transaction updates a database item and then the
transaction fails for some reason is ________.?

a Dirty Read Problem

b Temporary Select Problem

c None

d None of the above

e Temporary Modify Problem

f None

You might also like