Questions

Q:

The largest solar power plant in India is located at

A) Nagercoil B) Jaisalmer
C) Madhapur D) Rann of Kutch
 
Answer & Explanation Answer: C) Madhapur

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

1 1716
Q:

In the following question, a sentence has been given in Active/Passive voice. Out of the four alternatives suggested, select the one which best
expresses the same sentence in Passive/Active voice.
The servant is keeping my house tidy.

A) Keeping of my house tidy is done by the servant. B) The servant had kept tidy my house.
C) My house is being kept tidy by the servant. D) My house the servant keeps tidy.
 
Answer & Explanation Answer: C) My house is being kept tidy by the servant.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English

0 1716
Q:

In the following passage some of the words have been left out. Read the passage carefully and select the correct answer for the given blank out of the four alternatives.

The modes of action are _____ in science and religion. Science relies on experiment, whereas religion is based on experience. Any religious _____ whether it is Christ’s or Ramakrishna’s is personal and _____ . Science, on the other hand is marked by objectivity. Theory has to be corroborated by _____ proof providing material comforts. The frontiers of science do not end in knowledge but are _____ to the formation of appliances for actual use.

whereas religion is based on experience. Any religious _____ whether

A) experience B) thought
C) festival D) activity
 
Answer & Explanation Answer: A) experience

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 1716
Q:

Read each sentence to find out whether there is any grammatical error in it. The error, if any, will be in one part of the sentence. If there is no error, the answer is (E), ie ‘No error’. (Ignore the errors of punctuation, if any.)The consolation messages (A) / received on the(B)/ demise of Mrs. Malhotra (C) / speaks highly of her enormity. (D)

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

Explanation:

Here, the error is in part 4. As 'messages' is plural “speaks” will be replaced by “speak”. The rule applied is of subject verb agreement

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 1716
Q:

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

Jettison

 

A) Keep B) Eject
C) Embrace D) Retain
 
Answer & Explanation Answer: B) Eject

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 1716
Q:

An object of 10 kg is moving with a speed of 2 m/s. The kinetic energy of the object is

A) 20 J B) 25 J
C) 10 J D) 40 J
 
Answer & Explanation Answer: A) 20 J

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

0 1716
Q:

In IT, the method for updating the main memory as soon as a word is removed from the cache is called

A) Write-through B) Write-back
C) Protected-write D) Cache-write
 
Answer & Explanation Answer: B) Write-back

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer

1 1716
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 1716