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

Q1: What is a Child Theme??

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

b The child theme is an extension of the parent theme

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

d None

e None

f None

Q2: In which PHP version was 'Final' introduced ??

a 'final' was introduced in PHP5.

b 'final' was introduced in PHP7.

c None

d None

e 'final' was introduced in PHP6.

f None

Q3: In the context of Kubernetes, what is a container??

a A container is a standard unit of software that packages up code and all its
dependencies so the application runs quickly and reliably from one computing environment
to another

The correct Answer is: None

c A unit that stores data on a computer's memory drive

The correct Answer is: None

e A large metal box that is used to hold or transport something

f An application which requires dedicated hardware to run on

Q4: How are functions in PHP which starts with __ (double underscore) known as??
a None

b None

c User Defined Function

d Magic Function

e Default Function

f Inbuilt Function

Q5: MySQL does not support auto generating numbers?

a None

b False

c None

d None

e None

f True

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

a In WordPress, all objects are passed by value.

b None

c None

d None

e In WordPress, all objects are passed by reference.

f None

Q7: How to upload a docker image with the image name mentioned in the command to
Docker Hub.?

The correct Answer is: None


b $ docker push geekflare/httpd_image

The correct Answer is: None

The correct Answer is: None

e $ docker put geekflare/httpd_image

f $ docker upload geekflare/httpd_image

Q8: 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 5

b $$var2 contains the value 10.

c $$var2 contains the value 1.

d $$var2 contains the value 20

e None

f None

Q9: Which color is the official color of the Wordpress.org logo??

a Purple

b White

c None

d None

e Yellow

f Dark grey

Q10: Which flag is used to specify the path to the configuration file in kube-proxy??

The correct Answer is: None

b –cluster-cidr string

The correct Answer is: None


The correct Answer is: None

e –detect-local-mode LocalMode

f –config string

Q11: Which command can be used to count characters in a text file??

a count

b ccount

c fsize

d None

e wc

f None

You might also like