Database Administration Questions


Q:

Solve if you are Genius?

27973011_1559273064179792_7533515893130149894_n1519041289.jpg image

A) 36 B) 42
C) 48 D) 54
 
Answer & Explanation Answer: D) 54

Explanation:

Here the given Number Puzzle follows a pattern that, Sum of the numbers on the corners on the two squares is same and is equal to 54.

i.e,

13 + 15 + 14 + 12 = 54 

and

8 + 22 + 9 + 15 = 54

Report Error

View Answer Report Error Discuss

13 6831
Q:

Find the speed of stream if a boat covers 36 km in downstream in 6 hours which is 3 hours less in covering the same distance in upstream?

A) 1.5 kmph B) 1 kmph
C) 0.75 kmph D) 0.5 kmph
 
Answer & Explanation Answer: B) 1 kmph

Explanation:

Speed of the boat upstream = 36/9 = 4 kmph

Speed of the boat in downstream = 36/6 = 6 kmph

Speed of stream = 6-4/2 = 1 kmph

Report Error

View Answer Report Error Discuss

18 6798
Q:

Which of the following are incorrect form of StringBuffer class constructor  ?

A) StringBuffer(int size , String str) B) StringBuffer(int size)
C) StringBuffer(String str) D) StringBuffer()
 
Answer & Explanation Answer: A) StringBuffer(int size , String str)

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Java
Job Role: Database Administration , IT Trainer

3 6795
Q:

Wince : Pain :: Prostration : ?

A) Frustration B) Submissiveness
C) Strained D) Discomfiture
 
Answer & Explanation Answer: B) Submissiveness

Explanation:

First is the sigh of the second.

Hence, Wince : Pain :: Prostration :Submissiveness.

Report Error

View Answer Report Error Discuss

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

4 6789
Q:

Which value is equal to 5% of 1,500?

A) 35 B) 55
C) 75 D) 45
 
Answer & Explanation Answer: C) 75

Explanation:

In the question it is asked for 5% of 1500

5 x 1500/100 = 15 x 5 = 75.

 

Hence, 5% of 1,500 is equal to 75.

Report Error

View Answer Report Error Discuss

10 6785
Q:

A shop keeper sells an article at a loss of 8%, but when he increases the selling price of the article by Rs. 164 he earns a profit of 2.25% on the cost price. If he sells the same article at Rs. 1760, what is his profit percentage?

A) 2.5% B) 5%
C) 10% D) 7.5%
 
Answer & Explanation Answer: C) 10%

Explanation:

According to the given data,

Let Cost price of the article be 'cp'

Then,

102.25 cp - 92 cp = 164 x 100

10.25 cp = 16400

cp = 1600

Now, if he sells at Rs. 1760

Profit = 1760 - 1600 = 160

 

Profit% = 160/1600 x 100 = 10%.

 

Report Error

View Answer Report Error Discuss

10 6775
Q:

Which two method you need to implement for key Object in HashMap ?

Answer

In order to use any object as Key in HashMap, it must implements equals and hashcode method in Java.

Report Error

View answer Workspace Report Error Discuss

4 6766
Q:

The ratio of K’s and M’s ages is 4: 5. If the difference between the present age of M and the age of K, 5 years hence is 3 years, then what is the difference and total of present ages of K and M?

A) 8, 72 yrs B) 16, 65 yrs
C) 12, 84 yrs D) 10, 60 yrs
 
Answer & Explanation Answer: A) 8, 72 yrs

Explanation:

Let the present ages be K,M

Given K/M = 4/5

5K - 4M = 0 ......(1)

Also given that,

M - (K + 5) = 3

M - K = 8 .........(2)


Then, by solving (1) & (2)

M = 40 yrs and K = 32 yrs

Hence, Total of ages = 40 + 32 = 72 yrs

Difference of ages = 40 - 32 = 8 yrs.

Report Error

View Answer Report Error Discuss

3 6760