Computer Knowledge

Database Management Systems

5,543 Questions

Database Management Systems (DBMS) form the core framework for data storage, retrieval, and security in modern software applications. Concepts such as the E-R model, backup planning, SQL integration, and big data architecture are essential for computer knowledge sections. This hub offers a comprehensive set of practice questions to master DBMS fundamentals and advanced database operations.

E-R Model ConceptsBackup and RecoverySQL Server UpgradesJDBC and ODBCBig Data CharacteristicsData VirtualizationOracle Database

Database Management Systems Questions

Multiple choice

What is the primary purpose of a database management system (DBMS)?

  1. To store and manage data

  2. To process data

  3. To retrieve data

  4. To update data

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A DBMS is a software system that allows users to create, manage, and access data in a database.

Multiple choice

Which of the following is a type of database model?

  1. Relational

  2. Hierarchical

  3. Network

  4. Object-oriented

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A relational database model is a type of database model that represents data in the form of tables, where each table consists of rows and columns.

Multiple choice

What is the purpose of a view in a database?

  1. To store data

  2. To process data

  3. To retrieve data

  4. To update data

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A view is a virtual table that is defined by a query. Views are used to retrieve data from a database.

Multiple choice

What is the purpose of a stored procedure in a database?

  1. To store data

  2. To process data

  3. To retrieve data

  4. To update data

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A stored procedure is a set of SQL statements that are stored in the database and can be executed as a single unit.

Multiple choice

What is the purpose of a lock in a database?

  1. To prevent other users from accessing data

  2. To prevent other users from updating data

  3. To prevent other users from deleting data

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

A lock is a mechanism that prevents other users from accessing, updating, or deleting data.

Multiple choice

What is the purpose of a database administrator (DBA)?

  1. To manage the database

  2. To design the database

  3. To implement the database

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

A DBA is responsible for managing, designing, and implementing a database.

Multiple choice

Which of the following is NOT a dimension of data quality?

  1. Accuracy

  2. Completeness

  3. Consistency

  4. Timeliness

  5. Relevance

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Relevance is not a dimension of data quality. The dimensions of data quality are accuracy, completeness, consistency, and timeliness.

Multiple choice

What is the process of ensuring that data is accurate, complete, consistent, and timely?

  1. Data profiling

  2. Data cleansing

  3. Data validation

  4. Data governance

  5. Data integration

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Data cleansing is the process of ensuring that data is accurate, complete, consistent, and timely.

Multiple choice

Which of the following is a common data quality issue?

  1. Missing values

  2. Inconsistent data

  3. Duplicate data

  4. Outdated data

  5. All of the above

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

All of the above are common data quality issues.

Multiple choice

Which of the following is a data quality metric?

  1. Accuracy

  2. Completeness

  3. Consistency

  4. Timeliness

  5. All of the above

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Accuracy, completeness, consistency, and timeliness are all data quality metrics.

Multiple choice

Which of the following is a data quality best practice?

  1. Use data profiling to identify data quality issues

  2. Use data cleansing to correct data quality issues

  3. Use data validation to ensure that data is accurate

  4. Use data governance to manage data quality

  5. All of the above

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

All of the above are data quality best practices.

Multiple choice

What are the three main types of data quality issues?

  1. Accuracy, completeness, and consistency

  2. Timeliness, relevance, and usability

  3. Security, privacy, and compliance

  4. All of the above

  5. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The three main types of data quality issues are accuracy, completeness, and consistency.

Multiple choice

What are the four main dimensions of data quality?

  1. Accuracy, completeness, consistency, and timeliness

  2. Relevance, usability, value, and trustworthiness

  3. Security, privacy, compliance, and auditability

  4. All of the above

  5. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The four main dimensions of data quality are accuracy, completeness, consistency, and timeliness.

Multiple choice

What is the role of Recovery Point Objective (RPO) in IaaS Backup and Recovery?

  1. It defines the maximum acceptable amount of data loss that can occur before a backup is considered successful.

  2. It defines the maximum amount of time that can elapse between the occurrence of a data loss event and the restoration of data from a backup.

  3. It defines the maximum amount of time that can elapse between the creation of a backup and the expiration of the backup.

  4. It defines the maximum number of backups that can be stored before older backups are deleted.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Recovery Point Objective (RPO) defines the maximum acceptable amount of data loss that can occur before a backup is considered successful. It is a critical metric in IaaS Backup and Recovery as it determines the frequency of backups and the amount of data that can be lost in the event of a disaster.

Multiple choice

What is the purpose of a Recovery Time Objective (RTO) in IaaS Backup and Recovery?

  1. To define the maximum amount of time that can elapse between the occurrence of a data loss event and the restoration of data from a backup.

  2. To define the maximum amount of data loss that can occur before a backup is considered successful.

  3. To define the maximum amount of time that can elapse between the creation of a backup and the expiration of the backup.

  4. To define the maximum number of backups that can be stored before older backups are deleted.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Recovery Time Objective (RTO) defines the maximum amount of time that can elapse between the occurrence of a data loss event and the restoration of data from a backup. It is a critical metric in IaaS Backup and Recovery as it determines the speed at which data and systems can be recovered in the event of a disaster.