Questions

Q:

30 litres of salt solution contains 5% salt. How many litres of water must be added so as to get a resultant solution containing 3%salt?

A) 20 litres B) 25 litres
C) 30 litres D) 35 litres
 
Answer & Explanation Answer: A) 20 litres

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 1767
Q:

_____________ scheme has been introduced by the Central Government to provide equal primary education to all budding children across India.

A) Gram Uday Se Bharat Uday Abhiyan B) Pradhan Mantri Ujjwala Yojana
C) Pradhan Mantri Surakshit Matritva Yojana D) Vidyanjali Yojana
 
Answer & Explanation Answer: D) Vidyanjali Yojana

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: Bank Exams

0 1767
Q:

First payments bank in India to integrate the Unified Payments Interface (UPI) on its digital platform is-

A) Paytm Payment Bank B) Airtel Payment Bank
C) India Post Payment Bank D) FINO Payment Bank
 
Answer & Explanation Answer: B) Airtel Payment Bank

Explanation:

Airtel Payments Bank has become the first payments bank in India to integrate the Unified Payments Interface (UPI) on its digital platform.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

0 1766
Q:

In the following question, out of the given four alternatives, select the one which best expresses the meaning of the given word.

Turbulence

A) Agitation B) Calmness
C) Repose D) Stillness
 
Answer & Explanation Answer: A) Agitation

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 1766
Q:

In the following question the 1st and the last part of the sentence/passage are numbered 1 and 6. The rest of the sentence/ passage is split into four parts and named P, Q, R and S. These four parts are not given in their proper order. Read the sentence/passage and find out which of the four combinations is correct.

 

1. September 2005.
P. I felt such a great weight on me that I could barely move.
Q. As the doors closed behind me, I was overcome by deep loneliness and despair.
R. I was leaving behind my family and I didn't know when I would see them again.
S. I was going through the departure gate at the airport in Holguin, Cuba.
6. In my hands I held my prayer book.

 

A) RSQP B) RQPS
C) SQRP D) PSRQ
 
Answer & Explanation Answer: C) SQRP

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 1766
Q:

The sentences given with blanks are to be filled with an appropriate word(s). Four alternatives are suggested for each question. For each question, choose the correct alternative and click the button corresponding to it.

You are ____ common sense

A) lacking of B) devoid in
C) devoid of D) dull on
 
Answer & Explanation Answer: C) devoid of

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 1766
Q:

What did Gandhiji meant by 'Sarvodaya'?

A) Non­-violence B) Upliftment of untouchables or dalits
C) The birth of a new society based on ethical values D) Satyagraha
 
Answer & Explanation Answer: C) The birth of a new society based on ethical values

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

4 1766
Q:

You use Visual Studio .NET to develop a Windows-based application that interacts with a Microsoft SQL Server database. Your application contains a form named CustomerForm.

 You add the following design-time components to the form:

• SqlConnection object named XYZConnection.
• SqlDataAdapter object named XYZDataAdapter.
• DataSet object named XYZDataSet.
• Five TextBox controls to hold the values exposed by XYZDataSet.


At design time, you set the DataBindings properties of each TextBox control to the appropriate column in the DataTable object of XYZDataSet. When you test the application, you can successfully connect to the database. However, no data is displayed in any text boxes.

You need to modify your application code to ensure that data is displayed appropriately. Which behavior should occur while the CustomerForm.Load event handler is running?

A) Execute the BeginInit method of XYZDataSet. B) Execute the Open method of XYZConnection.
C) Execute the FillSchema method of XYZDataAdapter and pass in XYZDataSet. D) Execute the Fill method of XYZDataAdapter and pass in XYZDataSet.
 
Answer & Explanation Answer: D) Execute the Fill method of XYZDataAdapter and pass in XYZDataSet.

Explanation:

Dataset is a container; therefore, you need to fill it with data. You can populate a dataset by calling the Fill method of a data adapter.

Report Error

View Answer Report Error Discuss

1 1766