Analyst Questions


Q:

Which vehicle is spelled the same forwards and backwards?

Answer

Racecar and Civic are the two vehicles which spelled the same forwards an backwards.

Report Error

View answer Workspace Report Error Discuss

7 8732
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 8732
Q:

Misogamy : Marriage : : Misogyny : ?

A) Husband B) Relation
C) Women D) Children
 
Answer & Explanation Answer: C) Women

Explanation:

First is a hatred for the second

Report Error

View Answer Report Error Discuss

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

3 8730
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 8723
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 8713
Q:

Which one of the following is an element?

A) Topaz B) Rruby
C) Diamond D) Sapphire
 
Answer & Explanation Answer: C) Diamond

Explanation:

Here in the given options, Diamond is an element as it is the allotrope of the carbon atom.

Report Error

View Answer Report Error Discuss

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

14 8712
Q:

9 P in SS?

Answer

9 P in SS  is a short form for 9 Planets i  Solar System.


 


There are many more of this kind. Some of them are:


 


1. 7 C in a R        -    7 Colours in a Rainbow


2.  90 D in a R A   -    90 Degrees in a Right Angle


3.  52 W in a Y     -    52 Weeks in a Year


4.  5 C in an OF


5.  12 S of the Z

Report Error

View answer Workspace Report Error Discuss

Subject: Logic Puzzles Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO

7 8712
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 8711