You are on page 1of 4

Q1: In PHP you can use both single quotes ( ' ' ) and double quotes ( " "

) for strings:?

a None

b True

c None

d None

e None

f False

Q2: What is the option to create hard link for a directory??

a None

b -l

c -s

d None

e -f

f None of the above

Q3: Which command is used to create resources in Kubernetes??

a None

b kubectl create -f ./my-manifest.yaml

c kubectl fuse -f ./my-manifest.yaml

d kubectl apply -f ./my-manifest.yaml

e kubectl deploy -f ./my-manifest.yaml

f None

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

b LIKE ^.*ton$

c None

d LIKE ton$

e LIKE *ton

f LIKE %qpt

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

a None

b < input MyArray[] />

c < input ="MyArray[]" />

d None

e < input name= MyArray[]/>

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

Q6: How can you count for a particular pattern occurrences in a file??

a cat <file> | wc -l “pattern”

The correct Answer is: None

c grep −k “pattern” <file>

d cat <file> | wc -k “pattern”

The correct Answer is: None

f grep −c “pattern” <file>

Q7: The command to create Kubernetes service is?

a kubectl deploy

b kubectl set service


The correct Answer is: None

d kubectl run

The correct Answer is: None

f kubectl expose

Q8: Choose the example for block special file?

a None

b Virtual terminal

c Console terminal

d DVD-ROM

e Serial modem

f None

Q9: What is the correct syntax of the usermeta function in Wordpress??

a None

b None

c None

d get_user_meta( int $user_id, string $key = '', bool $single = false )

e get_user( int $user_id, string $key = '', bool $single = true )

f get_user_meta( int $user_id, string $key = '', bool $single = true )

Q10: Which command is used to remove all rows from a table??

a Truncate

b Both Delete and Remove

c None

d Drop
e Delete

f Remove

Q11: Is JavaScript case-sensitive??

a None

b None

c False

d None

e None

f True

Q12: What is the default session time in PHP??

a The default session time in php is until the closing of the system

b The default session time in php is until the closing of the browser

c None

d None

e None

f The default session time in php is until the closing of the page

You might also like