Analyst Questions


Q:

Which strait separates India from Sri Lanka?

A) Strait of Gibraltar B) Palk strait
C) Strait of Hormuz D) None of the above
 
Answer & Explanation Answer: B) Palk strait

Explanation:

Strait is nothing but a narrow passage of water which connects two seas or other large areas of water. Here Palk strait is the strait that separates India from Sri Lanka.

Which_strait_separates_India_from_Sri_Lanka1537428025.jpg image

Report Error

View Answer Report Error Discuss

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

9 11590
Q:

Lichens are the best indicator of

A) Air pollution B) Sound pollution
C) Noise pollution D) Water pollution
 
Answer & Explanation Answer: A) Air pollution

Explanation:

1. Lichens are plants that grow in exposed places such as rocks or tree bark.

 

2.  Lichens are widely used as environmental indicators or bio-indicators. They can be used as air pollution indicators, especially of the concentration of sulfur-di-oxide in the atmosphere.  

 

3. They need to be very good at absorbing water and nutrients to grow there.

Report Error

View Answer Report Error Discuss

30 11569
Q:

In a G - 20 meeting there were total 20 people representing their own country. All the representative sat around a circular table. Find the number of ways in which we can arrange them around a circular table so that there is exactly one person between two representatives namely Manmohan and Musharraf.

A) 2 x (17!) B) 2 x (18!)
C) (3!) x (18!) D) (17!)
 
Answer & Explanation Answer: B) 2 x (18!)

Explanation:

A person can be chosen out of 18 people in 18 ways to be seated between Musharraf and Manmohan. Now consider Musharraf, Manmohan, and the third person, sitting between them, as a single personality, we can arrange them in 17! ways but Musharraf and Manmohan can also be arranged in 2 ways. 

 

Required number of permutations = 18 x (17!) x 2 = 2 x 18!

Report Error

View Answer Report Error Discuss

Filed Under: Permutations and Combinations
Exam Prep: GATE , Bank Exams , AIEEE
Job Role: Bank PO , Analyst

2 11563
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 11562
Q:

Which Noble Gas has the highest First Ionization Energy?

A) Neon B) Helium
C) Argon D) Xenon
 
Answer & Explanation Answer: B) Helium

Explanation:

Helium has the highest First Ionization Energy in the Noble Gases group.

Ionization Energy ::

Ionisation energy is the energy required to remove one mole of electrons from one mole of gaseous atoms. Atoms are more stable when they have full valence shells.

Noble Gases have a very stable electron configuration, therefore, they have the highest amount of ionization energy within their periods. It decreases down a family because electrons farther from the nucleus are easier to remove.

Ionization Energy levels of Noble Gases group in Descending Order :: He, Ne, Ar, Kr, Xe, Rn

Report Error

View Answer Report Error Discuss

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

20 11561
Q:

Main storage is also called

A) Memory B) Control unit
C) Accumulator D) Register unit
 
Answer & Explanation Answer: A) Memory

Explanation:

In a computer, the area where the data is stored for the quick access by the computer's processor is called Main storage or Primary storage or Memory or RAM.

 

Hence, main storage is also called Memory.

Report Error

View Answer Report Error Discuss

15 11549
Q:

Which of the following is likely during vigorous exercise?

A) Blood flow to the kidneys increases. B) capillaries of the active muscles will be engorged with blood.
C) The skin will be cold and clammy. D) Blood will be diverted to the digestive organs.
 
Answer & Explanation Answer: B) capillaries of the active muscles will be engorged with blood.

Explanation:

During vigorous exercise capillaries of the active muscles will be engorged with blood.

Report Error

View Answer Report Error Discuss

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

12 11539
Q:

Which one of the following vitamins is known as the anti sterile factor  ?

A) Ascorbic acid B) Riboflavin
C) Niacin D) Retinol
 
Answer & Explanation Answer: B) Riboflavin

Explanation:
Report Error

View Answer Report Error Discuss

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

75 11538