Database Administration Questions


Q:

Fumble is to Finesse as Malign is to

A) Slander B) Extol
C) Criticize D) Assurance
 
Answer & Explanation Answer: B) Extol

Explanation:

Fumble means grope, mishandle, drop, mistake, blunder, bungle.

Finesse means skill, grace, elegance, assurance, diplomacy, discretion.

So, they are opposites.

 

Similarly,

Malign means slander or criticize.

Extol means being kind or good-natured. A person without finesse often fumbles. A person without extol in his heart often maligns.

Extol means praise or exalt, benevolence

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

137 58492
Q:

Which two months in a year have the same calendar?

A) October, December B) April, November
C) June, October D) April, July
 
Answer & Explanation Answer: D) April, July

Explanation:

If the period between the two months is divisible by 7, then that two months will have the same calender .

 
(a). Oct + Nov  = 31 + 30 = 61 (not divisible by 7)

(b). Apr + May + Jun + Jul + Aug + Sep + Oct = 30 + 31 + 30 + 31 + 31 + 30 + 31  = 214 (not divisible by 7)

(c). Jun + July + Aug + Sep = 30 + 31 + 31 + 30 = 122 (not divisible by 7)

(d). Apr + May + June = 30 + 31 + 30 = 91 (divisible by 7)

 

Hence, April and July months will have the same calendar.

Report Error

View Answer Report Error Discuss

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

228 56571
Q:

Find the next number in the following number series?

11, 13, 30, 96, ?

A) 264 B) 392
C) 412 D) 459
 
Answer & Explanation Answer: B) 392

Explanation:

The given number series 11, 13, 30, 96, ? follows a pattern that,

11

11 x 1 + 2 = 13

13 x 2 + 4 = 30

30 x 3 + 6 = 96

96 x 4 + 8 = 392

 

Hence, the next number in the given series is 392.

Report Error

View Answer Report Error Discuss

Filed Under: Odd Man Out
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration

6 56470
Q:

What is the place value of 6 in 64?

A) 6 B) 60
C) 64 D) 10
 
Answer & Explanation Answer: B) 60

Explanation:

We know that,

● Each digit has a fixed position called its place.

● Each digit has a value depending on its place called the place value of the digit.

● The face value of a digit for any place in the given number is the value of the digit itself

● Place value of a digit = (face value of the digit) × (value of the place).

 

Hence, the place value of 6 in 64 = 6 x 10 = 60.

Report Error

View Answer Report Error Discuss

229 56086
Q:

Find the odd one out of the floowing number series?

270, 261, 279, 252, 289, 243

A) 270 B) 279
C) 289 D) 243
 
Answer & Explanation Answer: C) 289

Explanation:

Here the given number series is 270, 261, 279, 252, 289, 243

270 - 9 = 261

261 + 18 = 279

279 - 27 = 252

252 + 36 = 288 (not equals to 289)

288 - 45 = 243

 

Hence, the odd number in the given number series is 289.

Report Error

View Answer Report Error Discuss

5 54492
Q:

Find the odd man out?

16, 254, 1296, 4096, 10000

A) 16 B) 254
C) 1296 D) 10000
 
Answer & Explanation Answer: B) 254

Explanation:

The given series 16, 254, 1296, 4096, 10000 follows a pattern that

 

24, 44, 64, 84, 104,...

Hence, the odd man in the series is 4 x 4 x 4 x 4 = 256 not 254.

Report Error

View Answer Report Error Discuss

3 52723
Q:

They come out at night without being called and are lost in the day without being stolen. What are they?

A) Light B) Bats
C) Stars D) Flights
 
Answer & Explanation Answer: C) Stars

Explanation:

Stars are what that come out at night without being called and are lost in the day without being stolen.

Report Error

View Answer Report Error Discuss

175 52647
Q:

Which tag is used to display the numbered list?

 

1) <ol> </ol>    2) <li></li>     3) <ul> </ul>    4) <dl> </dl>

A) 1 B) 2
C) 3 D) 4
 
Answer & Explanation Answer: A) 1

Explanation:

Use HTML tag <ol> element to define an ordered list.

Use the HTML type attribute to define the numbering type. Use the HTML <li> element to define a list item. Use the HTML <dl> element to define a description list.

 

Hence, as numbered list come under ordered list tag <ol> tag is used for numbered list.

Report Error

View Answer Report Error Discuss

29 52336