Unit 3 - Practice Quiz

INT323 50 Questions
0 Correct 0 Wrong 50 Left
0/50

1 Who is widely recognized as the 'Father of Data Warehousing'?

A. Peter Chen
B. Ralph Kimball
C. E.F. Codd
D. Bill Inmon

2 A Data Warehouse is defined as a subject-oriented, integrated, time-variant, and ____ collection of data.

A. Transient
B. Non-volatile
C. Virtual
D. Volatile

3 Which characteristic of a Data Warehouse implies that data is organized around major entities such as customer, product, and sales?

A. Non-volatile
B. Subject-oriented
C. Time-variant
D. Integrated

4 In the context of Data Warehousing, what does 'Integrated' mean?

A. Data is accessible via the web
B. Data is collected from various sources and standardized
C. Data is encrypted for security
D. Data is stored in a single file

5 What is the primary purpose of the 'Staging Area' in Data Warehouse architecture?

A. To store data permanently
B. To store meta-data only
C. To clean and transform data before loading it into the warehouse
D. To provide query access to end-users

6 Which type of data represents the 'Time-variant' nature of a Data Warehouse?

A. Historical data spanning a specific period
B. Future predictive data
C. Current real-time data only
D. Temporary session data

7 What is a 'Data Mart'?

A. A complete enterprise-wide data warehouse
B. A tool for data mining
C. A subset of a data warehouse focused on a specific department or function
D. A backup storage device

8 Which architecture approach advocates building the Enterprise Data Warehouse (EDW) first and then creating Data Marts?

A. Top-down Approach
B. Spiral Approach
C. Agile Approach
D. Bottom-up Approach

9 The 'Bottom-up' approach to Data Warehousing, which starts with Data Marts, is associated with:

A. Edgar Codd
B. Larry Ellison
C. Ralph Kimball
D. Bill Inmon

10 What does OLAP stand for?

A. Online Advanced Programming
B. Offline Analysis Protocol
C. Overlay Analytical Platform
D. Online Analytical Processing

11 Which table in a schema contains the quantitative data (numbers/metrics) for analysis?

A. Index Table
B. Meta Table
C. Dimension Table
D. Fact Table

12 Which table contains descriptive attributes used for query filtering and labeling?

A. Dimension Table
B. Measure Table
C. Summary Table
D. Fact Table

13 In a Star Schema, how are tables arranged?

A. Multiple fact tables sharing dimension tables
B. Normalized tables linked in a chain
C. A central fact table connected to multiple dimension tables
D. A central dimension table connected to multiple fact tables

14 What distinguishes a Snowflake Schema from a Star Schema?

A. It uses only one table
B. The Dimension tables are normalized
C. The Fact table is normalized
D. It does not support SQL

15 A 'Fact Constellation' schema is also known as:

A. Star Schema
B. Bus Schema
C. Snowflake Schema
D. Galaxy Schema

16 What is 'Meta-data' in the context of a Data Warehouse?

A. The actual business data
B. Deleted data
C. Data about data
D. Backup data

17 Which OLAP operation allows moving from summary data to detailed data?

A. Drill-down
B. Dice
C. Slice
D. Roll-up

18 Which OLAP operation performs aggregation on a data cube (e.g., climbing up the hierarchy)?

A. Drill-down
B. Roll-up
C. Pivot
D. Slice

19 Selecting a single value for one dimension to create a subset of the cube is called:

A. Drilling
B. Dicing
C. Pivoting
D. Slicing

20 Which type of OLAP stores data in a multidimensional array-based storage engine?

A. HOLAP
B. MOLAP
C. DOLAP
D. ROLAP

21 ROLAP stands for:

A. Real-time Online Analytical Processing
B. Rapid Online Analytical Processing
C. Remote Online Analytical Processing
D. Relational Online Analytical Processing

22 HOLAP attempts to combine the best features of:

A. Star and Snowflake Schemas
B. Data Mining and Data Warehousing
C. OLTP and OLAP
D. ROLAP and MOLAP

23 Which of the following is NOT a typical application of a Data Warehouse?

A. Trend Analysis
B. Transaction Processing (OLTP)
C. Decision Support Systems (DSS)
D. Reporting and Forecasting

24 What is the acronym ETL short for?

A. Extract, Transform, Load
B. Evaluate, Transfer, Load
C. Extract, Test, Lock
D. Enter, Transform, List

25 In the context of ETL, 'Transformation' includes:

