15+ Advanced .Net and Com+ Interview Questions 2020-21 - 2

Question: 6

Explain transaction atomicity?

We must ensure that the entire transaction is either committed or rolled back.

Question: 7

Explain consistency?

We must ensure that the system is always left at the correct state in case of the failure or success of a transaction.

Question: 8

Explain integrity?

Ensure data integrity by protecting concurrent transactions from seeing or being adversely affected by each other’s partial and uncommitted results.

Question: 9

Explain durability?

Make sure that the system can return to its original state in case of a failure.

Question: 10

Define scalability?

The application meets its requirement for efficiency even if the number of users increases.

Related Questions