Interview Questions

Database Interview in Technical Lead Round: In general, how should the boundaries of a transaction be defined?

Technical Lead Round Interview Questions and Answers


(Continued from previous question...)

Database Interview in Technical Lead Round: In general, how should the boundaries of a transaction be defined?

A transaction ensures that one or more operations execute as an atomic unit of work. If one of the operations within a transaction fails, then all of them are rolled-back so that the application is returned to its prior state. The boundaries that define a group of operations done within a single transaction.

(Continued on next question...)

Other Interview Questions