A. Installing database software
B. Backing up data to tape
C. Cleaning, filtering, and aggregating data
D. Giving users read access

26 What is an ODS in Data Warehousing architecture?

A. Object Data Source
B. Operational Data Store
C. Online Decision System
D. Offline Data Storage

27 Which utility is primarily used to refresh a data warehouse with new data?

A. Security Manager
B. Data Loading Utility
C. Query Manager
D. Index Creator

28 What is the 'Grain' of a fact table?

A. The level of detail represented by a single row
B. The type of database used
C. The size of the table on disk
D. The number of columns

29 Which schema results in the highest performance for queries due to fewer joins?

A. Hierarchical Schema
B. Star Schema
C. Snowflake Schema
D. Normalized Schema

30 What type of metadata allows tools to understand how to navigate the data (e.g., mapping source to target)?

A. Technical/Operational Metadata
B. Administrative Metadata
C. Business Metadata
D. Social Metadata

31 A 'Dependent Data Mart' is sourced from:

A. User input
B. The Enterprise Data Warehouse
C. Directly from operational systems
D. External flat files only

32 An 'Independent Data Mart' is sourced from:

A. The backup server
B. Directly from operational source systems
C. Another Data Mart
D. The Enterprise Data Warehouse

33 Which of the following is a security concern in Data Warehousing?

A. Reducing data redundancy
B. Ensuring data is not time-variant
C. Keeping data volatile
D. Controlling access to sensitive aggregated data

34 What is the purpose of a 'Surrogate Key' in a dimension table?

A. To replace the natural primary key with an internal system integer
B. To link to the internet
C. To store the date
D. To encrypt the data

35 In the Three-Tier Data Warehouse Architecture, what constitutes the bottom tier?

A. Front-end tools
B. Data Warehouse Database Server
C. OLAP Server
D. Web Interface

36 In the Three-Tier Data Warehouse Architecture, what is the middle tier?

A. Relational Database
B. OLAP Server
C. Data Mining Tools
D. Reporting Tools

37 Which of the following is a benefit of Data Warehousing?

A. Increases transactional processing speed
B. Reduces storage requirements
C. Enhances business intelligence and decision making
D. Replaces the need for backups

38 What is 'Data Scrubbing'?

A. Merging data marts
B. Compressing data
C. Deleting data permanently
D. Cleaning data to remove inconsistencies and errors

39 The operation of rotating the data axes in an OLAP cube to view data from different perspectives is called:

A. Dice
B. Drill-up
C. Pivot
D. Slice

40 Which backup strategy involves copying the entire data warehouse?

A. Partial Backup
B. Incremental Backup
C. Full Backup
D. Differential Backup

41 Why is backup crucial for a Data Warehouse despite it being a read-mostly system?

A. To recover from hardware failure or data corruption
B. To increase query speed
C. Data is volatile
D. To allow write operations

42 A 'Virtual Data Warehouse' is:

A. A cloud-based physical storage
B. A set of views over operational databases
C. A simulation of a database
D. An empty database

43 Which tool category allows end-users to create reports and graphs from the Data Warehouse?

A. ETL Tools
B. Data Access/Reporting Tools
C. Operating Systems
D. Database Management Systems

44 In a Fact Table, a 'Measure' that can be summed across all dimensions is called:

A. Semi-additive
B. Non-additive
C. Additive
D. Subtractive

45 A 'Semi-additive' measure is one that:

A. Can be summed across all dimensions
B. Cannot be summed at all
C. Is always text
D. Can be summed across some dimensions but not others

46 Which utility is used to monitor the performance of the Data Warehouse?

A. Load Manager
B. System/Performance Monitor
C. Warehouse Manager
D. Query Manager

47 The define-measure-analyze-improve-control cycle is often supported by data from:

A. Network Routers
B. Text Editors
C. Web Browsers
D. Data Warehouses

48 What is the specific challenge of 'Data Marting' when done independently?

A. It creates inconsistent 'islands of information'
B. It is too slow
C. It requires too much storage
D. It is too expensive

49 Which of the following best describes 'Business Metadata'?

A. Programming code for ETL
B. Log files of server activity
C. Physical database schema details
D. Terms, definitions, and ownership info for business users

50 In the context of Informatica and DW, what is a 'Repository'?

A. The hardware where data is stored
B. The operational source system
C. A central database storing metadata and transformation rules
D. The final report generated