You are on page 1of 4

Q1: Deployment Controllers are part of?

a None

b None

c etcd manager

d Master Controller Manager

e API Controller Manager

f kube-scheduler

Q2: What is the correct JavaScript syntax to change the content of the HTML element
below??

a document.getElementByName("p").innerHTML = "Hello World!";

b None

c None

d document.getElementById("demo").innerHTML = "Hello World!";

e document.getElement("p").innerHTML = "Hello World!";

f #demo.innerHTML = "Hello World!";

Q3: Which one is true for Minikube??

a Minikube is an all-in-One Kubernetes cluster on our workstation

b Minikube is a GUI for Kubernetes

The correct Answer is: None

d None of the above

e Minikube multi-node cluster

The correct Answer is: None

Q4: MySQL supports multiple database storage engines.?


a False

b None

c None

d None

e True

f None

Q5: The SQL keyword BETWEEN is used??

a As A Wildcard

b To Limit The Columns Displayed

c For Ranges

d None Of The Above

e None

f None

Q6: What is the name of the Template Engine utilized by Laravel??

a Squirrelly

b Blade

c Pug

d None

e None

f Twig

Q7: How to list all the docker containers running/exited/stopped with container details.?

a $ docker ls -a

b None
c None

d $ docker ps -a

e $ docker details -a

f None

Q8: The Kubernetes Network proxy runs on which node??

The correct Answer is: None

b Worker Node

c None of the mentioned

d Master Node

e All the nodes

The correct Answer is: None

Q9: Which of the following statements is NOT true for views in SQL??

a A view drives its data from the base tables(s)

b Select statement used in the view definition cannot include ORDER BY clause.

c None

d A view contains a copy of the data

e None

f A view is updatable if it has been defined from a single relation

Q10: PHP can be run on Microsoft Windows IIS(Internet Information Server):?

a None

b True

c False

d None
e None

f None

You might also like