Analyst Questions


Q:

What has three feet but no toes?

Answer

A Yardstick has three feet used for measuring but no toes.

Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

47 8721
Q:

Motorcycle : Battery :: Life : ?

A) Star B) Moon
C) Sun D) Earth
 
Answer & Explanation Answer: C) Sun

Explanation:

Second is the ultimate source for the first.

That is, Battery is the source of motorcycle. Similarly, Sun is the ultimate source of life.

 

Hence, Motorcycle : Battery :: Life : Sun.

Report Error

View Answer Report Error Discuss

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

34 8720
Q:

Solve the Riddle?

bana1522056999.jpg image

A) 79 hrs B) 72 hrs
C) 52 hrs D) 18 hrs
 
Answer & Explanation Answer: D) 18 hrs

Explanation:

From the given data,

18 snakes can eat 18 bananas in 18 hrs.

=> 1 snake can eat 1 banana in 18 hrs

=> 79 snakes can eat 79 bananas in 18 hrs.

 

Hence, 18 hrs.

Report Error

View Answer Report Error Discuss

21 8707
Q:

Pageant is most similar in meaning to

A) Show B) Gallant
C) Beauty D) Sovereign
 
Answer & Explanation Answer: A) Show

Explanation:

Pageant is most similar in meaning to Show.

Report Error

View Answer Report Error Discuss

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

0 8705
Q:

The state of california uses a mechanism known as

A) NOTS B) BOTS
C) LOTS D) POTS
 
Answer & Explanation Answer: A) NOTS

Explanation:

The state of California uses a mechanism known as NOTS.

 

NOTS stands for Negligent Operator Treatment System.

 

What is this:

It is a program that is known to rehabilitate chronic violators of the driving laws in California. It consists of a series of computer generated warning letters and sanctions against violators. It affects drivers with age 18 years old and above in California.

 

How it works:

The actions in this program are based on "negligent operator points" that is being recorded every time period. These are added continuously until it reaches a certain degree which it needs an administrative hearing. Points are being assigned depending on the degree of the offense. It would range from zero to three points.

Report Error

View Answer Report Error Discuss

Filed Under: World Geography
Exam Prep: Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

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

4 8703
Q:

Optimist is to cheerful as Pessimist is to

A) Helpful B) Mean
C) Petty D) Gloomy
 
Answer & Explanation Answer: D) Gloomy

Explanation:

The given words are related in a way that, an optimist is a person whose outlook is cheerful. Similarly, a pessimist is a person whose outlook is gloomy.

 

The answer is not (b) because a pessimist does not have to be mean. Options (c) and (a) are incorrect because neither words describe the outlook of a pessimist.

 

Hence, Optimist is to cheerful as Pessimist is to Gloomy.

Report Error

View Answer Report Error Discuss

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

3 8699
Q:

The headquarters of the coffee board of India is

A) Bangalore B) Mysore
C) Chennai D) Hyderabad
 
Answer & Explanation Answer: A) Bangalore

Explanation:

The Coffee Board of India is an organisation managed by the Ministry of Commerce and Industry of the government of India to promote coffee production in India. The headquarters of the coffee board of India is located in Bangalore, Karnataka.

 

The Coffee Board of India was established by an act of Parliament in 1942.

Report Error

View Answer Report Error Discuss

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

7 8695