Questions

Q:

What is my PIN number ?

15284979_1144906482283121_6846321683334684022_n1500009455.png image

A) 93714 B) 42789
C) 36671 D) 93747
 
Answer & Explanation Answer: D) 93747

Explanation:

From the hints,

Only two options for 1st and 2nd digits => 4,2 and 9,3 since it is single digits

Sum of second and third digit  = 10 

If 2 => 3rd digit = 8

If 3 => 3rd digit = 7

4th digit = 2nd digit + 1 => (2+1 =3) or (3+1 = 4)

Sum of all digits = 30

Let 5th digit be x

=> 1st possibility = 4 + 2 + 8 + 3 + x = 30 => x = 13 (Not possible since it has 2 digits)

=> 2nd possibility = 9 + 3 + 7 + 4 + x = 30 => x = 7

Therefore, the PIN is 93747 

Report Error

View Answer Report Error Discuss

Filed Under: Math Puzzles
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

21 6329
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 6325
Q:

What is the largest seabird ?

Answer

Albatross

Report Error

View answer Workspace Report Error Discuss

31 6321
Q:

The rolling plan concept in our country started with the

A) Third plan B) Fourth plan
C) Fifth plan D) Seventh plan
 
Answer & Explanation Answer: C) Fifth plan

Explanation:

The Rolling plan refers to one-year plans in the five-year perspective. under Rolling plan, there would be an annual appraisal of the progress of the plan and on the basis of such an appraisal, the plan for the next year will be prepared. The plan would go on rolling year after year.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

17 6315
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 6312
Q:

Majid Gyre is a feature of which of the following Oceans  ?

A) Indian Ocean B) Pacific Ocean
C) Atlantic Ocean D) Arctic Ocean
 
Answer & Explanation Answer: A) Indian Ocean

Explanation:

The Indian Ocean consists of one gyre, the Indian Ocean (Majid) Gyre, which exists mostly in the Southern Hemisphere. It is named after Ahmad Bin Majid, the 15th-century Arab mariner. Following shows the Oceans and their respective Gyres

 Indian Ocean            -        Majid Gyre

North Atlantic Ocean   -       Columbus Gyre

South Atlantic Ocean  -       Prince Henry Gyre

North Pacific Ocean     -      Turtle Gyre

South Pacific Ocean    -       Heyerdahl Gyre

Report Error

View Answer Report Error Discuss

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

11 6311
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 6308
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 6307