Probability Engine · CSC410

Data Warehousing and Data Mining (BSc CSIT, CSC410): the questions likely to come

85 analyzed questions from 8 past papers (2074-2082), grouped by syllabus unit — each with its probability, how often it's been asked, and where to study the answer.

8
Papers analyzed
2074-2082
85
Analyzed questions
across 7 syllabus units
5
Very likely units
high-probability topics
5
Units = 80% of marks
study these first
Model answers for this subject are being written. Every question links to its original paper so you can study from the source meanwhile.
Pick a unit
U3 · Q1/25 · 207910 marks
Data Warehouse and OLAP Technology

What is a data warehouse? Explain the three-tier architecture of a data warehouse in detail with a neat diagram.

18%
Occasional to appearAppeared in 2 of the last 2 board papers
Seen in
How well do you know this?rating moves you on
MODEL ANSWERU3 · 10 marks

Data Warehouse

A data warehouse is a subject-oriented, integrated, time-variant and non-volatile collection of data that supports management's decision-making process (W. H. Inmon). It is a central repository that consolidates data from multiple heterogeneous operational sources for analysis and reporting (OLAP) rather than transaction processing.

Key characteristics:

  • Subject-oriented: organized around major subjects (customer, product, sales) rather than applications.
  • Integrated: data from different sources is cleaned and made consistent (naming, units, encoding).
  • Time-variant: stores historical data with a time dimension (years of data).
  • Non-volatile: data is loaded and read, but not updated/deleted in real time.

Three-Tier Architecture

A data warehouse is commonly built using a three-tier architecture:

  +-------------------------------------------------------+
  | Top Tier: Front-End Tools                             |
  | (Query, Reporting, OLAP, Data Mining, Dashboards)     |
  +-------------------------------------------------------+
                          ^
                          |
  +-------------------------------------------------------+
  | Middle Tier: OLAP Server                              |
  | (ROLAP / MOLAP / HOLAP engine)                        |
  +-------------------------------------------------------+
                          ^
                          |
  +-------------------------------------------------------+
  | Bottom Tier: Data Warehouse Server (RDBMS)            |
  |   Data Marts | Metadata | Monitoring & Administration |
  +-------------------------------------------------------+
     ^         ^
     | ETL     | (Extract, Transform, Load)
  +-----------------------+
  | Operational DBs, Flat |
  | files, External data  |
  +-----------------------+

1. Bottom Tier — Data Warehouse Server (Data layer):

  • A back-end relational database that stores the warehouse data.
  • Data is fed from operational databases, flat files and external sources through ETL (Extract, Transform, Load) / gateways (ODBC, JDBC, OLEDB).
  • Also holds the metadata repository (definitions of data, source mappings) and tools for monitoring and administration.

2. Middle Tier — OLAP Server: Presents the multidimensional view of data to the user. Implemented as:

  • ROLAP (Relational OLAP): maps multidimensional operations to standard relational tables (star/snowflake schema). Scales to large data.
  • MOLAP (Multidimensional OLAP): stores data in special multidimensional array structures (data cubes) for fast retrieval.
  • HOLAP (Hybrid OLAP): combines ROLAP storage for detailed data with MOLAP for aggregates.

3. Top Tier — Front-End / Client Tools:

  • Tools used by end users: query and reporting tools, analysis tools, OLAP tools (slice, dice, drill-down), and data mining tools (prediction, classification, clustering).
  • Produces reports, charts and dashboards for decision making.

Conclusion: The separation into three tiers gives modularity, scalability and the ability to optimize each layer (storage, processing, presentation) independently.

AI-generated answer · unverifiedView in 2079 paper →
U3 · Question 1 of 25
Question Priority · U3ranked by appearance likelihood — study top-down

Data Warehouse and OLAP Technology

Analyzed next27%
1
★ TOP PICK

What is a data warehouse? Explain the three-tier architecture of a data warehouse in detail with a neat diagram.

10 marksSEEN IN
18%
2

Explain the data warehouse architecture and the ETL process in detail. Discuss the role of metadata in a data warehouse.

10 marksSEEN IN
15%
3

Define data warehouse and list its key features.

5 marksSEEN IN
27%
4

What are the advantages and disadvantages of MOLAP over ROLAP? Explain the multidimensional data model with the help of a data cube.

10 marksSEEN IN
12%
5

Define data warehousing. Explain the data warehouse design process and the components of a data warehouse with a diagram.

10 marksSEEN IN
11%
6

What is data cube? List the different variations of cube materializations.

