2 Psset For LLQQ

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

Q1: Which of the answers listed below refers to a command used for invoking a text editor

in Unix-like operating systems??

a None

b notepad

c bcdedit

d vi

e edit

f None

Q2: __________ is the XML equivalent to strict HTML 4.01.?

a None Of The Mentioned

b None

c None

d XHTML 1.0 Strict

e XHTML 1.0 Transitional

f XHTML 1.0 Frameset

Q3: How can we check if the value of a given variable is a number??

a None

b numeric(true)

c None

d is_numeric()

e numeric()

f None

Q4: Which of the following is true for Kubernetes volumes??


a In Kubernetes, a volume can be thought of as a directory which is accessible to the
containers in a pod.

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

e In Kubernetes, a volume can be thought of as a storage for the master nodes.

The correct Answer is: None

Q5: Do deactivated plugins slow down a WordPress site??

a None

b None

c Even deactivated plugins slow down your website

d None

e None

f Deactivated do not plugins slow down your website

Q6: Which of the following are Kubernetes installation tools? Select all answers that apply.?

The correct Answer is: None

b kops

c kubeadm

d None of the mentioned

e kubespray (formerly known as kargo)

The correct Answer is: None

Q7: Which of the following function sorts an array in reverse order??

a shuffle()

b reset()
The correct Answer is: None

d rsort()

e sort()

The correct Answer is: None

Q8: What does PEAR stand for??

a None

b None

c PHP External and Application Repository.

d PHP Export and Application Repository.

e None

f PHP Extension and Application Repository.

Q9: How can we find the process name from its process id? Assume the Proccess ID is 1?

a ps –p 1

b None

c get 1

d top 1

e None

f find 1

Q10: How can we set infinite execution time for a PHP script??

a None

b None

c Add set_time_limit() at the beginning of a script

d Add set_time_limit(infinity) at the beginning of a script


e None

f Add set_time_limit(0) at the beginning of a script

Q11: How to write an IF statement for executing some code if "i" is NOT equal to 5??

a if i =! 5 then

b None

c None

d if (i != 5)

e if i <> 5

f if (i <> 5)

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

The correct Answer is: None

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

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

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

e 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

Q13: Which attribute is used with an img tag to display the text if image could not load in
browser??

a description

b name

c None

d id

e alt
f None

Q14: How to save a new docker image with container id mentioned in the command on the
local system.?

The correct Answer is: None

b $ docker --save 109ca6efc quizapi/httpd_image

c $ docker save 109ca6efc quizapi/httpd_image

The correct Answer is: None

e $ docker commit 109ca6efc quizapi/httpd_image

The correct Answer is: None

Q15: Suppose you have an application that has many dependant services. Will docker
compose wait for the current container to be ready to move to the running of the next
service??

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

d True

e False

The correct Answer is: None

You might also like