You are on page 1of 4

Q1: In HTML, onblur and onfocus are:?

a HTML elements

b Style attributes

c None

d None

e Text styles

f Event attributes

Q2: How to delete all pods in Kubernetes matching the awk pattern1 or pattern2??

a None

b None

c kubectl print pods -n myns --no-headers=true | awk '/pattern1/2|pattern2/{print


$1}' | xargs kubectl remove -n myns pod

d kubectl get pods -n myns --no-headers=true | awk '/pattern1|pattern2/{print $1}'


| xargs kubectl delete -n myns pod

e kubectl get nodes -n myns --no-headers=true | awk '/pattern1|pattern2/{print


$1}' | xargs kubectl delete -n myns pod

f kubectl print pods -n myns --no-headers=true | awk '/pattern1/2|pattern2/{print


$1}' | xargs kubectl delete -n myns pod

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

a <script src="xxx.js">

b <script name="xxx.js">

c None

d <script declare="xxx.js">

e None

f <script href="xxx.js">
Q4: Which of the following is not a style tag??

a <tt>

b <b>

c <i>

d None

e None

f All are style tags

Q5: How to define an array in bash?

a None

b array=[[“Hi” “my” “name” “is”]]

c array=[“Hi” “my” “name” “is”]

d array=((“Hi” “my” “name” “is”))

e None

f array=(“Hi” “my” “name” “is”)

Q6: What are the respective octal value for the permission bits??

The correct Answer is: None

b 4, 2 & 1 respectively for w, r & x.

c 4, 2 & 1 respectively for r, x & w.

d 4, 2 & 1 respectively for r, w & x.

e 4, 2 & 1 respectively for x, w & x.

The correct Answer is: None

Q7: The GROUP BY command cannot be used with aggregate functions together?
a None

b None

c None

d None

e False

f True

Q8: Choose the correct HTML Tag to make a text Italic?

a None

b None

c <italic>

d <il>

e <it>

f <i>

Q9: The handler invoked by Kubelet to check if a container’s IP address is open or not is??

The correct Answer is: None

b ExecAction

c HTTPGetAction

The correct Answer is: None

e TCPSocketAction

f None of the above

Q10: HTML are web pages read and rendered by?

a None

b Web Browser
c Server

d None

e Interpreter

f Compiler

Q11: The data type BLOB stands for:?

a Binary Large Object

b Big List Object

c Binary List Obsolete Object

d None of the mentioned

e None

f Binary List Object

You might also like