Questions

Q:

The Pallava ruler who built the famous kailash temple at Kanchi and the Shore temple at Mahabalipuram was

A) Narsimha varman II B) Paramesvar varman I
C) Mahendra varman I D) Narasimha varman I
 
Answer & Explanation Answer: A) Narsimha varman II

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

4 5977
Q:

Which of the following is tropical grassland?

A) Savannah B) Pampas
C) Prairies D) Taiga
 
Answer & Explanation Answer: A) Savannah

Explanation:

Tropical grasslands, or savannas, are also the homes of primates in Africa and Asia; no savanna-living primates exist in South America. Tropical grasslands comprise a mixture of trees and grasses, the proportion of trees to grass varying directly with the rainfall.

Report Error

View Answer Report Error Discuss

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

11 5971
Q:

The international township built near Pondicherry in India in coloration with UNESCO is called

A) Elbaville B) Auroville
C) Gayaville D) Broadway
 
Answer & Explanation Answer: B) Auroville

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

10 5970
Q:

The memory unit is one part of

A) Input Device B) Central Processing Unit
C) Control Unit D) Output device
 
Answer & Explanation Answer: B) Central Processing Unit

Explanation:

In a computer, memory is one part of Central processing unit i.e, CPU.

Report Error

View Answer Report Error Discuss

14 5969
Q:

Jaduguda mines are famous for

A) mica deposits B) uranium deposits
C) gold deposits D) iron ore
 
Answer & Explanation Answer: B) uranium deposits

Explanation:

The Jaduguda Mine also known as Jadugoda or Jadugora is a Uranium mine in Jaduguda village in the Purbi Singhbhum district of the Indian state of Jharkhand.

Report Error

View Answer Report Error Discuss

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

13 5968
Q:

Rearrange the parts of the sentence in correct order.

 

The ideology of

P : modern economics suggests that

Q : enhanced satisfaction and well-being

R : material progress has yielded

 

A) PQR B) RQP
C) PRQ D) RPQ
 
Answer & Explanation Answer: C) PRQ

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams , GRE , TOEFL

0 5968
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 5966
Q:

Purushmedha i.e. Male sacrifies is referred to in

A) krishna Yajurveda B) Shukla Yajurveda
C) Shatapatha Brahman D) panchvisha Brahman
 
Answer & Explanation Answer: C) Shatapatha Brahman

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

2 5966