Analyst Questions


Q:

Find the Next Number in the given number series?

3, 10.5, 36.75, 128.625, ?

A) 450.187 B) 442.151
C) 441.231 D) 456.852
 
Answer & Explanation Answer: A) 450.187

Explanation:

Pattern is

      • 3
      • 3 x 3.5 = 10.5
      • 10.5 x 3.5 = 36.75
      • 36.75 x 3.5 = 128.625
      • 128.625 x 3.5 = 450.187
Report Error

View Answer Report Error Discuss

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

9 43559
Q:

What is black when you buy it, red when you use it, and gray when you throw it away?

A) Shoe B) Charcoal
C) Belt D) All the above
 
Answer & Explanation Answer: B) Charcoal

Explanation:

What_is_black_when_you_buy_it,_red_when_you_use_it,_and_gray_when_you_throw_it_away1557491056.jpg image

It is Charcoal which is black when we buy it or when not being used. It gets red in appearance when put in use means to say when burning. And eventually when it's been consumed by fire or after getting burned out or used up, changes into ashes which look grey in color.

Report Error

View Answer Report Error Discuss

Filed Under: Logic Puzzles
Exam Prep: GATE , CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

145 43001
Q:

Pick the odd man out of the folowing number sequence?

123 112 133 112 143

A) 143 B) 122
C) 133 D) 112
 
Answer & Explanation Answer: B) 122

Explanation:

Here the given series is 123 112 133 112 143

It follows a pattern that,

123

123 - 11 = 112

112 + 21 = 133

133 - 31 = 102 (not 122)

102 + 41 = 143

 

Hence, the odd man in the given number sequence is 122 instead of 102.

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

4 42865
Q:

Odd man out of the series

90 72 56 42 36 20

A) 20 B) 36
C) 42 D) 56
 
Answer & Explanation Answer: B) 36

Explanation:

The given number series is 90 72 56 42 36 20

9 x 10 = 90

8 x 9 = 72

7 x 8 = 56

6 x 7 = 42

5 x 6 = 30 (not 36) 

4 x 5 = 20

 

Hence, the odd man in the given number series is 36.

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

8 42722
Q:

The length of a rectangular hall is 5m more than its breadth. The area of the hall is 750 sq.m. The length of the hall is

A) 20 B) 25
C) 30 D) 35
 
Answer & Explanation Answer: C) 30

Explanation:

Let breadth = x m

 

Then, length = (x+5)m

 

Area of a rectangle = Length x Breadth

 

x(x+5) = 750 

 

x² + 5x - 750= 0

 

(x+30)(x-25)= 0

 

x = 25 or x = -30

 

Hence, breadth x = 25m

 

=> Length = x + 5 = 25 + 5 = 30m. 

Report Error

View Answer Report Error Discuss

Filed Under: Area
Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

72 42677
Q:

Complete the next number in the given number series?

21 56 102 160 231 316

A) 416 B) 415
C) 414 D) 413
 
Answer & Explanation Answer: A) 416

Explanation:

The given number series is  21 56 102 160 231 316

 

21      56       102        160      231       316         416

   +35    +46       +58       +71      +85       +100

        +11      +12       +13      +14      +15

 

Hence, the next number in the given number series is 316 + 100 = 416.

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

2 42373
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

3 42292
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 42118