You are on page 1of 3

Q1: In a LIKE clause, you can ask for any 6 Letter Value by writing:?

a LIKE ______ (Six Underscore Characters)

b LIKE ^.{6}$

c LIKE ??????

d LIKE .{6}

e None

f None

Q2: What is a WordPress taxonomy??

a None

b None

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


custom post types).

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

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

f None

Q3: Which command will duplicate each line in a file??

a cp 'p' < filename

b cp 'd' < filename

c cat 'p' < filename

d sed 'd' < filename

e cat 'd' < filename

f sed 'p' < filename

Q4: Which of the following is not a component of a Master Node??


a API server

The correct Answer is: None

The correct Answer is: None

d Scheduler

e Controller Manager

f kubectl

Q5: How can we check if the value of a given variable is alphanumeric??

a ctype_alnum to check whether it is an alphanumeric value or not.

b None

c dtype_alnum to check whether it is an alphanumeric value or not.

d gtype_alnum to check whether it is an alphanumeric value or not.

e None

f None

Q6: Which relational database does WordPress use??

a PostgresSQL

b MySQL

c None

d MSSQL SERVER

e Oracle

f None

Q7: What does PHP Stands for??

a PHP Hyper Markup Preprocessor

b None
c PHP Hypertext Preprocessor

d PHP Hyper Markup Processor

e PHP Hypertex Processor

f None

Q8: What is the correct way to add 1 to the $count variable??

a $count =+1

b None

c count++;

d None

e $count++;

f ++count

Q9: In WordPress, objects are passed by value or by reference.?

a None

b In WordPress, all objects are passed by value.

c None

d In WordPress, all objects are passed by reference.

e None

f None

You might also like