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 programming languages
  1. Domains

  2. Documentation

  3. Data Models

  4. Dynpro

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

In the SAP ABAP Data Dictionary, domains are the fundamental building blocks that define technical attributes (data type, length, output format) of table fields. Documentation, Data Models, and Dynpros are separate dictionary objects that depend on or reference domains.

Multiple choice technology web technology
  1. Sun One LDAP

  2. Domino LDAP

  3. MS-Active Directory

  4. Sun Web LDAP

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

MS-Active Directory is commonly used as the LDAP directory service for authentication and user identity management (SUID / Single User ID integration) in enterprise environments. Sun One LDAP, Domino LDAP, and Sun Web LDAP are distinct LDAP implementations but not the standard answer for this specific integration context.

Multiple choice technology web technology
  1. Database logs

  2. TMA Logs and XML's

  3. Transaction Logs

  4. TMA code

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

When TMA transactions fail, the primary troubleshooting location is the TMA logging system. TMA logs capture both error details and the XML payloads being transmitted, allowing you to pinpoint exactly where and why the transaction failed. Database logs and transaction logs won't show TMA-specific communication issues.

Multiple choice technology web technology
  1. Database is down

  2. TMA or the destination system is down

  3. TMA server not running

  4. Destination system is not running

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

A Connection refused exception in socket programming indicates the target system is not accepting connections. In the TMA context, this typically means either the TMA router itself or the destination system is down. The error specifically points to communication layer issues rather than database problems or individual component failures.

Multiple choice technology databases
  1. Parall architecture

  2. Serial architecture

  3. Scalability

  4. Performacnce

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

Teradata achieves its high performance for OLAP workloads through its Massively Parallel Processing (MPP) architecture. This allows multiple processors to work on different parts of a query simultaneously, distributing the workload across many nodes.

Multiple choice technology databases
  1. Fastload

  2. Multiload

  3. FastExport

  4. Datastage

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

Teradata Tools and Utilities (TTU) is a collection of client applications for loading and extracting data from Teradata databases. FastLoad, MultiLoad, and FastExport are all core TTU components, while DataStage is an IBM ETL product that competes with Teradata utilities rather than being part of TTU.

Multiple choice technology databases
  1. SQL assistant

  2. BTEQ

  3. PMON

  4. Statistics wizard

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

PMON (Performance Monitor) is a command-line or graphical tool specifically designed to monitor sessions, processes, and resource usage in a Teradata database. SQL Assistant and BTEQ are query execution tools, and Statistics Wizard is used for managing statistics, not for real-time process monitoring.

Multiple choice technology databases
  1. OLAP

  2. MOLAP

  3. ROLAP

  4. OLTP

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

Teradata is a Massively Parallel Processing (MPP) system designed for data warehousing and analytical processing (OLAP), not transaction processing (OLTP). OLAP involves complex queries on large historical datasets, which is Teradata's strength.

Multiple choice technology databases
  1. UPI

  2. NUSI

  3. PI

  4. USI

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

UPI (Unique Primary Index) in Teradata is equivalent to a Primary Key in Oracle - both enforce uniqueness and are used for data distribution. A regular PI (without uniqueness) is not equivalent to a PK.

Multiple choice technology databases
  1. FSLDM

  2. HCLDM

  3. RLDM

  4. CLDM

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

FSLDM (Financial Services Logical Data Model) is Teradata's industry-specific logical data model designed for financial markets and banking institutions. It provides pre-defined schemas for common financial entities like customers, accounts, transactions, and risk management. HCLDM, RLDM, and CLDM are not standard Teradata logical data models.