Questions

Q:

Second Nationalization of Commercial Banks in India took place in ?

A) 1890 B) 1969
C) 1972 D) 1980
 
Answer & Explanation Answer: D) 1980

Explanation:

First nationalisation of commercial banks in India took place in 1969 and second time in 1980.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

15 6451
Q:

Cathode rays are 

A) electromagnetic wave B) stream of alpha particle
C) stream of electrons D) radiations
 
Answer & Explanation Answer: C) stream of electrons

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

13 6450
Q:

Which of the following is an example of a simile?

A) Clouds of vanilla cotton candy floated in the sky. B) His stomach rumbled like an approaching train.
C) She was drowning in a sea of grief. D) He was a hurricane in her heart.
 
Answer & Explanation Answer: B) His stomach rumbled like an approaching train.

Explanation:

In the given options, "His stomach rumbled like an approaching train" is an example of Simile.

All the other options are examples of metaphors. 

 

Simile and Metaphor are both figure of speeches in English which are used for comparing things but the only difference is Simile uses LIKE or AS words in comparing and metaphor directly compares without using any words.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

4 6450
Q:

A clock is started at 11 a.m. By 600 seconds past 6 p.m, the hour hand has turned through ?

A) 155 degrees B) 175 degrees
C) 205 degrees D) 215 degrees
 
Answer & Explanation Answer: D) 215 degrees

Explanation:

The total angle traced by the hour hand is the angle traced in 7 hours and 10 minutes.
We know that the angle traced by the hour hand in one hour is 30º and in one minute is 1/2º.
Therefore, (30º x 7) + (10 x 1/2º) = 215º is the angle traced by the hour hand.

Report Error

View Answer Report Error Discuss

Filed Under: Clock puzzles
Exam Prep: Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO

15 6445
Q:

You are scheduled to leave at 6 pm. Your replacement worker doesn't show up. What would you do?

Answer

If he was unable to make his shift, I would find a replacement, and stay until the replacement came in.

Report Error

View answer Workspace Report Error Discuss

6 6445
Q:

Data integrity constraints are used to

A) Ensure that duplicate records are not entered into the table B) Prevent users from changing the values stored in the table
C) Control who is allowed access to the data D) Improve the quality of data entered for a specific property like table column
 
Answer & Explanation Answer: D) Improve the quality of data entered for a specific property like table column

Explanation:

Integrity constraints are used to ensure accuracy and consistency of data in a relational database. Data integrity is handled in a relational database through the concept of referential integrity. Many types of integrity constraints play a role in referential integrity (RI).

 

Hence, Data integrity constraints are used to Improve the quality of data entered for a specific property i.e, table column.

Report Error

View Answer Report Error Discuss

27 6442
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 6440
Q:

Solve this Math Puzzle?

math_puzzle11533899278.jpg image

A) 36 B) 72
C) 84 D) 96
 
Answer & Explanation Answer: B) 72

Explanation:

Here in the given puzzle,

2 x (2 + 2) = 8

3 x (3 + 3) = 18

4 x (4 + 4) = 32

5 x (5 + 5) = 50

Similarly,

6 x (6 + 6) = 72.

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

10 6436