You are on page 1of 3

Q1: Choose the correct usage of ‘cd’ to move into the parent directory.?

a cd

b cd ..

c cd/

d None of the above

e cd..

f cd .

Q2: What is a load balancer in Kubernetes??

The correct Answer is: None

b load balancer is a method for seperating service

c load balancer is a method for exposing service

The correct Answer is: None

e load balancer is a method for partitioning service

The correct Answer is: None

Q3: The command to create Kubernetes service is?

a kubectl deploy

b kubectl run

c kubectl expose

The correct Answer is: None

e kubectl set service

The correct Answer is: None

Q4: Which of the following is not true??


a None

b None

c PHP can be used to develop web applications.

d PHP can not be embedded into html.

e PHP applications can not be compiled

f PHP makes a website dynamic

Q5: How can we start a PHP session:?

a start_session()

b session_start()

c sessionStart()

d session()

e startSession()

f startS()

Q6: What is the difference between GET and POST method??

a There is no difference

b None

c None

d GET displays the form values entered in the URL of the address bar where as POST
does not.

e POST displays the form values entered in the URL of the address bar where as GET
does not.

f None

Q7: Who is known as the father of world wide web (WWW)??

a None
b Tim Berners-Lee

c Robert Cailliau

d Tim Thompson

e None

f Charles Darwin

Q8: Which Ansible command will you use to install Apache on Ubuntu host??

a ansible your_host_name_here -b -m apt -a "name=apache2 state=latest"

b None

c None

d ansible your_host_name_here -b -m wget -a "name=apache2 state=latest"

e ansible your_host_name_here -b -m yum -a "name=apache2 state=latest"

f ansible your_host_name_here apt install "name=apache2 state=latest"

You might also like