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
-
Near to source
-
Near to target
-
Can be placed anywhere
-
Session performance is not affected
A
Correct answer
Explanation
Placing filters near the source improves performance by eliminating unwanted rows early in the data flow. This reduces the amount of data processed through subsequent transformations, minimizing memory usage and processing time.
-
Joiner
-
Source Qualifier
-
Both of above
-
None of above
B
Correct answer
Explanation
When joining two tables from the same database, using Source Qualifier with a custom SQL join is more efficient than Joiner transformation. This leverages the database's native join capabilities and avoids moving data between systems unnecessarily.
-
It gives you information about the servers configured in the domain
-
It provides database connectivity through a pool of JDBC connections
-
It establishes thread connectivity
-
It establishes Bride connectivity
-
options 1 and 4
B
Correct answer
Explanation
A datasource in Informatica (and in application servers generally) provides database connectivity through a pool of JDBC connections, improving performance by reusing connections. It does not provide information about servers (that is what the domain configuration does), establish thread connectivity (threads are managed by the server), nor bridge connectivity (bridge is a different concept).
-
Stores
-
Format
-
Vaults
-
Relationships
-
Policy
C
Correct answer
Explanation
In eMatrix PLM architecture, Vaults are the primary storage containers for business object metadata (object information). Stores typically contain the actual files, while Format, Relationships, and Policy are separate concepts. Vaults hold the object definitions and metadata structures.
-
Vaults
-
Stores
-
Policies
-
Federations
-
Locations
A
Correct answer
Explanation
Vaults allow Matrix database designers to create logical storage locations for organizing content. Stores (B) are contained within vaults, not the reverse. Policies (C) define rules, federations (D) enable cross-repository access, and locations (E) are physical storage paths.
-
Forms
-
Tables
-
Commands
-
Menus
-
Inquiries
D
Correct answer
Explanation
In graphical user interfaces and application frameworks, menus can contain sub-menus (which are also objects of the menu type), allowing recursive nesting of the same object type. Forms, tables, inquiries, and commands typically cannot contain instances of themselves directly in the same conceptual hierarchy.
-
Stores
-
Format
-
Vaults
-
Relationships
-
Policy
C
Correct answer
Explanation
In Matrix/3DX architecture, Vaults are the primary storage containers for business objects and their metadata. Stores contain actual file content, while Relationships define connections between objects. Format, Policy, and similar options are configuration elements, not storage mechanisms. The question specifically asks where object information (metadata) is stored, which is the Vault's responsibility.
-
Forms
-
Tables
-
Commands
-
Menus
-
Inquiries
D
Correct answer
Explanation
Menus are the only option that can recursively contain themselves - a menu can have sub-menus, creating nested hierarchical structures. Forms contain fields/controls but not other forms. Tables contain rows/cells but not other tables. Commands are executable actions, not containers. Inquiries are query definitions, not hierarchical. This recursive nesting capability is unique to menus in GUI systems.
-
Vaults
-
Stores
-
Policies
-
Federations
-
Locations
A
Correct answer
Explanation
In Matrix database architecture, Vaults are the primary mechanism for creating logical storage locations. Vaults provide a way to organize and segregate data at a logical level within the database structure, allowing designers to implement isolation and organization strategies. Stores, Policies, Federations, and Locations are related concepts but serve different purposes in the Matrix ecosystem.
-
Run the chkdsk.exe program on all the replica volumes on the DPM server
-
Execute the synchronization jpbon all the replica volumes on the DPM server
-
Perform a consistency check on all the replica volumes on the DPM Server
-
Run the chkdsk.exe program on all the recovery point volumes on the DPM Server
C
Correct answer
Explanation
After an accidental DPM server restart, you should perform a consistency check on all replica volumes to verify data integrity. This identifies and fixes any corruption from the unclean shutdown. chkdsk checks file system integrity (not DPM-specific data consistency). 'Synchronization job' (with typo 'jpbon') is a routine sync operation, not a post-restart verification. Running chkdsk on recovery point volumes would not verify replica consistency.
-
Microsoft? SQL Server 2000 Service Pack 4
-
Microsoft? SQL Server 2000 Service Pack 5
-
Microsoft? SQL Server 2000 Service Pack 3
-
Microsoft? SQL Server 2000 Service Pack 3 & 4
A
Correct answer
Explanation
DPM 2010 specifically required Microsoft SQL Server 2000 with Service Pack 4 as the minimum supported version for SQL Server 2000. Earlier service packs (SP3) were not supported, and SP5 never existed for SQL Server 2000 (the service packs ended at SP4).
-
Install the DPM System Recovery Tool on each protected server
-
Add the sysetm state of the protected server to the protection group
-
Configure a Pre-Backup Scripts
-
Configre Post-Backup Scripts
A
Correct answer
Explanation
Bare metal recovery in DPM requires the DPM System Recovery Tool (SRT) to be installed on each protected server. The SRT creates a recovery environment that can boot a server and restore it from bare metal backups. Adding system state to protection groups (option B) is good practice but does not enable bare metal recovery by itself.
B
Correct answer
Explanation
Max Jobs per Client = 2 limits concurrent jobs per client. Even though Allow Multiple Data Streams is enabled (multiplexing drives) and ALL_LOCAL_DRIVES creates multiple streams, the Max Jobs per Client cap restricts active jobs to 2. Additional jobs queue until active jobs complete.
-
Master server
-
Enterprise media manager server
-
Media Server
-
Client server
B
Correct answer
Explanation
The NetBackup Enterprise Media Manager (EMM) server contains the embedded SQL database that stores all configuration data: policies, clients, media, storage units, and image catalogs. Master/Media/Client servers do not host this database.
-
EMM server
-
Media server
-
Master Server
-
All of the above
C
Correct answer
Explanation
In Unix NetBackup environments, global properties and configuration settings are stored on the Master Server. The Master Server maintains the centralized configuration database that applies to the entire NetBackup domain. Media servers and EMM servers have their own specific roles, but global properties are centrally managed on the Master Server.