Searching for "summary"

Q:

The Summary Settlement of 1856 was based on which one of the following assumptions?

 

A) The Talukdars were the rightful owners of the land B) The Talukdars were interlopers with no permanent stakes in the land.
C) The Talukdars could evict the peasants from the lands D) The Talukdars would take a portion of the revenue which flowed to the State
 
Answer & Explanation Answer: B) The Talukdars were interlopers with no permanent stakes in the land.

Explanation:

The British land revenue policy further undermined the position and authority of the taluqdars. After annexation, the first British revenue settlement, known as the Summary Settlement of 1856, was based on the assumption that the taluqdars were interlopers with no permanent stakes in land: they had established their hold over land through force and fraud.

Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

Q:

The network address used to advertise a summary address is always which of the following?

A) The last network address in the block B) The next to last network in the block
C) The second network in the block D) The first network in the block
 
Answer & Explanation Answer: D) The first network in the block

Explanation:

The network address used to advertise a summary address is always the first network in the block

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

You are creating an ASP.NET application for XYZ. The company data is stored in a Microsoft SQL Server 6.5 database. Your application generates accounting summary reports based on transaction tables that contain million of rows.


You want your application to return each summary report as quickly as possible. You need to configure your application to connect to the database and retrieve the data in a away that achieves this goal.


What should you do?

A) Use a SqlConnection object to connect to the database, and use a SqlCommand object to run a stored procedure that returns the data. B) Use an OleDbConnection object to connect to the database, and use an OleDbCommand object to run a stored procedure that returns the data.
C) Configure SQL Server to support HTTP access, and create an XML template to run a stored procedure that returns the data in XML format. D) Use COM interop to create an ADODB.Connection object, and use an ADODB.Command object to run a SQL statement that returns the data.
 
Answer & Explanation Answer: B) Use an OleDbConnection object to connect to the database, and use an OleDbCommand object to run a stored procedure that returns the data.

Explanation:

We need to use an OleDBConnection to connect to SQL Server Version 6.5 (or earlier). 

 

Incorrect Answers:

 

A: We could use a SqlConnection object only if the SQL Server were SQL Server 7.0, 2000 or later.

 

C: HTTP functionality is not required in this scenario. It would introduce unnecessary overhead.

 

D: ADODB is a legacy standard and should not be used here

Report Error

View Answer Report Error Discuss

Q:

Why are intra-area summary routes not allowed?

Answer

OSPF databases on routers in the same area must be identical. If route summarization was allowed within an area, some routers would have specific routes and some routers would have summary routes for routes in the area. If this were allowed, the databases for the area would never agree

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP