0% found this document useful (0 votes)
129 views7 pages

DWDM IMP Bank For SPPU Students by MCA Scholar's Group

Uploaded by

nehanannhi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
129 views7 pages

DWDM IMP Bank For SPPU Students by MCA Scholar's Group

Uploaded by

nehanannhi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

DWDM IMP Bank For SPPU

Students By MCA Scholar’s


Group

Q1. Difference between OLTP and Data warehouse, ER-Modeling and Dimensional Modeling
Q2. Explain in detail Components of Data warehouse
Q3. Short note on Characteristics of data warehouse and applications of data warehouse
Q4. Explain in detail Kimball Lifecycle diagram
Q5. What are different types of data warehouse Schema?
Q6. Short Notes on Metadata Management.
Q7. Explain in detail Planning and project management in constructing Data Warehouse
Q8. What are different categories of Metadata in data warehouse
Q9. Explain in detail Architecture of Data Mining
Q10. What are different steps in the OLAP creation process and OLAP
operations
Q11. What is OLAP Architecture? Explain in detail MOLAP, ROLAP, HOLAP
Q12. Write Difference Between
a) Data Warehouse and OLAP
b) Data Mining and Data Warehousing
Q13. Short Notes on
a) Hypercube & Multicubes
b) Profitable Applications of Data mining
c) Characteristics of OLAP
d) Data Extraction Methods Logical Extraction Methods, Physical Extraction Methods
e) Data Integration and Data Reduction
f) Discretization and Concept Hierarchy Generation
g) Data Loading Techniques
Q14. What are different tasks in Transformation and explain Major Data Transformation
Types
Q15. Explain in details Data Cleaning tasks and data pre-processing
Q16.What is Text mining?Explain Process of Text
mining Q2. Web Mining.
Q17. Short Notes on
a) Dashboard- KPI,
b) Business Intelligence and its future
c) Neural Network
d) Data Mining trends and Applications
e)SVM
f) Difference between Text Mining and Data Mining.
Q18. Describe ETL describe data pre-processing techniques in Detail?

Examples On Data Mining

Note: Write down algorithm steps, before Solving the example. Do the same for every first
numerical

K- mean Algorithm

Q. Apply K mean algorithm for the given dataset.where k is the cluster number
D={2,3,4,10,11,12,20,25,30} K=2

Q. Explain K-Mean algorithm D={15,16,19,20,21,28,35,40,42,44,60,65} Consider initial


centroid as 16 and 28

Q. What is Clustering/ Cluster Analysis? Explain K mean algorithm for Clustering analysis with
example(0.8,1.2,1.4,1.6,2.6,2.9,3.4,3.8,4.7,4.9,5.6,5.8) consider initial centroid as 1.4 and 1.6
and K=2
KNN Algorithm
Q. Perform KNN classification method on following dataset and predict the class for
X:(Maths=6,CS=),K=3

Maths CS Result

4 3 Fail

6 7 Pass

7 8 Pass

5 5 Fail

8 8 Pass

Q. Apply KNN Classification for the given dataset and predict the class for X (P1=3,P2=7)(K=3)

P1 P2 Class

7 7 False

7 4 False

3 4 True

1 4 True
FP Tree

Q. Solve FP Tree provide ( Support threshold=50%, Confidence= 60%)

Transaction List of items

T1 I1,I2,I3

T2 I2,I3,I4

T3 I4,I5

T4 I1,I2,I4

T5 I1,I2,I3,I5

T6 I1,I2,I3,I4
Association Rules - Solve the below examples using Apriori Algorithm
Bayesian Classification

Problem: If the weather is sunny, then the Player should play or not?

Solution: To solve this, first consider the below dataset:

Outlook Play

0 Rainy Yes

1 Sunny Yes

2 Overcast Yes

3 Overcast Yes

4 Sunny No

5 Rainy Yes
Outlook Play

6 Sunny Yes

7 Overcast Yes

8 Rainy No

9 Sunny No

10 Sunny Yes

11 Rainy No

12 Overcast Yes

13 Overcast Yes

You might also like