You are on page 1of 4

Q1: Which of the following PHP functions accepts any number of parameters??

a get_argv()

b get_argc()

c None

d func_get_argv()

e func_get_args()

f None

Q2: How to allow only registered users to comment on WordPress??

a None

b If you don't want a comment from a new user on your blog, check the option
"Users must be registered and logged in to comment" from admin under the Settings option.

c None

d None

e If you don't want a comment from a new user on your blog, check the option
"Users must be registered and logged in to comment" from Discussions under the Settings
option.

f None

Q3: How can you get involved with WordPress??

a Edit the Codex (documentation)

b None

c Attend Word Camp

d All of these

e Help in the Forums

f None
Q4: You lose your data, when a docker container exists?

a None

b None

c None

d None

e False

f True

Q5: In which variable is the users IP address stored??

a $REMOTE_ADDR

b None

c $_ENV

d $DOMAIN

e None

f $GLOBALS

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

a LIKE ??????

b LIKE ______ (Six Underscore Characters)

c LIKE .{6}

d None

e LIKE ^.{6}$

f None

Q7: Which of the following values would give you the hostname of the remote host in your
Ansible Playbook??
a None

b "{{ host }}"

c None

d "{{ ansible_hostname }}"

e "{{ hostname }}"

f "{{ server_hostname }}"

Q8: Which tag is used to display the large font size??

a None

b <FONT></FONT>

c <LARGE></LARGE>

d < SIZE ></SIZE>

e <BIG></BIG>

f None

Q9: How to get all resources with simple output (just the resource name) in Kubernetes??

a kubectl api -o name

b kubectl api-resources name

c None

d kubectl api -r name

e kubectl api-resources -o name

f None

Q10: What is the strpos() function used for??

a None

b Find the last character of a string


c Search for character within a string

d Locate position of a string’s first character

e None

f Both b and c

Q11: What is the highest privilege user in Wordpress??

a Author

b None

c Editor

d Administrator

e None

f Contributer

You might also like