DBMS-Transaction Processing and Concurrency Control Questions and Answers
Practice ModeShowing 10 of 66 questions
Q31
Level 3 transaction consistency adds consistent reads so that successive reads of a record will always give the same values
Answer: Option A
Q32
A lost update problem occurs when two transctions that access the same database items have their operations in a way that makes the value of some database item incorrect.
Answer: Option A
Q33
Serialisability describes the concurrent execution of serveral tranactions.
Answer: Option A
Q34
Unrepeadtable read occure when a transaction calculates some summary function over a set of data while other transactions are updating the data
Answer: Option A
Q35
It prevents access to a database record by a second transaction until the first transaction has completed all of its actions.
Answer: Option A
Q36
In a shrinking phase, a transaction releases all locks and cannot obtain any new lock.
Answer: Option A
Q37
A deadlock in a distributed system may be either local or global .
Answer: Option A
Q38
Which of the following is the activity of coordinating the actions of process that operate in parallel and access shared data?
Answer: Option A
Q39
Which of the following is the ability of a DBMS to manage the various transactions that occur within the system ?
Answer: Option B
Q40
Which of the following tranaction property?
Answer: Option D