5 marksSEEN IN
19%
7

What is data mart? Why do we need multidimensional data model?

5 marksSEEN IN
19%
8

List the components of data warehouse. Discuss about the trust propagation on social network.

5 marksSEEN IN
19%
9

Explain the architecture of a data warehouse. Differentiate between MOLAP, ROLAP, and HOLAP.

10 marksSEEN IN
9%
10

Differentiate between operational database and data warehouse.

5 marksSEEN IN
18%
11

Explain the OLAP operations with examples.

5 marksSEEN IN
18%
12

Explain the slice and dice OLAP operations.

5 marksSEEN IN
17%
13

Compare MOLAP, ROLAP, and HOLAP.

5 marksSEEN IN
17%
14

Explain the concept of data cube and aggregation.

5 marksSEEN IN
15%
15

Differentiate between star and snowflake schema.

5 marksSEEN IN
13%
16

What is a concept hierarchy? How is it generated?

5 marksSEEN IN
12%
17

Differentiate between ROLAP and MOLAP.

5 marksSEEN IN
11%
18

Explain the bottom-up and top-down approaches of building a data warehouse.

5 marksSEEN IN
11%
19

Explain the concept of data cube.

5 marksSEEN IN
11%
20

Explain the snowflake schema with an example.

5 marksSEEN IN
9%
21

What is a fact table and a dimension table?

5 marksSEEN IN
9%
22

Write short notes on metadata in data warehousing.

5 marksSEEN IN
9%
23

What is a data mart? How does it differ from a data warehouse?

5 marksSEEN IN
9%
24

Write short notes on the star schema.

5 marksSEEN IN
8%
25

What is a concept hierarchy? Explain with an example.

5 marksSEEN IN
8%
03The mock

Sit a probable paper

A full mock exam built from the most likely questions, mirroring the real paper's structure. Every slot is a real past question.

Most Probable Paper

Mirrors the real structure · 60 marks · based on 8 past papers

Section A: Long Answer QuestionsAttempt any TWO questions.
  1. 1.

    Explain classification using a decision tree. Construct a decision tree using ID3 for the given dataset and predict the class label of a new instance.

    [10 marks]
    Classification and PredictionVery likelyfrom 2081 paper →

    This question has recurred in 3 of 8 years; so far only in internal assessments, not the board; and its topic (Classification and Prediction) appears in 100% of years.

  2. 2.

    What is a data warehouse? Explain the three-tier architecture of a data warehouse in detail with a neat diagram.

    [10 marks]
    Data Warehouse and OLAP TechnologyVery likelyfrom 2079 paper →

    This question has recurred in 2 of 8 years; so far only in internal assessments, not the board; and its topic (Data Warehouse and OLAP Technology) appears in 100% of years.

  3. 3.

    Explain the K-means algorithm. Cluster the given set of points into two clusters and show all iterations until convergence.

    [10 marks]
    Cluster AnalysisVery likelyfrom 2079 paper →

    This question has recurred in 2 of 8 years; so far only in internal assessments, not the board; and its topic (Cluster Analysis) appears in 100% of years.

