LogIn
I don't have account.

Practice dbms Quizzes

Sharpen your technical edge with advanced dbms quizzes built for serious learners and professionals. These quizzes challenge your reasoning, improve retention and provide hands-on practice similar to real engineering scenarios. Perfect for upskilling and interview preparation.

Explore All dbms Quizzes

Learn dbms step by step with interactive quizzes designed for beginners and learners revising key concepts. Build a strong foundation with clear, structured practice in dbms.
Question 1
What is a Database Management System (DBMS)?
1
A hardware device for storing data
2
A network management tool
3
A software that manages and organizes data in a database
4
A programming language for creating applications
Question 2
What is the primary function of a Database Management System (DBMS)?
1
Perform network communication
2
Manage operating system processes
3
Optimize CPU performance
4
Store and retrieve data efficiently
Question 3
Which of the following is NOT a type of data model in DBMS?
1
Hierarchical model
2
Network model
3
Cloud model
4
Object-oriented model
Question 4
Which of the following is a key difference between SQL and NoSQL databases?
1
SQL databases do not support transactions, while NoSQL does
2
SQL databases use structured query language, NoSQL uses flexible data models
3
SQL databases store data in documents, NoSQL stores data in tables
4
SQL databases are schema-less, NoSQL databases require a strict schema
Question 5
Which ACID property ensures that once a transaction is committed, it remains so even in case of system failure?
1
Durability
2
Atomicity
3
Isolation
4
Consistency
Question 6
What is the main goal of normalization in a database?
1
To reduce data integrity
2
To increase redundancy
3
To store data in a single large table
4
To minimize redundancy and improve data integrity
Question 7
Which of the following is NOT a type of data model in DBMS?
1
Hierarchical model
2
Network model
3
Object-oriented model
4
All of the above
Question 8
Which of the following is an advantage of distributed databases?
1
Faster data retrieval in all cases
2
Improved reliability and availability
3
Complete elimination of data redundancy
4
No need for replication
Question 9
What does ACID stand for in DBMS?
1
Automation, Control, Integrity, Dependency
2
Atomicity, Consistency, Isolation, Durability
3
Access, Control, Integrity, Data
4
Accuracy, Consistency, Isolation, Database
Question 10
Which of the following is NOT a type of database model?
1
Linear
2
Network
3
Graph-based
4
Hierarchical
Question 11
Which of the following indexing techniques is used in DBMS?
1
B-Tree
2
Hashing
3
Bitmap Indexing
4
All of the above
Question 12
Which of the following is an advantage of NoSQL databases over traditional RDBMS?
1
Schema flexibility
2
Better horizontal scalability
3
Handling unstructured data
4
All of the above
Question 13
What does SQL stand for?
1
System Query Language
2
Structured Query Language
3
Standardized Query Logic
4
Sequential Query Language
Question 14
Which of the following best describes an RDBMS?
1
A database system that only allows unstructured data storage
2
A database system that stores data in key-value pairs
3
A file-based system for data storage
4
A database system that organizes data in tables with relationships
Question 15
In a relational database, what does a foreign key do?
1
Establishes a relationship between two tables
2
Automatically indexes data
3
Ensures a table has at least one row
4
Uniquely identifies a row in a table
Question 16
Which of the following is an example of an RDBMS?
1
Firebase
2
Neo4j
3
MongoDB
4
MySQL
Question 17
What is the purpose of the PRIMARY KEY in a table?
1
To allow duplicate values
2
To create foreign keys
3
To uniquely identify each row
4
To store null values
Question 18
Which of the following SQL commands is used to remove all records from a table but keep its structure?
1
ALTER
2
TRUNCATE
3
DROP
4
DELETE
Question 19
In a relational database, what does normalization help to achieve?
1
Increasing redundancy
2
Slowing down performance
3
Increasing complexity
4
Reducing redundancy
Question 20
Which isolation level allows dirty reads?
1
READ UNCOMMITTED
2
REPEATABLE READ
3
SERIALIZABLE
4
READ COMMITTED
Question 21
Which index type is most effective for columns with low cardinality?
1
B-Tree Index
2
Full-Text Index
3
Hash Index
4
Bitmap Index
Question 22
Which data access pattern is key-value stores best optimized for?
1
Range-based queries
2
Complex joins across tables
3
Direct lookup using a unique key
4
Multi-table aggregation