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
Which of the following is a type of data warehouse technology?
-
Oracle
-
SQL Server
-
Teradata
-
All of the above
D
Correct answer
Explanation
Oracle, SQL Server, and Teradata are all types of data warehouse technologies. Oracle is a relational database management system that is used to store and manage data in a data warehouse. SQL Server is a relational database management system that is also used to store and manage data in a data warehouse. Teradata is a data warehouse appliance that is specifically designed for storing and analyzing large amounts of data.
Which of the following is a common approach for representing text data in NLP?
-
Bag-of-Words (BOW)
-
Term Frequency-Inverse Document Frequency (TF-IDF)
-
Word Embeddings
-
N-grams
A
Correct answer
Explanation
Bag-of-Words (BOW) is a simple yet effective method for representing text data by converting it into a vector of word frequencies.
Which of the following is NOT a key aspect of digital curation?
-
Selection and Appraisal
-
Organization and Description
-
Preservation and Access
-
Data Mining and Analysis
D
Correct answer
Explanation
Data mining and analysis, while valuable for extracting insights from digital data, is not a core aspect of digital curation, which focuses on the management and preservation of digital assets.
Which of the following is NOT a key consideration for evaluating the trustworthiness of digital archives?
-
Transparency and Accountability
-
Data Provenance and Lineage
-
Security and Access Control
-
Cost-Effectiveness
D
Correct answer
Explanation
Cost-effectiveness, while important for resource allocation, is not a key consideration for evaluating the trustworthiness of digital archives, which focuses on factors such as transparency, accountability, data provenance, and security.
What is the primary cause of data heterogeneity?
-
Different data formats
-
Different data sources
-
Different data types
-
All of the above
D
Correct answer
Explanation
Data heterogeneity is caused by a combination of different data formats, data sources, and data types.
Which data integration approach involves combining data from multiple sources into a single, unified view?
-
Data federation
-
Data warehousing
-
Data virtualization
-
Extract, transform, load (ETL)
A
Correct answer
Explanation
Data federation provides a unified view of data from multiple sources without physically moving the data.
Which of the following is a common data quality issue that can hinder data integration?
-
Missing values
-
Inconsistent data formats
-
Duplicate data
-
All of the above
D
Correct answer
Explanation
Missing values, inconsistent data formats, and duplicate data are all common data quality issues that can make data integration challenging.
Which data integration approach involves physically moving data from multiple sources into a central repository?
-
Data federation
-
Data warehousing
-
Data virtualization
-
Extract, transform, load (ETL)
B
Correct answer
Explanation
Data warehousing involves physically moving data from multiple sources into a central repository for analysis and reporting.
Which data integration approach involves creating a logical layer on top of multiple data sources to provide a unified view of data?
-
Data federation
-
Data warehousing
-
Data virtualization
-
Extract, transform, load (ETL)
C
Correct answer
Explanation
Data virtualization creates a logical layer on top of multiple data sources to provide a unified view of data without physically moving the data.
Which of the following is NOT a common data integration pattern?
-
Hub-and-spoke
-
Star schema
-
Snowflake schema
-
Spaghetti schema
D
Correct answer
Explanation
Spaghetti schema is not a common data integration pattern. It refers to a poorly designed data model with tangled relationships between tables.
Which of the following is NOT a common data integration architecture?
-
Batch processing
-
Real-time processing
-
Lambda architecture
-
Spaghetti architecture
D
Correct answer
Explanation
Spaghetti architecture is not a common data integration architecture. It refers to a poorly designed architecture with tangled data flows and dependencies.
Which of the following is a data reduction technique that involves removing duplicate records from a dataset?
-
Aggregation
-
Dimensionality Reduction
-
Sampling
-
Deduplication
D
Correct answer
Explanation
Deduplication is a data reduction technique that involves identifying and removing duplicate records from a dataset, resulting in a smaller and more concise dataset.
Which of the following is a data reduction technique that involves selecting a subset of records from a dataset that is representative of the entire dataset?
-
Aggregation
-
Dimensionality Reduction
-
Sampling
-
Deduplication
C
Correct answer
Explanation
Sampling is a data reduction technique that involves selecting a subset of records from a dataset that is representative of the entire dataset, allowing for analysis of a smaller and more manageable dataset.
Which of the following is a data reduction technique that involves grouping records based on common attributes and aggregating their values?
-
Aggregation
-
Dimensionality Reduction
-
Sampling
-
Deduplication
A
Correct answer
Explanation
Aggregation is a data reduction technique that involves grouping records based on common attributes and aggregating their values, resulting in a smaller and more concise dataset.
Which of the following is a data reduction technique that involves removing irrelevant or redundant attributes from a dataset?
-
Aggregation
-
Dimensionality Reduction
-
Sampling
-
Deduplication
B
Correct answer
Explanation
Dimensionality Reduction is a data reduction technique that involves removing irrelevant or redundant attributes from a dataset, resulting in a smaller and more manageable dataset.