Questions

Q:

The SQL keyword(s) ________ is used with wildcards.

A) LIKE only B) IN only
C) NOT IN only D) IN and NOT IN
 
Answer & Explanation Answer: A) LIKE only

Explanation:
Report Error

View Answer Report Error Discuss

36 15068
Q:

Which one of the following Indus Civilization site gives evidence of a dockyard

A) Harappa B) Lothal
C) Mohenjodaro D) Rakhigarhi
 
Answer & Explanation Answer: B) Lothal

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

22 15061
Q:

Rajasthan receives very little rain because

A) It is too hot B) there is no water available and thus the winds remain dry
C) the mansoons fail to reach this area D) the winds do not come across any barrier to cause the necessary uplift to cool the winds
 
Answer & Explanation Answer: D) the winds do not come across any barrier to cause the necessary uplift to cool the winds

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

57 15056
Q:

In known elements, the maximum number is of

A) Metals B) Non Metals
C) Metalloids D) None of these
 
Answer & Explanation Answer: A) Metals

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

56 15054
Q:

India is a Tropical country but has a Monsoonal climate because 

A) Its real extent is vast B) It is surrounded by the sea
C) The Himalayas provide the barrier effect D) Land and sea breeze create monsoons
 
Answer & Explanation Answer: C) The Himalayas provide the barrier effect

Explanation:

The whole of India, south of the Himalayas can be climatically treated as a tropical country as the Himalayas provide the barrier effect. 

 

Indian subcontinent is separated from the rest of Asia by the lofty Himalayan ranges which block the cold air masses moving southwards from Central Asia.

  

 As a result, during winters, the northern half of India is warmer by 3°C to 8°C than other areas located on same latitudes.

  

During summer, due to over the head position of the sun, the climate in the southern parts resemble equatorial dry climate.

 

The seasonal reversal of winds in Arabian Sea and Bay of Bengal give India a typical tropical monsoon climate.

 

So Indian climate, to be precise, is Tropical monsoon type (a distinct wet and dry climate) rather than just a tropical or half temperate climate.

Report Error

View Answer Report Error Discuss

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

21 15043
Q:

What is the output after compile and run the following code ?

int Output = 10;
boolean b = false;
if((b == true) && ((Output += 10) == 20))
{
System.out.println("We are equal " + Output);
}
else
{
System.out.println("Not equal! " + Output);
}

A) Compilation and output of "We are equal 10" B) Compilation and output of "Not equal! 10"
C) Compilation error, attempting to perform binary comparison on logical data type D) Compilation and output of "Not equal! 20"
 
Answer & Explanation Answer: B) Compilation and output of "Not equal! 10"

Explanation:

The output will be "Not equal! 10". Please note that && is logical AND operator. If first operand before (&&) is false then the other operand will not be evaluated. This illustrates that the Output +=10 calculation was never performed because processing stopped after the first operand was evaluated to be false. If you change the value of b1 to true, processing occurs as you would expect and the output would be "We are equal 20".

Report Error

View Answer Report Error Discuss

Filed Under: Oracle Certification
Job Role: Analyst

12 15042
Q:

Prime Minister NarendraModi released a book authored by LokSabha Speaker SumitraMahajan in New Delhi, recently. The book is titled as __________.

A) Matopadesh B) Bhagyashree
C) Preranadayini D) Matoshree
 
Answer & Explanation Answer: D) Matoshree

Explanation:

Prime Minister NarendraModi released a book authored by LokSabha Speaker SumitraMahajan in New Delhi, recently. The book is titled as 'Matoshree'.

Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

16 15038
Q:

Civil equality implies

A) Equality before law B) Equality of opportunity
C) Equal distribution of wealth D) Equal right to participate in the affairs of the State
 
Answer & Explanation Answer: A) Equality before law

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

34 15037