As competitive exams and university assessments approach, Concurrency Control in DBMS (Database Management System) has emerged as one of the most important and frequently tested topics for students preparing for technical and computer science examinations. Experts in Database Management System note that questions related to concurrency control are increasingly appearing in exams such as GATE, UGC NET, NIC ,Competative exam and various university-level tests. The concept plays a crucial role in ensuring the correct execution of multiple transactions simultaneously without data inconsistency.
Total Questions : 20
Timer : sec
Question : Which of the following best describes the main advantage of the Thomas Write Rule over basic timestamp ordering?
Question : Why is the Thomas Write Rule considered more flexible than the basic timestamp ordering protocol?
Question : Which type of serializability is always ensured by the Thomas Write Rule?
Question : Which of the following is NOT a characteristic of validation-based protocol?
Question : Which scenario leads to poor performance of validation-based protocols?
Question : Why is the timestamp of the validation phase often used for serialization order?
Question : In a validation-based protocol, which phase determines whether a transaction will commit or rollback?
Question : Why are older transactions given higher priority in Timestamp Ordering?
Question : Which statement is NOT correct about Timestamp Ordering Protocol?
Question : Which of the following ensures that the Timestamp Ordering Protocol is deadlock-free?
Question : In 2PL, the point where a transaction has acquired all required locks and enters shrinking phase is called:
Question : Which of the following problems can still occur in basic lock-based protocols (including 2PL)?
Question : What is the main difference between 2PL and Strict 2PL?
Question : Which protocol ensures deadlock prevention by requesting all locks before execution begins?
Question : Which of the following statements about Two-Phase Locking (2PL) is correct?
Question : Which concurrency control technique allows transactions to proceed without locks initially and checks conflicts at commit time?
Question : Which of the following statements about Two-Phase Locking (2PL) is correct?
Question : Which anomaly is NOT possible under Serializable isolation level?
Question : In timestamp ordering protocol, a transaction is rolled back if:
Question : Which of the following schedules is recoverable but not cascadeless?