Questions

Q:

In the following question, out of the four alternatives, select the alternative which is the best substitute of the phrase.

express a proposition, theory, etc. in clear or definite terms.

A) publish B) postulate
C) proclaim D) enunciate
 
Answer & Explanation Answer: D) enunciate

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 1763
Q:

In the following question, out of the four alternatives, select the alternative which best expresses the meaning of the idiom/phrase.
to buy a lemon

A) to purchase a vehicle that constantly gives problems B) buying only half the recipe will not help you prepare the full dish
C) to purchase an insignificant thing which eventually becomes very useful D) to buy stuff which you don't need
 
Answer & Explanation Answer: A) to purchase a vehicle that constantly gives problems

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams , CAT

0 1763
Q:

A sentence/a part of the sentence is underlined. Four alternatives are given to the underlined part which will improve the sentence. Choose the correct alternative and click the button corresponding to it. In case no improvement is needed, click the button corresponding to "No improvement".

I bought four dozen of mangoes.

A) dozens of mango B) dozens of mangoes
C) dozen mangoes D) No improvement
 
Answer & Explanation Answer: C) dozen mangoes

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 1763
Q:

In the following question, out of the four alternatives, select the alternative which best expresses the meaning of the idiom/phrase.

To make a fuss about

A) To be extremely delighted B) To work hard for eventual success
C) To be very strict or have very high standards D) An excessive display of attention or activity
 
Answer & Explanation Answer: D) An excessive display of attention or activity

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 1763
Q:

In the following questions, one part of the sentence may have an error. Find out which part of the sentence has an error and click the button corresponding to it. If the sentence is free from error, click the "No error" option.

Too great a (A)/ variety of studies (B)/ distract the mind (C)/ No Error (D)

A) A B) B
C) C D) D
 
Answer & Explanation Answer: C) C

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 1763
Q:

Who was the founder of the Ghadar Party?

A) Basant Kumar Biswas B) Sohan Singh Bhakna
C) Ram Prasad Bismil D) Bhagat Singh
 
Answer & Explanation Answer: B) Sohan Singh Bhakna

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

3 1763
Q:

(1 + sinA)/(1 - sinA) is equal to?

A) (cosecA - 1)/(cosecA + 1) B) (cosecA + 1)/(cosecA - 1)
C) (secA + 1)/(secA - 1) D) (secA - 1)/(secA + 1)
 
Answer & Explanation Answer: B) (cosecA + 1)/(cosecA - 1)

Explanation:
Report Error

View Answer Report Error Discuss

0 1763
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 1762