4 Slides For AJHF

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Q1: Kubelet is a??

a A node agent that manages pods and their containers

The correct Answer is: None

c A device that collects data in an organized manner for easy access

d Software that is used to run containers outside of pods

e A smaller version of Kubernetes

The correct Answer is: None

Q2: You lose your data, when a docker container exists?

a None

b None

c True

d False

e None

f None

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

a count++;

b None

c None

d $count++;

e $count =+1

f ++count

Q4: Which of the mentioned is NOT part of the $_SERVER variable?


a $_SERVER['AUTH_TYPE']

b $_SERVER['PHP_SELF']

c $_SERVER['SCRIPT_TYPE']

d $_SERVER['SERVER_NAME']

e $_SERVER['SERVER_ADDR']

f $_SERVER['SERVER_TYPE']

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

a None

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

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

d None

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

f None

Q6: Which of the following is used to get information sent via get method in PHP??

a $_GET

The correct Answer is: None

The correct Answer is: None

d $GET

e $GETREQUEST

f None of the above.

Q7: Which of the following are commonly found in web pages??

a all of the above

b None
c hyperlinks

d intranet

e internet

f None

You might also like