DBMS-Transactions-Revision

DBMS-Transactions-Revision

Professional Development

12 Qs

quiz-placeholder

Similar activities

DBMS-4

DBMS-4

Professional Development

8 Qs

FinTech 19-1 Blockchain Python

FinTech 19-1 Blockchain Python

Professional Development

9 Qs

UiPath Set-2

UiPath Set-2

Professional Development

17 Qs

FinTech 19-2 Blockchain Python

FinTech 19-2 Blockchain Python

Professional Development

8 Qs

Blockchain Basics: Algorithms

Blockchain Basics: Algorithms

University - Professional Development

9 Qs

DBMS Advanced Features and Distributed Databases

DBMS Advanced Features and Distributed Databases

Professional Development

10 Qs

Banco de Dados

Banco de Dados

University - Professional Development

16 Qs

Android Fundamentals - Day 1: Java

Android Fundamentals - Day 1: Java

University - Professional Development

10 Qs

DBMS-Transactions-Revision

DBMS-Transactions-Revision

Assessment

Quiz

Computers

Professional Development

Hard

Created by

RAJESWARI A M

Used 105+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

RAID stand for _________

Redundant Arrays of Idempotent Data

Redundant Arrays of Independent Disks

Redundant Arrays of Independent Data

Redundant Arrays of Isolated Disks

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

The files with variable length records make use of _________ structure for storage.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To preserve the integrity and consistency of data, the database system must ensure

Atomicity

Isolation

Durability

Consistency

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following action:

TRANSACTION.....

Commit;

ROLLBACK;

What does Rollback do?

Undoes the transactions before commit

Clears all transactions

Redoes the transactions before commit

No action

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a schedule S can be transformed into a schedule S' by a series of swaps of non-conflicting instructions, we say that S and S' are

Conflict serializable

Conflict equivalent

View serializable

Serializable

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Consider the two transactions T1 and T2 and four schedules S1, S2, S3, S4 of T1 and T2 as given below

S1: R1(X); R2(X); R2(Y); W1(X); W1(Y); W2(Y)

S2: R1(X); R2(X); R2(Y); W1(X); W2(Y); W1(Y)

Here R1(X) denotes read operation on X by the transaction T1 and W1(X) denotes write operation on X by the transaction T1.

Which of the schedules(s) are conflicts serializable?

S1 and S2

S2 only

S1 only

Neither S1 nor S2

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

For the given schedule, which is the equivalent serial schedule?


T1 - T2 - T3

T1 - T3 - T2

T2 - T1 - T3

T3 - T1 - T2

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?