DWDM Unit Wise Question Bank
DWDM Unit Wise Question Bank
DWDM Unit Wise Question Bank
Unit-1
1 Define Data Warehouse? Differentiate between OLAP and OLTP?
What is a Data Cube in a multidimensional data model? Explain briefly about Data
4
Cube with a suitable example?
7 Explain the role of the Star net query model in the multidimensional data model?
1 What is Data mining? Explain the role of Data mining in KDD with a neat diagram?
3 Illustrate briefly about any 4 Data mining tasks with suitable examples?
4 What are the properties of attribute values? Examine each attribute type?
5 What are the general characteristics of the dataset? Examine different types of dataset?
List the reasons for Model Overfitting and explain the methods for evaluating
7
performance of classifier
Discuss the working of Naïve Bayes Classifier in finding the conditional
8
probability
9
Using Naïve Bayes Classifier on the above dataset, Predict the class label of the
below test record X = (Home Owner=No, Marital Status = Married, Income =
$120K
10 Find out Class Label (Play Golf ) for the record today = (Sunny, Cool, High, True)
using Naive Bayes Classification for the golf dataset
Unit-4
1. Explain the terms
i) support ii) confidence iii) association rule iv) apriori principle
2. Find all frequent itemsets using Apriori Algorithm with min support of 40% for the
below transaction database
TID items
100 B,C,E,J
200 B,C,J
300 B,M,Y
400 B,J,M
500 C,J,M
3. Find all frequent itemsets and generate association rules using Apriori Algorithm with
min support=2 and minimum confidence of 50% for the below transactions
1 1,2,3,5
2 2,5,7,9
3 1,3,5,7
4 2,4,6,8
5 1,2,3,4
6 2,3,4,5
7 3,4,5,6
8 4,5,6,7
9 5,6,7,8,9
10 9,1,2,5
11 8,2,9,7
12 5,6,3,2
8. Generate frequent itemsets for the following data using FP-Growth algorithm with min
support=3
9. Generate frequent itemsets for the following data using FP-Growth algorithm with min
support=50%
10. Explain the DBSCAN algorithm and write its strength and weakness