Questions

Q:

The idea of including the Emergency provisions in the Constitution of india has been borrowed from the_________

A) Constitution of Canada B) Weimar Constitution of Germany
C) Constitution of Ireland D) Constitution of USA
 
Answer & Explanation Answer: B) Weimar Constitution of Germany

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

14 6299
Q:

Find the missing number in the given puzzle?

missing_number_puzzle1546602135.jpg image

A) 963 B) 696
C) 969 D) 966
 
Answer & Explanation Answer: C) 969

Explanation:

1 + 1 = 121 = 1x1 1+1 1x1

1 + 2 = 134 = 1x1 1+2 2x2

2 + 2 = 444 = 2x2 2+2 2x2

3 + 2 = 954 = 3x3 3+2 2x2

3 + 3 = ?   

Similarly, 3x3 3+3 3x3 = 969

Report Error

View Answer Report Error Discuss

38 6297
Q:

Hindustan Lever is selling Lipton Ice Tea in the Indian Market in association with which company?

A) McDonald B) pepsiCo
C) Coca Cola D) Rasna
 
Answer & Explanation Answer: B) pepsiCo

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Business Awareness

26 6293
Q:

What is the largest seabird ?

Answer

Albatross

Report Error

View answer Workspace Report Error Discuss

31 6291
Q:

Explain derivatives in terms of capital markets ?

Answer

The term derivative indicates that it has no independent value that is its value is entirely derived from the values of the underlying assets. The underlying asset can be securities, commodities , bullion, currency, livestock or anything else.

Report Error

View answer Workspace Report Error Discuss

Subject: Finance

5 6289
Q:

We want to round off x, a Float to an Int value. The correct way to do so would be

A) Y = ( int ) ( x + 0.5 ) ; B) Y = int ( x + 0.5) ;
C) Y = ( int ) x + 0.5; D) Y = ( int ) ( ( int ) x + 0.5 )
 
Answer & Explanation Answer: A) Y = ( int ) ( x + 0.5 ) ;

Explanation:

Rounding off a value means replacing it by a nearest value that is approximately equal or smaller or greater to the given number.

 

y = (int)(x + 0.5); here x is any float value. To roundoff, we have to typecast the value of x by using (int)

 

Example:

 

#include

 

int main ()

 

{

 

  float x = 2.6;

 

  int y = (int)(x + 0.5);

 

  printf ("Result = %d\n", y );

 

  return 0;

 

}

 

Result : 3

Report Error

View Answer Report Error Discuss

Filed Under: Programming

3 6285
Q:

The bonds in the compound MgSO4 can be described as

A) covalent B) ionic
C) both A & B D) None of the above
 
Answer & Explanation Answer: C) both A & B

Explanation:

Here the given compound is MgSO4.

In the given compound, Sulphur (S) and Oxygen (O) are two non metals and Magnesium (Mg) is a metal.

In this compound, Sulphur and Oxygen reacts to form covalent bond and the metal Magnesium reacts with both non metals Sulphur and Oxygen to form ionic bonds.

 

Hence, in the given compound MgSO4 there are both covalent and ionic bonds.

Report Error

View Answer Report Error Discuss

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

1 6282
Q:

The State having the highest density of population is 

A) Kerala B) Tamil Nadu
C) West Bengal D) Uttar Pradesh
 
Answer & Explanation Answer: C) West Bengal

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

7 6281