Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Data warehousing

Total questions: 12

Worksheet time: 12mins

Name
Class
Date
1.

Which of the following statements is not correct?

a)

OLTP Solutions are best used with business execution databases, whereas data warehouses are best suited for analytical purposes

b)

Data warehouses handle a smaller number of in-house users compared to Transactional databases that can handle thousands of users at one time

c)

Data warehouses contain only the current state of information, which makes historical queries impossible.

d)

Data warehouses typically denormalize their data, prioritizing high-performance reads over writes

2.

Process of analyzing the data in different dimensions or perspectives and summarizing into a useful information is called:

a)

Data Warehousing

b)

Data modeling

c)

Data Analysis / Data Mining

d)

None

3.

Which option is not in Four-Step Dimensional Design Process?

a)

Select the Business Process

b)

Declare the grain

c)

Identify the Dimensions

d)

Identify the Customers

4.

Tables that have been "grouped" to certain level of dimensions are called :

a)

Fact tables

b)

Dimension tables

c)

Summary / Aggregate tables

d)

None of the above

5.

what option is not included in data warehouse modeling?

a)

Fact tables and dimensions tables

b)

Bottom-up drive approach

c)

Star schemas and Multidimensional models (cube)

d)

Normalization and denormalization

6.

System generated unique, meaningless, and sequential numbers attached to data warehouse tables are called:

a)

Source keys

b)

Natural or business keys

c)

Surrogate Keys

d)

Hashing Keys

7.

What are the ACID properties of database transactions?

a)

Atomicity, Consistency, Isolation, Database

b)

Atomicity, Consistency, Isolation, Durability

c)

Atomicity, Consistency, Inconsistency, Durability

d)

Automatically, Concurrency, Isolation, Durability

8.

This refers to a database layer that stores raw data from source systems in an ELT data warehouse

a)

Data Integration Layer

b)

Access Layer

c)

Staging Layer

d)

Semantic Layer

9.

It is a Star Schema which is further split to smaller dimension tables to avoid redundancies

a)

Atomic Schema

b)

Snowflake Schema

c)

Composite Schema

d)

Extension Schema

10.

A type of Slowly Changing Dimension (SCD) that uses "Start_date" and "End_date" fields to keep history

a)

Type 0: Retain Original

b)

Type 1: Overwrite

c)

Type 2: Add new row

d)

Type 4: Add mini-dimension (History / Audit table)

11.

Refers to splitting what is logically one large table into smaller physical pieces to improve query performance

a)

Table Partitioning

b)

Table Clustering

c)

Table Indexing

d)

Table compaction

12.

Which is not a data warehouse best practice ?

a)

Use Snowflake schema to reduce redundancies

b)

Maintain a staging layer to store raw data from source

c)

Enforce idempotency in your data pipelines

d)

Partition large fact tables