Analyst Questions


Q:

what will be the output of the following code?

class Value
{
    public int i = 15;
}
public class Test
{
    public static void main(String argv[])
    {
        Test t = new Test();
        t.first();
    }
    public void first()
    {
        int i = 5;
        Value v = new Value();
        v.i = 25;
        second(v, i);
        System.out.println(v.i);
    }
    public void second(Value v, int i)
    {
        i = 0;
        v.i = 20;
        Value val = new Value();
        v =  val;
        System.out.println(v.i + " " + i);
    }
}

A) 15 0 2 B) 15 0 0
C) 15 20 0 D) 15 0 20
 
Answer & Explanation Answer: D) 15 0 20

Explanation:
Report Error

View Answer Report Error Discuss

9 15333
Q:

Headquarters of State Bank of India is in

A) Noida B) Mysore
C) Mumbai D) Hyderabad
 
Answer & Explanation Answer: C) Mumbai

Explanation:

State Bank of India (SBI) is the largest public sector banks in India. It was the first bank established in India as Bank of Calcutta in 1806 and then Imperial Bank of India and then it became State Bank of India on 1st July 1955. The Headquarters of State Bank of India is in Mumbai, Maharashtra.

Report Error

View Answer Report Error Discuss

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

25 15315
Q:

Better is to worst as slower is to

A) quickest B) good
C) best D) fast
 
Answer & Explanation Answer: A) quickest

Explanation:

Better is compared with worst and slower must be compared with quickest since fast is the extreme of it.

 

Hence, Better is to worst as slower is to quickest.

Report Error

View Answer Report Error Discuss

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

5 15296
Q:

I am an English word with five letters. If you remove my last four I am still pronounced the same. What am I?

Answer

An English word with five letters in which if you remove the last four letters, still pronounced the same is QUEUE.

Report Error

View answer Workspace Report Error Discuss

92 15254
Q:

What Does My Name Mean, If my Mother is a Mathematician, and my Father is a Chemist. And they gave a Code to My Name as "Iron59".

Crack my Name?

A) Elix B) Alex
C) Selix D) Felix
 
Answer & Explanation Answer: D) Felix

Explanation:

Here my name "Iron59" means Felix.

Since my father is a chemist he gave code Iron for Fe as chemical symbol for Iron is Fe and my mother is a mathematician she gave 59 for Lix as Roman word for 59 is Lix.

 

Hence my name is FELIX.

Report Error

View Answer Report Error Discuss

Filed Under: Logic Puzzles
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer , Project Manager

17 15246
Q:

What part of a check is the least important?

A) Memo line B) The check number
C) Routing number D) Signature line
 
Answer & Explanation Answer: A) Memo line

Explanation:

The parts of a check are :

 

1. Name & Address

2. Date

3. Pay to the order of

4. Written amount

5. Numeric amount box

6. For or Memo line 

7. Signature line

8. Check number

9. Account number

10. Bank name etc... 

mb_check_labeled1530955248.gif image

 

Hence, the Memo line which describes the purpose of the check is of least important in all the parts of a check.

Report Error

View Answer Report Error Discuss

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

15 15243
Q:

One fill pipe A is 3 times faster than second fill pipe B and takes 32 minutes less than the fill pipe B. When will the cistern be full if both pipes are opened together?

A) 6 min B) 8 min
C) 12 min D) 10 min
 
Answer & Explanation Answer: C) 12 min

Explanation:

Let pipe A takes p min to fill

Then,

pipe B takes 3p min to fill

=> 3p - p = 32

=> p = 16 min => 3p = 48 min

 

Required, both pipes to fill = (48 x 16)/(48 + 16) min = 12 min.

Report Error

View Answer Report Error Discuss

Filed Under: Pipes and Cistern
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

20 15241
Q:

Square units 13 by 9 of an office area is

A) 97 B) 117
C) 107 D) 127
 
Answer & Explanation Answer: B) 117

Explanation:

Square units 13 by 9 of an office means office of length 13 units and breadth 9 units.

 

Now its area is 13x 9 = 117 square units or units square.

Report Error

View Answer Report Error Discuss

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

24 15212