You are on page 1of 4

Q1: Which function in PHP Returns a list of response headers sent (or ready to send)?

a headers_list()

b None

c None

d headers_list()

e header()

f header_send()

Q2: Volume mapping maps the host server's directory into the Docker container. The data
will remain in a safe and accessible place if you do which of the following??

a break the container

The correct Answer is: None

c migrate the container

d backup the container

e delete the container

f re-create the container

Q3: What is Docker Swarm??

a None

b None

c Container registry

d None

e Container orchestration tool

f Text document that contains all the commands

Q4: How to run the docker image mentioned in the command. Which will create a docker
container in which the Apache HTTP server will run.?
a None

b $ docker run -it -d http img

c None

d None

e $ docker run -it -d httpd

f $ docker run -it -d --httpd

Q5: What is a daemon??

a It is the generic name for any Linux server.

b None

c It is a generic name for e-mail servers on Linux. The most famous one is mailer-
daemon

d It is an antivirus for Linux.

e It is a program that keeps running on the background after it is called, answering


to requests done by users and other programs.

f None

Q6: Can a Docker container restart by itself??

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e True

f False

Q7: Which of the following are true for a pod in Kubernetes??


a You can have only 1 container running in 1 pod

The correct Answer is: None

c A pod is the same as a container

The correct Answer is: None

e Pods are the simplest units in the Kubernetes object model that you create or
deploy

f A Pod represents processes running on your Cluster

Q8: What is Docker Machine??

a None

b Docker machine is a tool that lets you install Docker files on virtual hosts

c Docker machine is a tool that lets you install Docker Engine on virtual hosts

d None

e None

f None

Q9: Which of the following is used to destroy the session??

a session_destroy() function

The correct Answer is: None

The correct Answer is: None

d session_start() function

e isset() function

f $_SESSION[]

Q10: Which licensing authority is responsible for WordPress??

a MIT license

b None
c GWPL

d GPU

e GPLv2 (GNU General Public License)

f None

Q11: How to convert a category into a tag??

a None

b WordPress provides you an option to change category into tag and tag into a
category. For this, you need to Uninstall Categories and Tags Converter from the Import
option under Tools section.

c None

d None

e WordPress provides you an option to change category into tag and tag into a
category. For this, you need to install Categories and Tags Converter from the Import option
under Tools section.

f WordPress provides you an option to change category into tag and tag into a
category. For this, you need to install Categories and Tags Converter from the Export option
under Tools section.

Q12: Which of these is a valid call to a function (watch The Spaces Carefully!)?

a None

b CONCAT( "A" . "B" )

c CONCAT ( "A" , "B" )

d None

e CONCAT ( A , B )

f CONCAT( A , B )

You might also like