wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Database administration and storage worksheet questions

Total questions: 42

Worksheet time: 21mins

Name
Class
Date
1.

What characterizes the Tower of Hanoi backup scheme?

a)

Hanoi encryption

b)

Tower queries

c)

No tower

d)

Uses exponential rotation for efficiency

2.

In big data, Apache Airflow is used for what purpose?

a)

Data deletion

b)

Manual data loading

c)

Encryption only

d)

Automating data pipelines and workflows

3.

What is a transaction log backup used for?

a)

Backing up indexes

b)

Encrypting transactions

c)

Backing up the entire database

d)

Capturing changes in the log for point-in-time recovery

4.

What is a quiesce point?

a)

Point encryption

b)

No point

c)

Quiesce queries

d)

Consistent state for backup

5.

In DBMS, what does the restore command do?

a)

Applies backups to recover data

b)

Restore encryption

c)

No restore

d)

Command queries

6.

Automated archiving accomplishes what?

a)

Manual archiving

b)

No archiving

c)

Archiving deletion

d)

Moves old data

7.

What is data archiving?

a)

No archiving

b)

Active data

c)

Archiving encryption

d)

Moving inactive data to long-term storage

8.

What is multi-level security (MLS) in DBMS?

a)

Supporting data with different security classifications in one database

b)

Encryption levels

c)

No security

d)

Single-level only

9.

Which storage medium has the lowest access latency?

a)

Solid-State Drive (SSD)

b)

Magnetic tape

c)

Hard Disk Drive (HDD)

d)

RAM

10.

What is a common DBMS security vulnerability?

a)

Weak passwords and default credentials

b)

Strong encryption

c)

Regular audits

d)

Least privilege

11.

Database forensics involves what activity?

a)

Optimizing forensics

b)

Deleting evidence

c)

Investigating security incidents through logs and artifacts

d)

Forcing data entry

12.

Which of the following is NOT a type of database user?

a)

Database administrators (DBA)

b)

Application programmers

c)

Hardware engineers

d)

End users

13.

What is a B-tree index commonly used for?

a)

Fixed-height structures

b)

Hash-based lookups only

c)

Sequential access only

d)

Balanced, multi-level indexing for efficient searches, inserts, and deletes

14.

Homomorphic encryption allows:

a)

Decrypting all data

b)

Computations on encrypted data without decryption

c)

Only storage

d)

No computations

15.

Write-Ahead Logging (WAL) ensures:

a)

Logs deleted

b)

Changes logged before written to disk

c)

Data compressed

d)

Backups ignored

16.

Docker for DB automation:

a)

Manual docker

b)

Docker deletion

c)

No docker

d)

Containerizes DBs for portability

17.

OLTP stands for:

a)

Online Transaction Processing

b)

Operational Language for Transactions

c)

Offline Data Processing

d)

Online Logical Transaction Protocol

18.

RAID 1 provides:

a)

Striping with parity

b)

Block-level parity

c)

Disk mirroring for fault tolerance

d)

No redundancy

19.

Entity integrity ensures:

a)

Primary keys are not null

b)

Foreign keys match primary keys

c)

Data is encrypted

d)

No duplicate rows

20.

GitHub Actions for DB CI:

a)

No actions

b)

Manual actions

c)

Actions deletion

d)

Runs workflows for DB

21.

What is a cursor in SQL?

a)

A table

b)

An index

c)

A pointer to traverse result sets

d)

A trigger

22.

What is a 'heap file' in file organization?

a)

Records appended in no particular order

b)

Records clustered by index

c)

Records stored in sorted order

d)

Records accessed via hash functions

23.

In sequential file organization, records are:

a)

Hashed to buckets

b)

Sorted by a key field

c)

Stored randomly

d)

Accessed via pointers

24.

Shingled Magnetic Recording (SMR) is used in:

a)

High-capacity HDDs with overlapping tracks

b)

Optical disks

c)

SSDs

d)

RAM

25.

In DBMS, what is a watermark?

a)

A threshold indicating the highest allocated block in a segment (high-water mark)

b)

Water encryption

c)

A transaction isolation level

d)

A backup snapshot label

26.

What is the principle of least privilege in DBMS security?

a)

Encrypting all data

b)

Giving users all possible permissions

c)

Allowing anonymous access

d)

Granting only the minimum permissions needed for tasks

27.

What is aggregation in ER model?

a)

Normalizing data

b)

Deleting entities

c)

Treating a relationship as an entity

d)

Combining multiple databases

28.

In LSM-trees (Log-Structured Merge-trees), data is:

a)

Hashed to buckets

b)

Stored in sorted runs merged periodically

c)

Striped across disks

d)

Organized in B-trees

29.

A secondary index is typically:

a)

Sparse and clustered

b)

Stored on tape

c)

Dense and built on non-ordering attributes (thường là Dense)

d)

Used for primary keys only

30.

Automated query optimization:

a)

Manual optimization

b)

Optimization deletion

c)

Uses cost-based optimizers

d)

No optimization

31.

A clustered index:

a)

Is non-unique

b)

Allows duplicates

c)

Is separate from data

d)

Sorts and stores data rows in order

32.

What is cardinality in ER models?

a)

The size of the database

b)

The number of attributes in an entity

c)

The mapping ratio between entities in a relationship (e.g., one-to-many)

d)

The number of tables

33.

Block-level backups copy:

a)

No blocks

b)

Blocks encrypted

c)

Files only

d)

Changed blocks for efficiency

34.

What is a trigger in DBMS?

a)

A user role

b)

A data type

c)

A stored procedure executed automatically on events

d)

A query optimizer

35.

Offsite backups protect against:

a)

Software bugs only

b)

No protection

c)

Onsite only

d)

Site-wide disasters like fires

36.

Multi-tier backups use:

a)

Tier queries

b)

Combination of disk, tape, cloud for layers

c)

No tiers

d)

Single tier

37.

Big data automation with Spark:

a)

Manual spark

b)

No spark

c)

Spark deletion

d)

Automates distributed processing

38.

What is a join in SQL?

a)

Deleting tables

b)

Backing up data

c)

Combining rows from two or more tables based on related columns

d)

Creating indexes

39.

Database views can enhance security by:

a)

Allowing full table access

b)

Automatically encrypting data

c)

Providing restricted, customized subsets of data

d)

Deleting sensitive records

40.

Terraform for DB provisioning:

a)

Defines DB as code

b)

Manual terraform

c)

Terraform deletion

d)

No terraform

41.

Blockchain in DBMS security provides:

a)

Centralized control

b)

Mutable data

c)

No security

d)

Immutable, decentralized ledgers for tamper-proof records

42.

In ER modeling, a weak entity:

a)

Depends on a strong entity for identification

b)

Has its own primary key

c)

Is independent of relationships

d)

Cannot have attributes