5 Solutions For RVPO

You might also like

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

Q1: PHP is a ________________________?

a Loosely typed language

b Server typed language

c None

d Client typed language

e None

f Tightly typed language

Q2: Why is wordpress.com considered more secure than wordpress.org??

a because they limit the themes and also does not allow installing plugins.

b because it is SSL encrypted

c None

d None

e None

f because they limit the site proxy settings

Q3: What is the correct way to write a JavaScript array??

a var colors = ["red", "green", "blue"]

b var colors = (1:"red", 2:"green", 3:"blue")

c var colors = "red", "green", "blue"

d None

e None

f var colors = 1 = ("red"), 2 = ("green"), 3 = ("blue")

Q4: What does the include() function does??


a The include() function takes specified strings and includes them into another
string. This is used when we want to concatenate different strings.

The correct Answer is: None

The correct Answer is: None

d The include() function takes all the text in a specified file and copies it into the file
that uses the include function

The correct Answer is: None

f The include() function takes the included file and makes sure it's executed before
the file the function is used into

Q5: Following Docker command: eval $(docker-machine env default) is used to:?

a Build an image

b None

c Activate default VM machine

d Access a running container

e None

f Commit changes done in a Docker image

Q6: Which of the following are Kubernetes Objects??

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e Kubernetes objects are Pod, Service and Volume.

f Kubernetes objects are Host, Auth and Cluster.

You might also like