Questions

Q:

Which of the following gas was released during Bhopal gas tragedy?

A) Methyl isocyanate B) Sodium isothiocyanate
C) Nitrogen isothiocyanate D) Potassium isothiocyanate
 
Answer & Explanation Answer: A) Methyl isocyanate

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 1712
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".

He asked the child to go and play with some others children.

A) some other's children B) some others
C) some other D) No improvement
 
Answer & Explanation Answer: C) some other

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English

0 1712
Q:

In the following question, a word has been written in four different ways out of which only one is correctly spelt. Select the correctly spelt word.

A) Beizarre B) Bizaarre
C) Bizarre D) Bigarre
 
Answer & Explanation Answer: C) Bizarre

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English

0 1712
Q:

With three eyes and as black as night, I frequently knock down ten men with a single strike! What am I?

Answer

A Bowling ball.

Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles Exam Prep: TOEFL , GRE , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk , Analyst

0 1712
Q:

National Deworming Day is observed in India on

A) 10th Feb B) 11th Feb
C) 12th Feb D) 13th Feb
 
Answer & Explanation Answer: A) 10th Feb

Explanation:

National Deworming Day is observed in our country India to reduce the cases of worm infections among kids, on 10th February every year. It was observed for the first time in 2015.

 

Report Error

View Answer Report Error Discuss

Filed Under: Important Days and Years
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

1 1712
Q:

Australia Day is observed on?

A) Jan 26 B) Jan 27
C) Jan 28 D) Jan 29
 
Answer & Explanation Answer: A) Jan 26

Explanation:

Australia Day is observed on January 26 every year since 1788.

Report Error

View Answer Report Error Discuss

Filed Under: Important Days and Years
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

0 1711
Q:

Who among the following has been awarded the ‘"Rajiv Gandhi Khel Ratna Award" for the year 2017?

A) Jitu Rai B) Jasvir Singh
C) Sardar Singh D) S.V. Sunil
 
Answer & Explanation Answer: C) Sardar Singh

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards
Exam Prep: Bank Exams

0 1711
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 1711