Questions

Q:

Who is the emperor founded the religion Din-e-Lilah ?

A) Allauddin Khilji B) Akbar
C) Mohammad-bin tuglak D) Ibrahim Lodi
 
Answer & Explanation Answer: B) Akbar

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

4 4544
Q:

Break the logic behind the given mathematical puzzle?

Maths_logic_puzzle1557901040.png image

A) 7 B) 8
C) 11 D) 13
 
Answer & Explanation Answer: B) 8

Explanation:

In the given puzzle,

The logic is in the format of lets say, a/b


In that case b doesn't matter, because

2/2 = 1,

6/5 = 6/2 = 3,

10/11 = 10/2 = 5

 

This means that equation is a/2

So 16/19 is equal 16/2 = 8.

Report Error

View Answer Report Error Discuss

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

19 4542
Q:

The Earthquake at Sagami bay in Japan which killed two and half lakh people was an example of

A) Tectonic earthquake B) Plutonic earthquake
C) Main induced evarthquake D) Isostatic earthquake
 
Answer & Explanation Answer: A) Tectonic earthquake

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

2 4542
Q:

 The first step in database development is which of the following?

A) Enterprise data modeling B) Logical database design
C) Physical database design and definition D) Database Implementation
 
Answer & Explanation Answer: A) Enterprise data modeling

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

0 4542
Q:

The credit of inventing the tv goes to

A) Philo Farnsworth B) John Logie Baird
C) Philo Farnsworth D) None of the above
 
Answer & Explanation Answer: A) Philo Farnsworth

Explanation:

The credit of inventing the television goes to Philo Farnsworth.

Report Error

View Answer Report Error Discuss

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

4 4540
Q:

As per "Swachh Survekshan 2017" records India's cleanest city is  ?

A) Hyderabd B) Tirupathi
C) Indore D) Bangalore
 
Answer & Explanation Answer: C) Indore

Explanation:

i. The 'Swachh Survekshan 2017' survey results were recently announced by Urban Development Minister M Venkaiah Naidu. The total 434 cities of India were surveyed. Indore in Madhya Pradesh is India’s cleanest city while Gonda in Uttar Pradesh is the dirtiest.

ii. Gujarat has the maximum of 12 cities among the top 50 clean cities, closely followed by Madhya Pradesh with 11 and Andhra Pradesh with eight. Uttar Pradesh accounted for half of the bottom 50 cities in the cleanliness ranking.

Top 10 clean cities of India in 2017 are:

Indore (MP)
Bhopal (MP)
Visakhapatnam (Andhra Pradesh)
Surat (Gujarat)
Mysuru (Karnataka)
Tiruchirapally (Tamil Nadu)
New Delhi Municipal Council (New Delhi)
Navi Mumbai (Mumbai)
Tirupati (Andhra Pradesh)
Vadodara (Gujarat).

Top 5 Dirtiest cities of India (with Rank) in 2017 are:

Gonda (UP)- 434,
Bhusawal (Maharashtra)- 433,
Bagaha (Bihar)- 432,
Hardoi (Uttarakhand)- 431,
Katihar (Bihar)- 430.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

2 4540
Q:

What is the difference between malloc() and calloc() functions?

Answer

As against malloc(), calloc() needs two arguments, the number of elements  to be allocated and the size of each element. For example,


 p = (int *) calloc (10, sizeof (int));


would allocate space for a 10- integer array. Additionally, calloc() would also set each of this element with a value 0.


Thus the above call to calloc() is equivalent to:


p = (int *) malloc (10 * sizeof (int));


memset (p, 0, 10 * sizeof( int ));

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 4538
Q:

What has 4 eyes but can't see?

Answer

It is MISSISSIPPI.


 


 


 


 


 


 


 


 
Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles Exam Prep: Bank Exams

3 4537