You are on page 1of 3

Q1: PHP is a ________________________?

a Client typed language

b Loosely typed language

c Server typed language

d None

e None

f Tightly typed language

Q2: Which command opens the interactive PHP shell from the command line interface??

a php artisian

b php -int

c php -s

d php _run

e php -a

f php -i

Q3: How to build a Dockerfile??

a None

b None

c $ docker build <path to docker file>

d $ docker build to <path to docker file>

e None

f $ docker build in <path to docker file>

Q4: Which file is the single most important file in Wordpress??


a wp-config.php

b header.php

c None

d None

e wp-setting.php

f page.php

Q5: In Kubernetes how to create a service for a replicated Nginx, which serves on port 80
and connects to the containers on port 8000??

a None

b kubectl rc nginx --port=80 --target-port=8000

c kubectl expose rc nginx --port=80 --target-port=8000

d kubectl expose nginx --port=80 --target-port=8000

e kubectl expose rc nginx --port=8080 --target-port=80

f None

Q6: Which of these is not a valid name for a column?

a To

b None

c Near

d From

e Far

f None

Q7: Tick all the rules which need to be followed while developing a WordPress Plugin??

a Create and install script.

b None
c Create a unique name.

d Create a sub-folder for PHP files, translations, and assets.

e Create the folder of Plugin.

f Create the main plug-in file and fill up the header information.

You might also like