Section B: Short Answer QuestionsAttempt any EIGHT questions.
  1. 1.

    Define data warehouse and list its key features.

    [5 marks]
    Data Warehouse and OLAP TechnologyVery likelyfrom 2081 paper →

    This question has recurred in 2 of 8 years; so far only in internal assessments, not the board; and its topic (Data Warehouse and OLAP Technology) appears in 100% of years.

  2. 2.

    Differentiate between operational database and data warehouse.

    [5 marks]
    Data Warehouse and OLAP TechnologyVery likelyfrom 2079 paper →

    This question has recurred in 2 of 8 years; so far only in internal assessments, not the board; and its topic (Data Warehouse and OLAP Technology) appears in 100% of years.

  3. 3.

    Explain the OLAP operations with examples.

    [5 marks]
    Data Warehouse and OLAP TechnologyVery likelyfrom 2079 paper →

    This question has recurred in 2 of 8 years; so far only in internal assessments, not the board; and its topic (Data Warehouse and OLAP Technology) appears in 100% of years.

  4. 4.

    What are the limitations of the Apriori algorithm?

    [5 marks]
    Mining Frequent Patterns, Associations and CorrelationsVery likelyfrom 2081 paper →

    This question has recurred in 2 of 8 years; so far only in internal assessments, not the board; and its topic (Mining Frequent Patterns, Associations and Correlations) appears in 100% of years.

  5. 5.

    Explain the DBSCAN algorithm and the concepts of core, border, and noise points.

    [5 marks]
    Cluster AnalysisVery likelyfrom 2081 paper →

    This question has recurred in 2 of 8 years; so far only in internal assessments, not the board; and its topic (Cluster Analysis) appears in 100% of years.

  6. 6.

    Write short notes on the applications of data mining.

    [5 marks]
    Introduction to Data MiningLikelyfrom 2081 paper →

    This question has recurred in 2 of 8 years; so far only in internal assessments, not the board; and its topic recurs in 5 of 8 years.

  7. 7.

    Explain about web content, web usage and web structure mining.

    [5 marks]
    Mining Complex Types of Data and ApplicationsLikelyfrom 2082 paper →

    This question has recurred in 2 of 8 years; so far only in internal assessments, not the board; and its topic recurs in 5 of 8 years.

  8. 8.

    What is data cube? List the different variations of cube materializations.

    [5 marks]
    Data Warehouse and OLAP TechnologyVery likelyfrom 2082 paper →

    Asked once (2082); so far only in internal assessments, not the board; and its topic (Data Warehouse and OLAP Technology) appears in 100% of years.

  9. 9.

    What is data mart? Why do we need multidimensional data model?

    [5 marks]
    Data Warehouse and OLAP TechnologyVery likelyfrom 2082 paper →

    Asked once (2082); so far only in internal assessments, not the board; and its topic (Data Warehouse and OLAP Technology) appears in 100% of years.

04The receipts

Behind the numbers

The raw evidence the predictions are computed from: marks per unit per year, syllabus weights, trends, and coverage.

Show the heatmap, topic table and coverage analysis

The receipt: marks per unit, per year

Each row is a syllabus unit, each column an exam year, each cell the marks that unit earned that year. Click any cell to see the actual questions behind it.

Marks:nonefew → many
2074
2075
2077
2078
2079
2080
2081
2082
Total
U3Data Warehouse and OLAP Technology
175
U4Mining Frequent Patterns, Associations and Correlations
105
U5Classification and Prediction
100
U6Cluster Analysis
95
U2Data Preprocessing
40
U1Introduction to Data Mining
55
U7Mining Complex Types of Data and Applications
30
#Syllabus unitProbabilityAppearedAvg marksSyllabus weightExam vs syllabusTrendQuestions
1U3Data Warehouse and OLAP TechnologyVery likely100%21.920%9 lecture hrsOver-examinedexam 29% · syllabus 20%Fading4 recurring25 total
2U4Mining Frequent Patterns, Associations and CorrelationsVery likely100%13.118%8 lecture hrsBalancedexam 18% · syllabus 18%Steady1 recurring13 total
3U5Classification and PredictionVery likely100%12.520%9 lecture hrsBalancedexam 17% · syllabus 20%Rising1 recurring13 total
4U6Cluster AnalysisVery likely100%11.911%5 lecture hrsBalancedexam 16% · syllabus 11%Steady2 recurring12 total
5U2Data PreprocessingVery likely88%5.716%7 lecture hrsUnder-examinedexam 7% · syllabus 16%Fadingnone repeat8 total
6U1Introduction to Data MiningLikely62%1111%5 lecture hrsBalancedexam 9% · syllabus 11%Steady1 recurring9 total
7U7Mining Complex Types of Data and ApplicationsLikely62%64%2 lecture hrsBalancedexam 5% · syllabus 4%Steady1 recurring5 total

Study smart, not hard

Drag the slider: studying the top 5 units in priority order covers ~86% of all observed marks.

  1. ~80% line

Lecture time vs exam marks

Where the exam pays more than the curriculum spends: ● lectures vs ● exam marks, as a share of the whole course. A long teal-leading bar = high-yield unit.

U3Data Warehouse and OLAP Technology
20% of lectures → 29% of markshigh yield
U4Mining Frequent Patterns, Associations and Correlations
18% of lectures → 18% of marks
U5Classification and Prediction
20% of lectures → 17% of marks
U6Cluster Analysis
11% of lectures → 16% of marks
U2Data Preprocessing
16% of lectures → 7% of markslow yield
U1Introduction to Data Mining
11% of lectures → 9% of marks
U7Mining Complex Types of Data and Applications
4% of lectures → 5% of marks

Topics are the official CSC410 syllabus units. Predictions are data-driven probabilities computed from 8 past papers (2074-2082) by mapping each real question to its syllabus unit. They indicate what has historically been likely, not guaranteed questions. Always study the full syllabus.