You are on page 1of 3

Q1: PHP is a ________________________?

a None

b Tightly typed language

c Server typed language

d None

e Loosely typed language

f Client typed language

Q2: What is Docker Swarm mode??

a A swarm is a group of machines that are running Docker and joined into a cluster

b None

c Docker swarm is also known as Docker Hub

d A swarm is the name of the latest Docker release

e None

f Docker swarm is a tool for managing your CI/CD pipelines

Q3: Which function is used to Strip whitespace (or other characters) from the beginning and
end of a string??

a None

b trim_str

c None

d strip

e strip_str

f trim

Q4: Docker image is created with a series of read-only layers and layer in docker represents
instructions on the Dockerfile of the image.?
a The hypervisor needs extensive hardware for proper function while docker is
implemented on an actual operating system.

b None

c None

d None

e None

f The hypervisor needs extensive software for proper function while docker is
implemented on an actual hardware system.

Q5: If you wish to use a base image and make modifications or personalize it, how do you do
that??

a docker --pull <image_name>

b docker pull <image_name>

c None

d None

e docker <image_name>

f None

Q6: How to insert a comment that has more than one line??

a <!--This comment has more than one line-->

b None

c None

d /*This comment has more than one line*/

e //This comment has more than one line//

f None

Q7: What is the function to get website url in wordpress??


a get_url();

b None

c get_site_url();

d None

e get_website_url();

f None

You might also like