Analyst Questions


Q:

Nucleoli are present during

A) prophase B) anaphase
C) interphase D) prometaphase
 
Answer & Explanation Answer: C) interphase

Explanation:

Nucleoli are present during Interphase.

Chromosomes become visible during Prophase.

Centromeres divide and sister chromatids become full-fledged chromosomes during Anaphase.

Spindle fibers attach to kinetochores during Prometaphase.

 

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE
Job Role: Analyst

6 1891
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

3 4855
Q:

Why is Meiosis called Reduction Division?

Answer

Meiosis ::


Meiosis is a type of cell division that reduces the chromosome number by half in daughter cells, creating four haploid cells, each genetically distinct from the parent cell that gave rise to them.


Why it is called as Reduction Division ::


1. As the Meiosis division process involves in reduction of chromosome number in the daughter cells to half the number in the parent cell, this process is called Reduction Division.
Meiosis creates gametes (egg and sperm cells).


2. The resulting gametes have 23 new chromosomes, one member of each of the 23 pairs, representing unique combinations of the original maternal and paternal copies.

Report Error

View answer Workspace Report Error Discuss

Subject: Biology Exam Prep: AIEEE
Job Role: Analyst , Bank PO

10 4015
Q:

18 as a decimal?

A) 0.375 B) 0.247
C) 0.214 D) 0.125
 
Answer & Explanation Answer: D) 0.125

Explanation:

Here  18 in decimal means 8th part in 1.

We know that 110 = 0.1

Then,   18 = ?

=> ? = 18 x 0.1110= 0.1 x 108= 0.5418= 0.125

Report Error

View Answer Report Error Discuss

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

4 2436
Q:

Mg+O2=MgO

Balance the above Chemical equation?

A) 2Mg + O2 ----> 2MgO B) 2Mg + O ----> 2MgO
C) 2Mg + O ----> MgO2 D) 2Mg + O2 ----> MgO2
 
Answer & Explanation Answer: A) 2Mg + O2 ----> 2MgO

Explanation:

Given Equation is 

Mg + O2  MgO

Balancing the Chemical Equation is nothing but Conservation of Matter. As Matter is Neither created nor Destroyed, it must be conserved.

Here we have 1 Mg and 2 O on the left side and 1 Mg and 1 O on the right side

To balance that, add 1 Mg on the left side so that it becomes 2 Mg and 2 O on the left side

i.e,

2 Mg + O2  2 MgO

Here it has 2 Mg & 2 O on the left side and 2 Mg and 2 O on the right side and the Chemical equation is Balanced.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: GATE , AIEEE
Job Role: Analyst

31 39853
Q:

What Asks But Never Answers?

A) Teacher B) Telephone
C) Letter D) Owl
 
Answer & Explanation Answer: D) Owl

Explanation:

An owl.

"What noise does an owl make?

The sound an Owl makes, it sounds like, "Who?" to our ears.

They sounds entire lives asking the same question, but they'll never give any answers.

Report Error

View Answer Report Error Discuss

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

14 5089
Q:

A university library budget committee must reduce exactly five of eight areas of expenditure—I, J, K, L, M, N, O and P—in accordance with the following conditions:

If both I and O are reduced, P is also reduced.
If L is reduced, neither N nor O is reduced.
If M is reduced, J is not reduced.
Of the three areas J, K, and N exactly two are reduced.

 

Question :

If both K and N are reduced, which one of the following is a pair of areas neither of which could be reduced?

A) I, L B) J, L
C) J, M D) I, J
 
Answer & Explanation Answer: B) J, L

Explanation:

This question concerns a committee’s decision about which five of eight areas of expenditure to reduce. The question requires you to suppose that K and N are among the areas that are to be reduced, and then to determine which pair of areas could not also be among the five areas that are reduced.

The fourth condition given in the passage on which this question is based requires that exactly two of K, N, and J are reduced. Since the question asks us to suppose that both K and N are reduced, we know that J must not be reduced:

Reduced         ::      K, N
Not reduced   ::      J

The second condition requires that if L is reduced, neither N nor O is reduced. So L and N cannot both be reduced. Here, since N is reduced, we know that L cannot be. Thus, adding this to what we’ve determined so far, we know that J and L are a pair of areas that cannot both be reduced if both K and N are reduced:

Reduced        ::      K, N
Not reduced  ::      J, L

Answer choice (B) is therefore the correct answer.

Report Error

View Answer Report Error Discuss

13 7961
Q:

Who gave the title Father of The Nation to Mahatma Gandhi? 

A) Rabindra Nath Tagore B) Subhas Chandra Bose
C) G.K. Gokel D) None of above
 
Answer & Explanation Answer: B) Subhas Chandra Bose

Explanation:

The title of Father of the Nation was given to Mohan Das Karamchand Gandhi known as Mahathma Gandhi by Netaji Subhas Chandra Bose.

He was the first who addressed Mahatma Gandhi as Father of the Nation on Singapore Radio on July 6, 1944.

Report Error

View Answer Report Error Discuss

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

15 4303