You are on page 1of 4

Q1: A much better approach to establish the base URL is to use the ______ element.?

a HEAD

b None

c BODY

d BASE

e None

f None Of The Above

Q2: Is there a way to identify the status of a Docker container??

a $ docker ps

b $ docker --ps

The correct Answer is: None

The correct Answer is: None

e $ docker -ps

The correct Answer is: None

Q3: How to search for a docker image on dockerhub with the name mentioned in the
command.?

a None

b $ docker --search ---hadoop

c $ docker search

d None

e $ docker search hadoop

f None

Q4: Which Process Runs On Kubernetes Master Node??


The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

d Kube-apiserver process runs on Kubernetes master node.

e Kube-cli-server process runs on Kubernetes master node.

f Kube-cli-proxy process runs on Kubernetes master node.

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

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

b Create the folder of Plugin.

c Create and install script.

d None

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

f Create a unique name.

Q6: Include files must have the file extension ".inc"?

a None

b None

c None

d None

e True

f False

Q7: Which of the queries below will return 0 (false)??

a SELECT BINARY "EXPERTRATING" LIKE "Exp%"

b SELECT "EXPERTRATING" LIKE "EXP%"


c SELECT "EXPERTRATING" LIKE "Exp%"

d All those will return 1 (true)

e None

f SELECT BINARY "EXPERTRATING" LIKE "EXP%"

Q8: What command, followed by the directory name is used to access that specific
directory??

a None

b cd

c None

d access

e acs

f cp

Q9: What is the correct syntax for referring to an external script called "xxx.js"??

a None

b None

c <script name="xxx.js">

d <script declare="xxx.js">

e <script src="xxx.js">

f <script href="xxx.js">

Q10: How to stop a docker container immediately??

The correct Answer is: None

b $ docker kill

The correct Answer is: None

d $ docker stop
The correct Answer is: None

f $ docker terminate

Q11: You use a container, edit it, and update it?

a None

b False

c None

d None

e None

f True

You might also like