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 technology databases
  1. Shared Pool

  2. Data Dictionary Cache

  3. Data Buffer Cache

  4. Library Cache

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

When a SQL query is parsed, Oracle first checks the Data Dictionary Cache to verify that referenced tables, columns, and other objects exist and the user has proper privileges. The Library Cache stores parsed SQL, but object definitions come from the Data Dictionary Cache. The buffer cache stores data blocks, not metadata.

Multiple choice technology databases
  1. One

  2. Two

  3. One domino and One SQL

  4. none

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

BES (BlackBerry Enterprise Server) is designed to operate as a single cluster instance in a standard deployment. The architecture supports one cluster per BES environment, which handles all user connections and data routing. Multiple clusters are not supported in a single BES deployment.

Multiple choice technology databases
  1. MS SQL

  2. Oracle

  3. SAP

  4. none of the above

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

The BlackBerry Enterprise Server configuration database (BES configuration database) is created in MS SQL (Microsoft SQL Server). This database stores critical information about users, policies, device configurations, and server settings. Oracle and SAP are not used for this purpose in standard BES deployments.

Multiple choice technology databases
  1. BBSD.nsf

  2. Bbprofile.nsf

  3. BSSD.nsf

  4. BBSM.nsf

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

BBSD.nsf is the critical operations database for BlackBerry Enterprise Server. This database stores essential server configuration, state information, and operational data required for BES to function. The other options are variations of this name but BBSD.nsf (BlackBerry Server Database) is the correct filename. Note that BBprofile.nsf (from a previous question) stores user profiles, while BBSD.nsf contains server-level operational data.

Multiple choice technology databases
  1. 48 hours

  2. 1 day

  3. 24 hours

  4. 4 hours

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

The BlackBerry State Database, which tracks device state and synchronization information, is automatically purged after 24 hours as part of BES's maintenance routine. This prevents database bloat and ensures stale data does not cause synchronization issues.

Multiple choice technology databases
  1. Designer

  2. Manager

  3. Editor

  4. You cant delete a DB

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

In Lotus Notes, only the Manager access level grants permission to delete databases entirely. Designers can modify design elements but cannot delete the database itself. Editors and Authors have document-level permissions only. The Manager role is the only one with full administrative control including database deletion.

Multiple choice technology databases
  1. Manager

  2. Designer

  3. Editor

  4. None of the above

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

In Lotus Notes, the Manager access level has full administrative rights including the ability to encrypt databases. Manager access can modify ACL settings, delete databases, and perform encryption operations. Designer and Editor have more limited permissions and cannot encrypt databases.

Multiple choice technology databases
  1. Replication is the process of not synchronizing the contents of one database replica with another database replica

  2. Replication is the process of re synchronizing the contents of one database replica with another database replica

  3. Replication is a process in which an entity does not make a copy of itself.

  4. Replication is a part of replica ID.

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

Replication is the process of synchronizing (or re-synchronizing) the contents of one database replica with another, ensuring data consistency across sites. The other options mistakenly describe replication as preventing synchronization or copying.

Multiple choice technology databases
  1. True

  2. False

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

When an archive database is created in Lotus Notes, it receives a completely NEW replica ID - it is not a true replica of the original database. Archive databases are independent copies with their own identity in the replication system. This is why archived mail doesn't replicate back to the original mail file automatically.

Multiple choice technology databases
  1. .nsf

  2. .dba

  3. .id

  4. .ntf

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

In Lotus Notes, .nsf (Notes Storage Facility) is the standard file extension for database files. Option D (.ntf) is for template files, and .id files store user security information, not databases.

Multiple choice technology databases
  1. True

  2. False

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

By default, RMAN (Recovery Manager) in Oracle 11g does not back up committed undo data. This is the expected behavior because undo data is primarily used for rollback and read consistency, and backing it up is not necessary for standard recovery scenarios. Therefore, the statement is true, making option A correct.