Question
Easy
In context of 2-phase locking protocol in DBMS, a transaction issues lock requests in _ phase and unlock requests in _ phase.
1
Growing, Shrinking
2
Shared, Exclusive
3
Wait, Wound
4
Explicit, Implicit
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: Database Concepts
Correct Answer
Option A
Explanation
The correct option is (1): The Two-Phase Locking (2PL) protocol is a fundamental concurrency control technique in Database Management Systems (DBMS) designed to ensure conflict serializability of transactions. The protocol is strictly divided into two consecutive stages. The first stage is correctly termed the Growing Phase (or Expanding Phase). During this phase, a transaction is permitted to obtain (issue requests for) any new locks it requires, such as Shared or…Read More
Similar Questions from HTET Exam - Level 3 - Year 2022
Question 1
Easy
Source :
HTET 2022
Which of the following is not a valid expression of Boolean algebra ?
Question 2
Easy
Source :
HTET 2022
Term 'bath tub curve' is related to ......
Question 3
Easy
Source :
HTET 2022
In directed graph G(V, E) where $V=\{P,Q,R,S,T\}$ and $E=\{PQ, RS, TP, PS, QR, PT, ST, QP, RQ, TS\}$, the vertex with maximum in-degree is _______…
Chapter :
Data Structures (Through C++)
Topic :
Data Structure Concepts
Question 4
Easy
Source :
HTET 2022
Consider Column-I and Column-II in context of C++: Column-I - Column-II i. Private - a. Data type modifier ii. Sizeof - b. Visibility specifier iii.…
Chapter :
Object-Oriented Programming (C++)
Topic :
OOP Concepts