You are on page 1of 3

Q1: Apart from the <b> tag, what other Tag makes text bold ??

a <black>

b <fat>

c None

d None

e <strong>

f <emp>

Q2: What should one use for plugin development — custom post types or custom database
tables??

a None

b custom post type

c None

d There is no specific preference for plugin development; it depends on what type of


plugin’s one has to develop.

e None

f custom database tables

Q3: Which value of Socket.readyState atribute of WebSocket indicates that the connection
has been closed or could not be opened??

a1

b None

c None

d3

e0

f2
Q4: Which of the following are Python test frameworks??

a PyUnit

b Robot Framework

c Google Test

d None

e None

f Pylint

Q5: What will be the output of the query SELECT MINIMUM (amount) FROM sales;?

a None

b return the lowest sales value

c None

d None

e the query will generate an error

f None

Q6: In HTML, what does the <aside> element define??

a The ASCII character-set; to send information between computers on the Internet

b Content aside from the page content

c None

d A navigation list to be shown at the left side of the page

e None

f A list to be included in a certain part of the page

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

b None

c Window.localStorage

d None

e None

f Window.localSession

Q8: __________________ is responsible for health check of the pods running on individual nodes?

a Kubectl

b Kube controller manager

c Kubelet

The correct Answer is: None

The correct Answer is: None

f Kube scheduler

Q9: Which of the following is NOT available in MySQL:?

a JOIN

b REVOKE

c LIKE

d None

e FETCH

f None

You might also like