You are on page 1of 5

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

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

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

c There is no difference

d None

e None

f None

Q2: The Service Type _____________ works only if your cluster is setup to work with a cloud
provider.?

a NodePort

The correct Answer is: None

The correct Answer is: None

d ClusterIP

e ExternalName

f LoadBalancer

Q3: Choose the example for block special file?

a Console terminal

b None

c Virtual terminal

d DVD-ROM

e None

f Serial modem
Q4: What is the correct way to open the file "time.txt" as readable??

a open("time.txt","read");

b fopen("time.txt","r+");

c fopen("time.txt","r");

d None

e open("time.txt");

f None

Q5: How to list all pods that are either labelled with env=development or with
env=production?

The correct Answer is: None

The correct Answer is: None

c $ kubectl get pods 'env in (production, development)'

The correct Answer is: None

The correct Answer is: None

f $ kubectl get pods -l 'env in (production, development)'

Q6: Inside which HTML element do we put the JavaScript??

a <scripting>

b <js>

c <javascript>

d None

e <script>

f None

Q7: Which are the objects used for storing data on the client provided by the HTML local
storage??
a Window.localSession

b None

c None

d Window.sessionStorage

e Window.localStorage

f None

Q8: How to delete a pod in Kubernetes using the type and name specified in pod.json??

a kubectl remove -f ./pod.json

b kubectl delete ./pod.json

c None

d None

e kubectl remove ./pod.json

f kubectl delete -f ./pod.json

Q9: Which of the following is not a Superglobal in PHP??

a $_SERVER

b None

c None

d $_PUT

e $_ENV

f $_FILES

Q10: What is the correct command to create a new React project??

a npx create-react-app
b npm create-react-app

c npx create-react-app myReactApp

d None

e None

f npm create-react-app myReactApp

Q11: When using the POST method, variables are displayed in the URL:?

a None

b None

c None

d None

e False

f True

Q12: What is the correct JavaScript syntax for opening a new window called "w2" ??

a None

b None

c None

d w2 = window.open("http://www.w3schools.com");

e None

f w2 = window.new("http://www.w3schools.com");

Q13: Which one is the correct declaration for choosing the 'Character Set' other than
default??

a None Of The Mentioned

b None

c None
d Varchar(20) Character Set Utf8;

e Varchar(20);

f Varchar(20) Character Set;

You might also like