You are on page 1of 3

Q1: Normalizations is...?

a None

b a database design technique that encourages storing data in multiple databases

c concerned with the physical implementation of the database

d None

e a database design technique used to minimize data redundancy and duplication

f a database design technique that eliminates relationships from a database

Q2: How are objects in PHP passed by??

a None

b None

c None

d Objects are passed by reference.

e Neither of the mentioned

f Objects are passed by value.

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

a shuffle()

The correct Answer is: None

c rsort()

d reset()

e sort()

The correct Answer is: None

Q4: Which ‘meta box’ is not hidden by default on Post and Page screens??
a Featured Image is the meta box that is not hidden by default on Post and Page
screens.

b None

c Featured Image is the child box that is hidden by default on Post and Page screens.

d None

e None

f None

Q5: Which command will duplicate each line in a file??

a sed 'p' < filename

b cat 'p' < filename

c cp 'd' < filename

d cp 'p' < filename

e cat 'd' < filename

f sed 'd' < filename

Q6: What Is a MySQL View??

a None

b None

c VIEWS are static tables that store data but the data can't be changed

d VIEWS are no different that any other tables except they are used for faster
loading.

e VIEWS are virtual tables that do not store any data of their own but display data
stored in other tables.

f VIEWS are temporary tables that store data which store data only for a certain
amount of time

Q7: What will happen while adding new API to Kubernetes??


a Adding a new API will remove some clusters

The correct Answer is: None

c Adding a new API will improve the functioning ability of Kubernetes

The correct Answer is: None

The correct Answer is: None

f Adding a new API will block the previous API

Q8: Which of the mentioned are the neccessary/mandatory arguments of the mail function.?

a headers

b message

c parameters

d to

e number of recepients

f subject

Q9: There are ____ different heading tags in HTML?

a4

b5

c None

d6

e7

f None

You might also like