You are on page 1of 4

Q1: Which level of Abstraction describes what data are stored in the Database??

a Abstraction Level

b Physical Level

c None

d None

e View Level

f Logical Level

Q2: Which of the following is not a SQL operator??

a Like

b All of the above are valid SQL operators

c In

d Not in

e Between .. and ..

f Is null

Q3: In which directory by default user home directories are created??

a /home

b /user

c /tmp

The correct Answer is: None

e /usr

f /etc

Q4: Which of the following will raise MySQL's version of an error??


a ERROR

b None

c None

d RAISE

e None of these

f SIGNAL

Q5: What tag is used to display a picture in a HTML page??

a Picture

b Image

c None

d Img

e Src

f None

Q6: Which of the following method of Exception class retrieve the error message when
error occurred??

a getFile()

b getError()

c getMessage()

d getLine()

e getCode()

The correct Answer is: None

Q7: HTML tags are surrounded by which type of brackets.?

a Round

b None
c Squart

d Curly

e Angle

f None

Q8: Which of the following is correct about geolocation api in HTML5??

a A Javascript can capture your latitude and longitude and can be sent to backend
web server and do fancy location-aware things like finding local businesses or showing your
location on a map.

b None

c None

d All of these

e Today most of the browsers and mobile devices support Geolocation API.

f HTML5 Geolocation API lets you share your location with your favorite web sites.

Q9: ____________ function in PHP Returns a list of response headers sent (or ready to send)?

a header_send()

b headers_list()

c None

d header_sent()

e None

f header()

Q10: How to list PersistentVolumes sorted by capacity in Kubernetes??

a kubectl get pv --sort-by=.spec.capacity.storage

b kubectl get pv --sort-by=.spec.capacity.space

c kubectl get pv --sort-by=.spec.capacity.memory


d kubectl get pv --sort-by=.spec.capacity.volume

e None

f None

You might also like