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

4 8172
Q:

Maximum fixation of solar energy is done by

A) Fungi B) Protozoa
C) Bacteria D) Green plants
 
Answer & Explanation Answer: D) Green plants

Explanation:
Report Error

View Answer Report Error Discuss

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

30 8159
Q:

P, Q, R, S, T and U are six consecutive odd numbers and their average is 52. What is the product of P and U ?

A) 2212 B) 2154
C) 2349 D) 2679
 
Answer & Explanation Answer: D) 2679

Explanation:

Let x, x+2, x+4, x+6, x+8 and x+10 are six consecutive odd numbers.

Given that their average is 52

Then, x + x+2 + x+4 + x+6 + x+8 + x+10 = 52×6

6x + 30 = 312

x = 47

So Product = 47 × 57 = 2679

Report Error

View Answer Report Error Discuss

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

22 8154
Q:

Choose apropriate words which gives a complete meaning to the sentence from the given options.

we were thinking ______ it _______ something like a requiem for our age.

A) for, because B) for, as
C) of, as D) of, since
 
Answer & Explanation Answer: C) of, as

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Inserting The Missing Character
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO

28 8153
Q:

A ball is thrown vertically upward from the ground. It crosses a point at the height of 25 m twice at an interval of 4 seconds. The ball was thrown with the velocity of

A) 18 m/s B) 25 m/s
C) 30 m/s D) 36 m/s
 
Answer & Explanation Answer: C) 30 m/s

Explanation:

The interval between object pass the same point is 4 sec.

That means in 2 sec, object reaches the top and in next 2 sec, it again reaches the same point.

By the info given, we can find the velocity of that point by using : v=u+(-gt)

0= u - 10×2

u = 20

Then the velocity at 25m is 20m/sec.

so the initial velocity is


-v2 = u2 + (-2gh)400 = u2 - 2x 10 x 25u2 = 900 => u = 30 m/s

Report Error

View Answer Report Error Discuss

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

8 8141
Q:

What is the main function of an ignition safety switch?

Answer

An ignition safety switch is a safety device can shut off the engine if the operator falls off the PWC or out of the powerboat, or is otherwise thrown from the proper operating position.


 


How it works:


It allows the engine of the vehicle to shut off or to be turned off immediately as it is to prevent further complications to happen as this is being used when an emergency is launched


 


Where it is used:


Most powerboats and PWCs come equipped by the manufacturer with an emergency engine cut-off switch.

Report Error

View answer Workspace Report Error Discuss

Subject: Physics Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

6 8137
Q:

Word length of a personal computer is

A) 32 bit B) 16 bit
C) 8 bit D) 4 bit
 
Answer & Explanation Answer: C) 8 bit

Explanation:

Word length refers to the number of bits processed by a computer's CPU in one go. These days, typically 32 bits or 64 bits are used.

Data bus size, instruction size, address size are usually multiples of the word size.

Report Error

View Answer Report Error Discuss

11 8134
Q:

Which of these illustrates the Secondary Structure of a Protein?

chemistry1519110232.jpg image

A) A B) B
C) C D) D
 
Answer & Explanation Answer: B) B

Explanation:

The Secondary Structure of a Protein is option B)

 

The Secondary Structure of a Protein results from Hydrogen Bonds.

Report Error

View Answer Report Error Discuss

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

2 8123