Database Administration Questions


Q:

Explain the difference between Template and Table ?

Answer

The difference between the table and template is that, table is a dynamic and template is a static.

Report Error

View answer Workspace Report Error Discuss

3 1258
Q:

What is conversion operator ?

Answer

Class can have a public method for specific data type conversions.
for example:
class B
{
double value;
public  B(int i )
operator double()
{
return value;
}
};
B BObject;
double i = BObject; // assigning object to variable i of type double.
now conversion operator gets called to assign the value.

Report Error

View answer Workspace Report Error Discuss

11 3594
Q:

In measuring the sides of a rectangle, one side is taken 20% in excess and the other 10% in deficit. Find the error per cent in area calculated from the measurement ?

A) 8% excess B) 9% deficit
C) 12% excess D) 11% deficit
 
Answer & Explanation Answer: A) 8% excess

Explanation:

Since  Area of Rectangle = side1 x side2
Therefore, error% in area
= x + y + xy100 %
= [20 - 10 + ( -10 x 20)/100]% or 8%
i.e. 8% excess.

Report Error

View Answer Report Error Discuss

Filed Under: Percentage
Exam Prep: GRE , GATE , CAT , Bank Exams , AIEEE
Job Role: Database Administration , Bank PO , Bank Clerk , Analyst

7 8736
Q:

Statement: A large number of students who have passed their XII Std. terminal examination in the country could not get admission to colleges as the number of seats available are grossly inadequate.
Courses of action:
a. The evaluation system of XII Std. terminal examination should be made more tough so that fewer students pass the examination.
b. The Government should encourage the private sector to open new colleges by providing them land at cheaper rate.
c. The rich people should be asked to send their wards to foreign countries for higher studies enabling the needy students to get admission in colleges within the country.

A) only a and b follows B) Only c follows
C) Only b follows D) All a, b & c follows
 
Answer & Explanation Answer: C) Only b follows

Explanation:

Clearly, reducing the number of aspirants for admission to colleges or sending the students of well-to-do families to foreign countries for higher studies, is no proper solution. So, both I and III do not follow. The right solution is to increase the number of colleges so as t accommodate the increasing number of admission-seekers. So, only II follows.

Report Error

View Answer Report Error Discuss

4 2070
Q:

Choose the Antonym of the given word from the following options

'Jettison'

A) Salvage B) Submerge
C) Repent D) Descend
 
Answer & Explanation Answer: A) Salvage

Explanation:

'Jettison' means to discard and 'salvage' means to rescue something discarded. Hence, 'salvage' is the word which is farthest in meaning to the given word 'Jettison'.

Report Error

View Answer Report Error Discuss

Filed Under: Analogy
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

29 41645
Q:

Only if Sheela is happy, then she does not go to work.

A) Sheela is not happy and she goes to work. B) Sheela is happy and she does not go to work
C) Sheela is not happy and she does not go to work. D) Sheela is happy and she goes to work.
 
Answer & Explanation Answer: A) Sheela is not happy and she goes to work.

Explanation:

The event of "Sheela is not going to work" happens only when the event "Sheela is happy" happens. Also, if the event "Sheela is happy" does not happen, then the event "Sheela is not going to work" will not happen. In other words, if it is true that Sheela is not happy, then it means that Sheela is going to work.

Report Error

View Answer Report Error Discuss

21 4201
Q:

If (2a + 3b)/(5a - 3b) = 23/5 , then the value of ba is ?

A) 5 B) 4
C) 20 D) 28
 
Answer & Explanation Answer: C) 20

Explanation:

Given (2a + 3b)/(5a - 3b) = 23/5
=> 10a + 15b = 115a - 69b
=> 105a = 84b => 5a = 4b
a/b = 4/5 => a=4 & b=5
=> bxa = 5x4 = 20.

Report Error

View Answer Report Error Discuss

7 8035
Q:

If you had the chance to start your career over again, what would you do differently ?

Answer

This depends on several factors. Different Individuals have different answers for it.
You can answer as - " I will most likely be involved in a different but still related career path; something to do with the creative side. If I were to start over I would attempt to get myself to specialize in one area as a young man. It’s very interesting to follow one’s interests all at the same time, but you don’t get anywhere very quickly this way. By pursuing lots of interests all at the same time, it takes a long, long time to acquire professional level skills."

Report Error

View answer Workspace Report Error Discuss

2 1015