You are on page 1of 5

Q1: What is the correct way to write a JavaScript array??

a var colors = "red", "green", "blue"

b None

c var colors = 1 = ("red"), 2 = ("green"), 3 = ("blue")

d var colors = (1:"red", 2:"green", 3:"blue")

e var colors = ["red", "green", "blue"]

f None

Q2: How can you edit a WordPress comment??

a None

b You can edit WordPress comment using the dashboard. From the panel, under the
Comments option, select edit to edit a comment.

c None

d None

e You can edit WordPress comment using the command. From the panel, under the
Comments option, select edit to edit a comment.

f You can edit WordPress comment using the profile. From the panel, under the
Comments option, select edit to edit a comment.

Q3: What are Importers in WordPress??

a Importers are linking files that provide the functionality to export a bulk XML file
with any number of records.

b None

c None

d Importers are plugins that provide the functionality to import a bulk XML file with
any number of records.

e None
f None

Q4: What is the default value of UMASK??

a 022

The correct Answer is: None

c 777

d 044

The correct Answer is: None

f 222

Q5: The WHERE clause is mandatory when using the SELECT command?

a True

b None

c None

d None

e None

f False

Q6: An abstraction in kubernetes which defines a logical set of pods and a policy to access
them.?

a set

b None

c node

d cluster

e None

f service

Q7: Which of the following provides the error code associated with this file upload??
a $_FILES->file->errors

b $_FILES->file->error

c $_FILES['file']['error']

d $_FILES['errors']

e $_FILES['file']['errors']

f $_FILES['error']

Q8: How to list pods sorted by Restart Count in Kubernetes??

a None

b kubectl get pods --sort='.status.containerStatuses[0].restartCount'

c kubectl get pods --sort-by='.status.restartCount'

d kubectl get pods by restartCount

e None

f kubectl get pods --sort-by='.status.containerStatuses[0].restartCount'

Q9: What is a Child Theme??

a The child theme is an extension of the super parent theme

b None

c The child theme is an extension of the sub-child theme

d The child theme is an extension of the parent theme

e None

f None

Q10: If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the
value of $$var2??

a $$var2 contains the value 10.


b $$var2 contains the value 5

c None

d $$var2 contains the value 20

e None

f $$var2 contains the value 1.

Q11: Which of the listed actions and filter hooks are functions in WordPress??

a open_filter() and close_action()

b has_filter() and has_action()

c doing_filter() and doing_action()

d None

e None

f apply_filters_ref_array() and do_action_ref_array()

Q12: What is a Dockerfile??

a Docker cannot be build images automatically by reading the instructions from a


file called Dockerfile.

b Docker can build images automatically by reading the instructions from a file
called Dockerfile.

c None

d None

e None

f Docker can build audio automatically by reading the instructions from a file called
Dockerfile.

Q13: Character data can be stored as?

a Variable length strings


b None

c Both fixed or variable length strings

d None of the mentioned

e Fixed length strings

f None

Q14: Which of the following is used to declare a constant?

a None

b def

c const

d constant

e define

f None

You might also like