wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Data warehouse exam

Total questions: 108

Worksheet time: 54mins

Name
Class
Date
1.

What is the primary purpose of a data warehouse?

a)

Real-time business transactions

b)

Data analysis for business decisions

c)

Data validation during transactions

d)

Data redundancy reduction

2.

Which of the following is a characteristic of a data warehouse?

a)

Transaction-oriented

b)

Integrated data from multiple sources

c)

Volatile data

d)

Non-subject-oriented

3.

Which type of data is organized around subjects in a data warehouse?

a)

Transactional

b)

Time-referenced

c)

Non-volatile

d)

Subject-oriented

4.

What is the main goal of a data warehouse?

a)

Provide easy access to corporate data

b)

Support real-time business transactions

c)

Minimize data redundancy

d)

Enhance data validation during transactions

5.

Which layer of the Data Warehouse Architecture is responsible for transporting data from source systems to the warehouse?

a)

Metadata management layer

b)

Data processing layer

c)

Data integration layer

d)

End user reporting layer

6.

What is a characteristic of a snowflake schema in a dimensional model?

a)

Complex dimensions are normalized

b)

It consists of a central fact table

c)

It is easy to understand and relate to business needs

d)

It supports simplified business queries

7.

What is the granularity of data?

a)

The level of detail at which data is recorded

b)

The size of the data warehouse

c)

The number of dimensions in a star schema

d)

The type of data stored in a warehouse

8.

Which of the following is a true statement about additive facts in a data warehouse?

a)

They cannot be added along any dimension

b)

They are usually non-numeric values

c)

They are always fully additive

d)

They are typically numeric and additive along all dimensions

9.

What is the purpose of a helper table in a dimensional model?

a)

To store multi-valued dimensions

b)

To handle complex hierarchies

c)

To normalize complex dimensions

d)

To simplify data retrieval processes

10.

Which of the following is a characteristic of a dimensional model?

a)

It uses an E-R diagram to represent relationships

b)

It consists of a set of detailed business facts

c)

It is optimized for real-time business transactions

d)

It requires a normalized structure to minimize redundancy

11.

Data warehouses are designed for:

a)

Real-time business transactions

b)

Analysis of historical data by subject area

c)

Validating data during transactions

d)

Supporting a high volume of concurrent users

12.

Compared to an OLTP system, a data warehouse is optimized for:

a)

A common and known set of transactions

b)

Bulk loads and large complex, unpredictable queries

c)

Few concurrent users

d)

Minimal historical data

13.

A dimensional model is designed to:

a)

Minimize redundancy

b)

Support simplified business queries

c)

Validate input data

d)

Provide real-time processing

14.

In a star schema, the central table is called the:

a)

Dimension table

b)

Fact table

c)

Measure table

d)

Attribute table

15.

A snowflake schema is a variation of a star schema where:

a)

Dimensions are highly normalized

b)

Facts are denormalized

c)

Measures are aggregated

d)

Attributes are consolidated

16.

Granularity in a data warehouse refers to:

a)

The level of detail at which data is recorded

b)

The consistency of data

c)

The security of data

d)

The timeliness of data

17.

A fact table is considered additive if adding it across a dimension results in a:

a)

Non-meaningful value

b)

Partially additive value

c)

Fully additive value

d)

Ratio value

18.

Functional dependency of data in a dimensional model means:

a)

Attributes depend on some, but not all, of the primary key

b)

All attributes depend on the entire primary key

c)

The primary key depends on all attributes

d)

There is no relationship between attributes and the primary key

19.

Helper tables in a dimensional model are used for:

a)

Storing frequently used calculations

b)

Representing multi-valued dimensions or complex hierarchies

c)

Aggregating data at different granularities

d)

Validating data quality

20.

Hierarchies in a dimensional model can represent:

a)

Different types of products

b)

Geographic locations

c)

Organizational structures

d)

All of the above

21.

Slowly Changing Dimensions (SCDs) are used to manage:

a)

Changes to the structure of a dimension table

b)

Historical values of dimension attributes

c)

Both a) and b)

d)

Neither a) nor b)

22.

Conformed dimensions are used to:

a)

Ensure consistency of dimension attributes across different data marts

b)

Improve query performance for specific data marts

c)

Denormalize data in the fact table

d)

Reduce storage requirements

23.

Data cleansing is the process of:

