Questions

Q:

The famous book Kankal is authored by ?

A) Ketan Bhagat B) Mahesh Rao
C) Nirmal Verma D) Jaishankar Prasad
 
Answer & Explanation Answer: D) Jaishankar Prasad

Explanation:
Report Error

View Answer Report Error Discuss

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

23 9136
Q:

TEL minimise the knocking effect when mixed with petrol, it acts as_______

A) Positive catalyst B) Negative catalyst
C) Auto catalyst D) Induced catalyst
 
Answer & Explanation Answer: B) Negative catalyst

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

18 9135
Q:

Van der Waal's equation explains the behaviour of _____

A) Ideal gases B) Real gases
C) Mixture of gases D) Diatomic gases
 
Answer & Explanation Answer: B) Real gases

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

15 9133
Q:

Species containing same number of electrons are called

A) Isotopes B) Isobars
C) Isoelectronic D) Isotones
 
Answer & Explanation Answer: C) Isoelectronic

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

24 9128
Q:

At which one of the following places do two important rivers of India originate;while one of them flows towards north and merges with another important river flowing towards Bay of Bengal, the other one flows towards Arabian Sea?

A) Amarkantak B) Badrinath
C) Mahabaleshwar D) Nasik
 
Answer & Explanation Answer: A) Amarkantak

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

16 9128
Q:

Which dml command is used in conjunction with @@identity?

A) INSERT and UPDATE B) UPDATE and DELETE
C) SCOPE_IDENTITY and IDENT_CURRENT D) Commit and rollback
 
Answer & Explanation Answer: C) SCOPE_IDENTITY and IDENT_CURRENT

Explanation:

Using automatically incrementing IDENTITY columns is very popular with database developers. You don’t need to explicitly calculate unique surrogate keys when inserting new data, the IDENTITY column functionality does that for you. The IDENTITY feature also allows you to specify useful Seed and Increment properties. When you use an INSERT statement to insert data into a table with an IDENTITY column defined, SQL Server will generate a new IDENTITY value.

 

You can use the @@IDENTITY variable and the SCOPE_IDENTITY and IDENT_CURRENT functions to return the last IDENTITY value that has been generated by SQL Server. This is very useful when you need to return the key for the row that has just been inserted, back to the caller.

Report Error

View Answer Report Error Discuss

20 9121
Q:

Logical puzzle

You work at a fruit factory.
There are 3 crates in front of you. One crate contains only apples. One crate contains only oranges. The other crate contains both apples and oranges. And each crate is labeled. One reads "apples", one reads "oranges", and one reads "apples and oranges". But the labeling machine has gone crazy and is now labeling all boxes incorrectly. If you can only take out and look at just one of the pieces of fruit from just one of the crates, how can you label ALL of the crates correctly?

Answer

Our solution:


Take a piece of fruit from the "apples and oranges" crate. If it's an apple then you know that is the "apples" crate since ALL THE CRATES ARE LABELED INCORRECTLY. This means the crate marked "apples" must be "oranges" and the crate marked "oranges" must be "apples and oranges".

Report Error

View answer Workspace Report Error Discuss

Subject: Logic Puzzles

95 9116
Q:

In 1934 Mahatma Gandhi withdrew from active politics and even resigned his membership of the Congress because

A) of the failure of the Civil Disobedience Movement B) the political climate of India was unsuitable for any political movement
C) he wanted to devote himself fully to constructive programme and Harijam welfare D) of his opposition to the desire of congressmen to enter legislatures under the Government of India Act of 1935
 
Answer & Explanation Answer: C) he wanted to devote himself fully to constructive programme and Harijam welfare

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

3 9100