

InterviewSolution
Saved Bookmarks
1. |
Which of the following property defines a transaction as something that cannot be subdivided and must be completed or abandoned as a unit?(a) Atomicity(b) Consistency(c) Isolation(d) DurabilityI got this question during a job interview.My enquiry is from Applications in the Clouds topic in portion Moving Applications to the Cloud of Cloud Computing |
Answer» RIGHT answer is (a) Atomicity For explanation: The isolation PROPERTY states that the system cannot have other transactions operate on DATA that is currently being PROCESSED by a TRANSACTION. |
|