a)

Extracting data from source systems

b)

Identifying and correcting errors in data

c)

Transforming data into a format suitable for the data warehouse

d)

Loading data into the data warehouse

24.

Data integration refers to:

a)

Combining data from multiple sources into a consistent format

b)

Identifying relationships between different data sets

c)

Analyzing data to identify trends and patterns

d)

Visualizing data for presentation

25.

Data staging area is a temporary storage location used for:

a)

Transforming and cleansing data before loading into the data warehouse

b)

Archiving historical data from operational systems

c)

Storing frequently accessed data for real-time queries

d)

Providing a backup for the data warehouse

26.

In a data warehouse ETL process, E stands for:

a)

Extract

b)

Transform

c)

Load

d)

All of the above

27.

Data mining is the process of:

a)

Storing and managing large datasets

b)

Extracting hidden patterns and insights from data

c)

Visualizing data for presentation

d)

Designing and building data warehouses

28.

A Kimball method dimensional model separates dimension tables from slowly changing dimension tables.

a)

T

b)

F

29.

Invariant dimensions never change and have a single record for each unique value.

a)

T

b)

F

30.

Data warehouses are designed for real-time business transactions.

a)

T

b)

F

31.

Operational systems are optimized for bulk loads and large complex queries.

a)

T

b)

F

32.

The granularity of data refers to the level of detail at which data is recorded.

a)

T

b)

F

33.

A snowflake schema in a dimensional model is easy to understand and relate to business needs.

a)

T

b)

F

34.

A fact is said to be fully additive if it is additive over every dimension of its dimensionality.

a)

T

b)

F

35.

Multi-valued dimensions in a dimensional model are handled using associative entities.

a)

T

b)

F

36.

Helper tables are used to normalize complex dimensions in a data warehouse.

a)

T

b)

F

37.

Functional dependency of data means that attributes within an entity are dependent on the primary key.

a)

T

b)

F

38.

A self-relationship involves one table, while a bill of materials involves two.

a)

T

b)

F

39.

The main goal of a data warehouse is to support real-time business transactions.

a)

T

b)

F

40.

Data warehouses are optimized for analysis of business measures by subject area, category, and attributes.

a)

T

b)

F

41.

Operational systems are designed for validation of data during transactions.

a)

T

b)

F

42.

Data in a data warehouse is organized around subjects, such as employees, accounts, and products.

a)

T

b)

F

43.

Data warehouses are typically designed using a normalized structure to minimize redundancy.

a)

T

b)

F

44.

The granularity of data refers to its inherent cardinality.

a)

T

b)

F

45.

A fact is said to be partially additive if it is additive over at least one but not all of the dimensions.

a)

T

b)

F

46.

Helper tables are used to store multi-valued dimensions in a data warehouse.

a)

T

b)

F

47.

Functional dependency of data ensures non-redundancy in a data warehouse.

a)

T

b)

F

48.

A snowflake schema in a dimensional model is a denormalized structure.

a)

T

b)

F

49.

The granularity of data is determined by the number of attributes within an entity.

a)

T

b)

F

50.

Data warehouses are designed to support large user bases often distributed across geographies.

a)

T

b)

F

51.

A self-relationship in a dimensional model involves two tables.

a)

T

b)

F

52.

Data warehouses are optimized for data validation during transactions.

a)

T

b)

F

53.

Multi-valued dimensions in a dimensional model are handled using self-relationships.

a)

T

b)

F

54.

Data warehouses are designed to provide easy access to corporate data.

a)

T

b)

F

55.

Operational systems are optimized for bulk loads and large complex queries.

a)

T

b)

F

56.

The granularity of data refers to the level of detail at which data is recorded.

a)

T

b)

F

57.

A snowflake schema in a dimensional model is easy to understand and relate to business needs.

a)

T

b)

F

58.

A fact is said to be fully additive if it is additive over every dimension of its dimensionality.

a)

T

b)

F

59.

Helper tables are used to normalize complex dimensions in a data warehouse.

a)

T

b)

F

60.

Functional dependency of data means that attributes within an entity are dependent on the primary key.

a)

T

b)

F

61.

A self-relationship involves one table, while a bill of materials involves two.

a)

T

b)

F

62.

The main goal of a data warehouse is to support real-time business transactions.

a)

T

b)

F

63.

