IT Trainer Questions


Q:

Pick the odd one out from the given number series?

21, 24, 33, 49, 74

A) 21 B) 24
C) 33 D) 49
 
Answer & Explanation Answer: A) 21

Explanation:

The given number series follows a pattern that,

19 + 12 = 20 (not 21)20 + 22 = 2424 + 32 = 3333 + 42 = 4949 + 52 = 74 

 

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

Report Error

View Answer Report Error Discuss

Filed Under: Number Series
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

8 59032
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 58490
Q:

Find the next number in the number series?

1, 4, 12, 32, ?

A) 80 B) 100
C) 192 D) 169
 
Answer & Explanation Answer: A) 80

Explanation:

Next number of the sequence 1, 4, 12, 32,...

1 = 2 x 20

4 = 2 x 21

12 = 3 x 22

32 = 4 x 23

80 = 5 x 24.

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 , IT Trainer

5 56815
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 56568
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 56084
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 54488
Q:

 What is the string contained in s after following lines of code?

StringBuffer s = new StringBuffer(“Hello”); s.deleteCharAt(0);  ?

A) llo B) Hllo
C) ello D) H
 
Answer & Explanation Answer: C) ello

Explanation:

deleteCharAt() method deletes the character at the specified index location and returns the resulting StringBuffer object.

So after deleting the character at 0 ie 'H', the string returns 'ello' as the output.

Report Error

View Answer Report Error Discuss

Filed Under: Java
Job Role: Analyst , IT Trainer

7 52805
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 52722