Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

NATIONAL INSTITUTE OF TECHNOLOGY, TIRUCHIRAPPALLI-15

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING


M.Tech. DEGREE, SEMESTER EXAMINATION, DEC-2021
CS623 - Big Data Analytics and Mining

DATE: 28-12-2021 Time:10.00 a.m. -12.30 p.m. MARKS:50 marks


Answer all Questions 5 x 10=50 marks
1. What are the benefits of doing a pilot program before a full-scale rollout of a
new analytical methodology? Discuss this in the context of the mini-case study.

2. Explain the Hadoop MapReduce model with an example.

3. Given a list of patients details with their symptoms and diagnosis

For the unseen tuple, chills = Y, ruuny_nose = N, headache = Mild and Fever= Y.
Predict the class label using Bayesian Classifier.

4. A database has ten transactions. Let the minimum support be 30% and confidence be
50%
T ID Items Bought
1 {Laptop, Printer, Tablet, Headset}
2 {Printer, Monitor, Tablet}
3 {Laptop, Printer, Tablet, Headset}
4 {Laptop, Monitor, Tablet, Headset}
5 {Printer, Monitor, Tablet, Headset}
6 {Printer, Tablet, Headset}
7 {Monitor, Tablet}
8 {Laptop, Printer, Monitor}
9 {Laptop, Tablet, Headset}
10 {Printer, Tablet}
Find all frequent item sets using Apriori algorithm.

5. Create an Employee’s collections in MongoDB and perform inserting, updating and


querying of employees details in the document. Use Projections for selecting only
necessary data from the student document.

You might also like