Questions

Q:

Blood plasma is filtered in 

A) the renal capsule B) the renal column
C) the renal tubule D) the renal corpuscle
 
Answer & Explanation Answer: A) the renal capsule

Explanation:
Report Error

View Answer Report Error Discuss

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

1 2302
Q:

Which of the following is an example of parasitism?

A) Leeches consume blood of their host B) Ticks that live on dogs
C) Aphid insects eat the sap of the host plant D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

The relationship between two organisms such that one lives on the other and one gets benefited while the other get infected.

Report Error

View Answer Report Error Discuss

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

4 2302
Q:

Jatra is a traditional theatre form of which of the following states of India?

A) Maharashtra B) Bihar
C) Andhra Pradesh D) West Bengal
 
Answer & Explanation Answer: D) West Bengal

Explanation:

Jatra is a traditional theatre form of the state West Bengal in India.

Report Error

View Answer Report Error Discuss

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

0 2302
Q:

The question below consists of a set of labelled sentences. Out of the four options given, select the most logical order of the sentences to form a coherent paragraph.


P: It isn't bragging about how great you are.
Q: It's not about thinking you're perfect because nobody is but knowing that you're worthy of being love and accepted.
R: Self esteem is how much you value yourself and how important you think you are.
S: It's how you see yourself and feel about your achievements.

A) SQRP B) RQSP
C) RSPQ D) SRQP
 
Answer & Explanation Answer: C) RSPQ

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2302
Q:

The question below consists of a set of labelled sentences. Out of the four options given, select the most logical order of the sentences to form a coherent paragraph.
P- On the earth, liquid forms and solid forms (ice/snow) predominate.
Q- The water cycle has two distinct branches the atmospheric branch and the terrestrial branch.
R- Water plays a versatile role in the functioning of the biosphere.
S- In the atmospheric, water exists mainly in gaseous form.

A) RSPQ B) RQSP
C) RPSQ D) RQPS
 
Answer & Explanation Answer: B) RQSP

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2302
Q:

I crawl on the earth and rise on a pillar?

What am I?

Answer

A SHADOW can crawl on the earth and can rise on the pillar.

Report Error

View answer Workspace Report Error Discuss

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

4 2302
Q:

The Sanskrit poet Rajshekhar lived in the court of ___________.

A) Mahipala I B) Dharmapala
C) Bhoja D) Devpala II
 
Answer & Explanation Answer: A) Mahipala I

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

3 2301
Q:

Point out the error, if any, in the following program.

main()

{

    int a = 10;

    void f();

    a = f();

    printf ( "\n %d", a );

}

void f()

{

    printf ( "\n Hi ");

}

Answer

In spite of defining the function f() as returning void, the program is trying to collect the value returned by f() in the variable a.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2301