You are on page 1of 4

Q1: How can we initiate a session in PHP??

a None

b session_start()

c $session_start()

d $_session_start()

e None

f None

Q2: How to list a particular Kubernetes deployment??

a None

b kubectl describe deployment my-dep

c kubectl ls deployment my-dep

d kubectl get deployment my-dep

e kubectl info deployment my-dep

f None

Q3: Which of the following provides the error code associated with this file upload??

a $_FILES['file']['errors']

b $_FILES['error']

c $_FILES['errors']

d $_FILES['file']['error']

e $_FILES->file->error

f $_FILES->file->errors

Q4: #!/bin/bash is commonly called as?


a None

b hashbang

c None of the Above

d shebang

e None

f Script Initialiser

Q5: What Is The Role Of Kube-scheduler??

a kube-scheduler is responsible for discovering the newly created pod and selects
an optimal node for them to run on

The correct Answer is: None

c kube-scheduler is responsible for assigning a port to newly created pods.

d kube-scheduler is responsible for assigning a node to old created pods.

e kube-scheduler is responsible for assigning a cluster to newly created pods.

The correct Answer is: None

Q6: What is the correct syntax for referring to an external script called "xxx.js"??

a <script declare="xxx.js">

b None

c <script href="xxx.js">

d <script name="xxx.js">

e None

f <script src="xxx.js">

Q7: Which operator can be used to throw a process into background??

a|

The correct Answer is: None


c &&

The correct Answer is: None

e&

f ||

Q8: Which of the following encoding an XML parser assumes ??

a None

b UTF-64

c UTF-8

d None

e UTF-32

f UTF-16

Q9: Replication Controllers and Deployment Controllers are part of?

a Kubeadm

The correct Answer is: None

c API Controller Manager

d Master Controller Manager

e Etcd manager

The correct Answer is: None

Q10: What does HPA stand for in Kubernetes??

a Hyper Pod Autoscaler

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None


e Horizontal Production Autoscaler

f Horizontal Pod Autoscaler

Q11: Which of the following variables is not a predefined variable??

a None

b $request

c $get

d None

e .$post

f $ask

You might also like