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
C
Correct answer
Explanation
This language is a standard relational database language used for creation, deletion and modification of database tables.
-
Multimaster
-
Master/Slave replication
-
Quorum
-
Primary key
-
Foreign key
A
Correct answer
Explanation
This is the replication type in which two or more replicas sync each other via a transaction identifier.
-
cellular digital popular data
-
cellular digital packet data
-
complex digital packet data
-
complex digital popular data
B
Correct answer
Explanation
CDPD stands for Cellular Digital Packet Data. It was a data transmission technology used on analog cellular networks (AMPS) in the 1990s. It allowed for packet-switched data to be sent during the idle periods of voice channels, providing an early form of mobile internet access.
-
It refers to the maximum length of time a system can be down after a failure or disaster.
-
RTO determines the amount of lost revenue per amount of lost time.
-
It specifies a point in time that data must be recovered and backed up in order for business operations to resume.
-
It determines the expected time for the business operations.
-
Only 1 and 2
E
Correct answer
Explanation
These are correct statements about Recovery Time Objective in Disaster recovery plan.
-
It determines the data recovery and backing time for business processes.
-
It determines the minimum frequency at which interval backups need to occur.
-
It refers to the maximum length of time a system can be down after a failure or disaster before the company is negatively impacted by the downtime.
-
All of the above
-
Only 1 and 2
E
Correct answer
Explanation
These are correct about Recovery Point Objective (RPO) in Disaster recovery plan.
-
This tool is a better choice for application security.
-
It defines the application's status in terms of sessions.
-
It maintains the application performance for virus security.
-
All of the above
-
Both (1) and (2)
E
Correct answer
Explanation
These are correct statements about Sequencer tool for request manipulation in burp suite.
-
It is used to identify and store the information related to vulnerabilities in the system.
-
It collects the information and executes the files for the database specific to the vulnerability monitor.
-
It checks the version of a started program for vulnerabilities against a special database.
-
The vulnerability check is performed in the background mode and does not delay the program start.
-
Both (3) and (4)
E
Correct answer
Explanation
These are the correct statements.
-
It is used to check the resource to be updated by multiple transactions.
-
If a transaction requires row locks held by another transaction, the transaction will wait until the row locks are released.
-
It assigns the transaction to a rollback segment identified by 'segment_name'.
-
It assigns a name to the transaction identified by 'transaction_name'.
-
Both (1) and (3)
A
Correct answer
Explanation
If a transaction attempts to update a resource that has been updated by another transaction and uncommitted, the transaction will fail.
-
It is used to undo all the changes for the current session.
-
It is used to force the rollback of a transaction that may be corrupt or in doubt.
-
ROLLBACK TO SAVEPOINT savepoint 1 is the syntax for this clause.
-
ROLLBACK WORK TO SAVEPOINT savepoint 1 is the syntax for this clause.
-
Both (2) and (3)
B
Correct answer
Explanation
This is called 'FORCE' clause in Rollback statement.
-
Read only
-
Extent
-
Oracle instance
-
Instance creation
-
Oracle database
E
Correct answer
Explanation
This is the centralised container where the data is stored.
-
Instance creation
-
Stream pool
-
SQL work area
-
Shared pool
-
Force
D
Correct answer
Explanation
The contents of this component of the system global area are shared by multiple users.
-
Stream pool
-
ABORT
-
Session memory
-
SQL work area
-
Instance creation
C
Correct answer
Explanation
This memory component of the program global area holds a session's variables and session-related information.
-
Instance creation
-
Large pool
-
SQL work area
-
Stream pool
-
Read only
B
Correct answer
Explanation
This memory component of the system global area is used for handling large input/output requests of server processes.
-
Proxy archived log backups
-
Oracle flashback database
-
Duplicate database
-
Stream pool
-
Disk topology and automatic performance tuning
E
Correct answer
Explanation
Here, the contents of the backup sets define which files are multiplexed.
-
Oracle server
-
Log writer
-
Job queue process
-
Database writer
-
Mounting the database
D
Correct answer
Explanation
It writes modified blocks from the database buffer cache to the data files.