Question bank FORMAT
Question bank FORMAT
3. List out the nine-step method followed in the design of a data warehouse.
1. Choosing the subject matter
2. Deciding what a fact table represents
3. Identifying and conforming the dimensions
4. Choosing the facts
5. Storing pre calculations in the fact table
6. Rounding out the dimension table
7. Choosing the duration of the db
8. The need to track slowly changing dimensions
9. Deciding the query priorities and query models
5. Define OLTP.
The major task of online operational database systems is to perform online transaction
and query processing. These systems are called online transaction processing (OLTP)
systems. They cover most of the day-to-day operations of an organization such as
purchasing, inventory, manufacturing, banking, payroll, registration, and accounting.
6. Define OLAP.
Data warehouse systems serve users or knowledge workers in the role of data analysis
and decision making. These systems are known as online analytical processing (OLAP)
systems.
PART B
1. Explain the 3-tier data ware house architecture and its various components.
2. Differentiate Operational database versus data warehouse.
3. Illustrate the various data warehouse components.
4. Explain about oracle autonomous data warehouse.
5. Design data warehouse architecture for a hospital management system.
6. Difference between Autonomous Data Warehouse Vs Snowflake?
7. Difference between Operational database and Data Warehouse?
8. Write the functions of back-end tools and utilities used in datawarehouse systems.
o Data extraction gathers data from multiple, heterogeneous, and external sources o Data
cleaning detects errors in the data and rectifies them
o Data transformation converts data from legacy or host format to warehouse format.
o Load sorts, summarizes, consolidates, computes views, checks integrity, and builds
indices and partitions.
o Refresh propagates the updates from the data sources to the
warehouse.
PART B
1. Illustrate data modeling life cycle with neat sketch.
2. Explain about various OLAP operations in detail.
3. Discuss the various types of OLAP techniques.
4. Discuss various delivery process followed in data warehouse.
5. Difference between OLTP Vs OLAP?
6. Difference between ROLAP Vs MOLAP Vs HOLAP?
7. Explain in detail about types of data warehouse?
UNIT III META DATA, DATA MART AND PARTITIONING STRATEGY
PART B
1. Discuss the role of Meta data in data warehousing.
2. Explain in detail about partitioning strategy.
3. Summarize the challenges for Meta management.
4. Explain in detail about Data mart?
UNIT IV DIMENSIONAL MODELLING AND SCHEMA
PART A
1. Define multi-dimensional data model.
o A multidimensional data model is used for the design of corporate data warehouses and
departmental data marts.
o Multidimensional model is the data cube, which consists of a large set of facts (or
measures) and a number of dimensions.
3. Define dimensions.
Dimensions are the perspectives or entities with respect to which an organization wants to
keep records.
Each dimension may have a table associated with it, called a dimension table, which
further describes the dimension.
Example: A dimension table for item may contain the attributes item name, brand, and type.
PART B
Part B
1. Describe in detail about working of system scheduling manager.
2. Summarize the role of process managers?
3. Discuss about query manager process in detail.
4. Explain in detail about data warehouse System Managers?
5. Explain in detail about tuning and testing?
PART – C
1. Suppose that a data warehouse for Big University consists of the four dimensions student,
course, semester, and instructor, and two measures count and avg grade. At the lowest
conceptual level (e.g., for a given student, course, semester, and instructor combination),
the avg grade measure stores the actual course grade of the student. At higher conceptual
levels, avg grade stores the average grade for the given combination.
(a) Draw a snowflake schema diagram for the data warehouse.
(b) Starting with the base cuboid [student, course, semester, instructor], what specific OLAP
operations (e.g., roll-up from semester to year) should you perform in order to list the
average grade of CS courses for each Big University student.
(c) If each dimension has five levels (including all), such as “student < major < status <
university < all”, how many cuboids will this cube contain
(including the base and apex cuboids)? Create
2. A data warehouse can be modeled by either a star schema or a snowflake schema. Briefly
describe the similarities and the differences of the two models, and then analyze their
advantages and disadvantages with regard to one another with example. Understand