Data warehouses are optimized for analysis of business measures by subject area, category, and attributes.

a)

T

b)

F

64.

Operational systems are designed for validation of data during transactions.

a)

T

b)

F

65.

Data in a data warehouse is organized around subjects, such as employees, accounts, and products.

a)

T

b)

F

66.

Data warehouses are typically designed using a normalized structure to minimize redundancy.

a)

T

b)

F

67.

The granularity of data refers to its inherent cardinality.

a)

T

b)

F

68.

A fact is said to be partially additive if it is additive over at least one but not all of the dimensions.

a)

T

b)

F

69.

Helper tables are used to store multi-valued dimensions in a data warehouse.

a)

T

b)

F

70.

Data warehouses are a new invention in the field of data management.

a)

T

b)

F

71.

Data warehouses and OLTP systems serve similar purposes.

a)

T

b)

F

72.

A dimensional model is a type of normalized data model.

a)

T

b)

F

73.

The star schema is the most common type of dimensional model.

a)

T

b)

F

74.

In a snowflake schema, all dimensions are normalized to the same level.

a)

T

b)

F

75.

Increasing the granularity of data in a data warehouse will always improve query performance.

a)

T

b)

F

76.

Non-additive facts cannot be used in any analysis.

a)

T

b)

F

77.

Functional dependency ensures that there is no redundancy in a data warehouse.

a)

T

b)

F

78.

Helper tables are always optional in a dimensional model.

a)

T

b)

F

79.

Hierarchies can only be represented in snowflake schemas.

a)

T

b)

F

80.

Data warehouses are used to store and analyze large amounts of data for business intelligence purposes.

a)

T

b)

F

81.

Data warehouses are typically populated with data from operational systems.

a)

T

b)

F

82.

Data warehouses are designed for fast retrieval and analysis of data, rather than real-time processing.

a)

T

b)

F

83.

Dimensional models are easier to understand and use than traditional entity-relationship models for data warehousing.

a)

T

b)

F

84.

The fact table in a star schema stores the detailed business measures that are being analyzed.

a)

T

b)

F

85.

Dimensions in a star schema provide context and additional information about the facts.

a)

T

b)

F

86.

Snowflake schemas are more complex than star schemas but can improve query performance for complex queries.

a)

T

b)

F

87.

Data warehouses can store both historical and current data.

a)

T

b)

F

88.

The granularity of data in a data warehouse should be chosen based on the specific needs of the users.

a)

T

b)

F

89.

Additive facts allow for meaningful aggregation of data across different dimensions.

a)

T

b)

F

90.

Functional dependency helps to ensure data consistency in a data warehouse.

a)

T

b)

F

91.

Helper tables can be used to model complex relationships between dimensions.

a)

T

b)

F

92.

Hierarchies allow users to drill down and roll up data at different levels of detail.

a)

T

b)

F

93.

Data warehouses are a valuable tool for businesses that need to make data-driven decisions.

a)

T

b)

F

94.

Data warehouses can be used for real-time operational reporting.

a)

T

b)

F

95.

Data warehouses are typically updated in batch mode.

a)

T

b)

F

96.

Data marts are subsets of a data warehouse focused on specific business needs.

a)

T

b)

F

97.

Data virtualization provides a logical view of data from various sources without physically moving the data.

a)

T

b)

F

98.

In-memory data warehouses offer faster query performance but require more expensive hardware.

a)

T

b)

F

99.

Data governance establishes policies and procedures for managing data throughout its lifecycle.

a)

T

b)

F

100.

Data quality is critical for accurate and reliable analysis in data warehouses.

a)

T

b)

F

101.

Data security protects sensitive data from unauthorized access.

a)

T

b)

F

102.

Data privacy regulations govern the collection, storage, and use of personal data.

a)

T

b)

F

103.

Data warehouses are a crucial component for business intelligence and data analytics.

a)

T

b)

F

104.

A dimension table can have a foreign key relationship with the fact table.

a)

T

b)

F

105.

A fact table can have multiple foreign key relationships to the same dimension table.

a)

T

b)

F

106.

Surrogate keys are unique identifiers used in dimension tables to improve query performance.

a)

T

b)

F

107.

Degeneracy occurs when some dimension attributes are missing from a dimension table record.

a)

T

b)

F

108.

Outliers are data points that fall significantly outside the expected range.

a)

T

b)

F