You are on page 1of 11

SYMBIOSIS INTERNATIONAL (DEEMED UNIVERSITY

(Establlshed undor 8ootlon 3 of the UG0 Aot, 1960)


Ro-acoroditod by NAAC wlth 'A' Grado (3.68/4) Awardod Catogory-I by UGC
Soat No.
Instituto: (0301)SYMBIOSIS INSTITUTE OF COMPUTER STUDIES AND RESEARCH,PUNE
Programme: (030141) MASTER OF BUSINESS ADMINISTRATION (UNFORMATION
TECHNOLOGY)
Batch: 2018-20
Semester:
Course: Data Analysis Uslng Python
Course Code: 0301410217

Date: 3O/09/2019
Maximum Marks: 60
Day: Monday
Tíme: 09:30 am-12:00 pm
Instruction: All questions are compulsory.
Q.1. Answer any five following questions. (5 X4 =201
a. Explain any two array attributes of Numpy with example of each.
b. Write Numpy Code to convert a list and set to array.
c. Explain how array slicing is done in Numpy?
d. Explain use of add() and multiply() string functions in Numpy.
e. Explain any four mathematical functions provided by Numpy with example.
f. Explain any two statistical functions in Numpy with example.

Q.2. Write pandas statements forthe following.Assume suitable data required to perform
following operations. (Any four) [4X5=20]
a. Create adataframe using series.
b. Createa dataframe using merging oftwo lists.
c. Read a .csv file and give specific names to columns in that file.
d. How youcan use query method to enmbed Boolean expressions for a dataframe.
e. Explain groupby method with suitable example.

2.3. Write MangoDB query statements for the following. [5 X 3 = 15]


a. Consideracustomer collection with suitable fields and write aquery to insert arecord.
b. To insert multiple documents in a Collection named customer.
c. To find data from collection customer.

d. Find documents where the address from customer collection which starts withthe letter
"S" or higher.
e. Sort the documents in collectioncustomer alphabetically,

Page 1 of 2
value of
Q.4. What is linear
regression? Let us consider a dataset where
every feature x. Write a code in scipy to show ascatter and
we have a
linear
respois
regression line.
tter plot
plot
[5 Marks]
Inst
X 1 2 7 8
3 4 5 6
Pro
Y 200 350 S00 900 1000 1200
600 800 850
Bat
Sen
X= House size from 1000 sq feet to CoL
9000 sq feet.
Y= Cost of the house from 3L to CoL
12L.
Date

Day
SYMBIOSIS INTERNATIONAL (DEEMED UNIVERSITY)
(Established under Section 3 of the UGC Act, 1956 )
Re-accredited by NAAC with 'A' Grade (3.58/4) Awarded Category-Iby UGC
Seat No.
Institute: (0301)SYMBIOSIS INSTITUTE OF COMPUTER STUDIES AND RESEARCH, PUNE
Programme: (030141) MASTER OF BUSINESS ADMINISTRATION (INFORMATION TECHNOLOG)

Batch: 2017-19,2018-20
Semester:
Course: Object Oriented Analysis Design
Course Code: 0301410201

Date: 01/10/2019 Maximum Marks: 80

Day: Tuesday Time: 09:30 am -12:30 pm

1. A company wants to develop a remote system to monitor, control, and coordinate home
appliances. The different functionalities of this remote system such as registering wireless
device, register appliances, add appliance, remove appliance, manage status and give
emergency alert.

Answer any four questions from the following. [4 X5 =20]


Assume suitable requirements and draw use case diagram.
b. Document any two use case with the parameters like use case name, actors, pre
condition, post-condition, flow of events
C. Draw activity diagram for any one scenario.
d. Draw class diagram.
e. Assume any one scenario and draw sequence diagram.

2. Give suitable example for any four following types of relationships. [4X5=20]
a. Include
b. Realization
C. Extends
d. Generalization relationship between classes.
e Dependency relationship between classes.

Q.3. Explain following design patterns with class diagram. (Any two) [2X 10-20]
a. Strategy
b. Chain of Responsibility
c. Prototype

Q.4. Explain following with example of each. [4 X5 =20]


a. alt fragment in sequence diagram
b. CRC cards
c. inception phase of RUP
d. Deep history indicator in state diagram

* * ** **** **** **
SYMBIOSIS INTERNATIONAL (DEEMED UNIVERSITY)
(Established under Section 3 of the UGC Act, 1956)
Re-accredited by NAAC with 'A' Grade (3.58/4) Awarded Category-I by UGG
|Seat No.
istitute: (0301)SYMBIOSIS INSTITUTE OF COMPUTER STUDIES AND RESEARCH, PUNE
rogramme: (030141) MASTER OF BUSINESS ADMINISTRATION (INFORMATION
TECHNOLOGY)
atch: 2017-19,2018-20
emester:
burse: Talent Acquisition
Durse Code: 0301410204

hte: 09/10/2019
Maximum Marks: 40
y: Wednesday
Time: 09:30 am -11:00 am

Section-A
Attempt any 4 questions from this section.
All questions carry equal marks (6 marks each)

Q.1 Define Method study. What are the advantages of adopting method study in an
organization?
Q.2 What are the steps in training and development process? List any 5 training methods.
Q3 What are the various internal sources of recruitments? Write few advantages and
disadvantages of internal recruitments.
Q4 Explain in detail the various job analysis methods used by the organizations?
Q.5 A company received 480 applications for a specific position. From these applications, only
240 passed from resume screening to screening calls. Then, 60 were given an assignment. Only
30 were invited to an interview. 10 went through to an executive interview. 2received an offer.
Create a recruitment yield pyramid visualizing this hiring process.

Section-B (8 marks each)


Q.6 "Start Enterprises" is a company into corporate trainings. To develop their business and
expand in other cities, they need a Marketing person. You have to design a Job description for
this profile which can be later used for newspaper advertisement.
Q7 "Global Hotels ís services company into Hospitality industry. They have high demand
during the vacations time and are facing challenges to keep up with demand. You have to identify
this situation and suggest appropriate staffing strategies to resolve this issue.

Page 1 of 1
SYMBIOSISINTERNATIONAL (DEEMED UNIVERSITY)
(Established under Section 3 of the UGC Aot, 1956 )
Re-accredited by NAAC with 'A Grade (3.58/4) Awarded Category -I by UGG
Seat No.
stitute: (0301)SYMBIOSIS INSTITUTE OF COMPUTER STUDIES AND RESEARCH, PUNE
bgramme: (030141)MASTER OF BUSINESS ADMINISTRATION (INFORMATION
TECHNOLOGY)
2018-20
itch:
mester:
purse: Data Warehousing Architecture and Operations
burse Code: 0301410214

te: 20/1o/2019
Maximum Marks: 60
Ay: Sunday
Time: 09:30 am -12:00 pm

Instructions : All questions are compulsory.


1. Answer the following questions (3 *3 Marks =9 Marks)

a) Suppose there are 100 students in a class and 1 course attendance is


taken every day
except holidays. There are 100 holidays in a year. How many records will be
populated in attendance table in the year 2019? Which type of fact table is this?
Below is the attendance fact table structure.

STUDENT ID Time ID Course ID


100 01-JAN-19 C10
101 01-JAN-19 C10
-

199 01-JAN-19 C10

b) What is the role of Staging Area in Data Warehousing, explain in brief?


c) Why is the separate storage component needed to keep data in Data Warehouse?

2. Answer the following: (5 *5 Marks = 25 Marks)

a) What are the different types ofSource System for designing a Data Warehouse for an
organization? Explain them briefly? Which storage system is used to keep source
data temporarily?
b) What are the factors for design decisions?
c) Explain Star Schema and snowflake schema with example?
d) What are the shortcomings of OLTP design?
e) What are the factors that were responsible for the inability to provide strategic
information to Data Warehousing?

Page 1 of 2
3. Solve (1 *6 Marks 6 Marks)
from source on T Jan 2018and nd
Suppose two records for an employee are coming
Jan 2019.

1 Jan 2018
Dept number Address Bate
Emp id Ename Designation Salary Ser
100 King Junior 25000 10 A/12, street |Cou
#3
Engineer lCOu

2nd Jan 2019


Empid Ename Dept number Address
Designation Salary Date
100 King Engineer 35000 10 B/238, pay:
street #5

Draw SCD 1,SCD 2(on date) and SCD 3 table after


2019. processing oof dae
data from 2" Jan

4. Answer the following (2* 10 Marks-20 Marks)

a) What are the advantages and disadvantages of Top down Approach and Bottom up
Approach?
b) What are the phases present in life cycle ofa Data
Warehouse? Explain brieflv2

***k* ****k *
SYMBIOSIS
INTERNATIONAL (DEEMED
(Established under Section 3 of theUGC Act, 1956)
Re-accredited by NAAC with 'A' Grade (3.58/4) Awarded Category - by
UNIVERSITY)
Uo
|Seat No.|
hstitute:
In301)SYMBIOSIS INSTITUTE OF COMPUTER STUDIES AND RESEARCH, PUNE
Programme: (030141) MASTEROF BUSINESS ADMINISTRATION (INFORMATION TECHNOLOGT)
2018-20
Batch:
Semester:
Python for Analytics
Course:
CourseCode: 0301410216

Date:23/102019 Maximum Marks: 60

Day: Wednesday Time: 09:30 am -12:00 pm

Instructions

I.
All questions are compulsory.
Figures to the right indicate full marks.

1. Attempt Any Two of Following rbn [2*6 Marks=12 Marks]


a specified
a) Writea Pandas program to create and display a DataFrame from
dictionary data which has the index labels.
Sample Python dictionary data and list labels:
James', 'Emily', Michael',
exam data = ('name': ['Anastasia', Dima', 'Katherine',
Matthew, Laura', "Kevin', 'Jonas'],
'score': [12.5, 9, 16.5, np.nan, 9, 20, 14.5, np.nan, 8, 19],
'attempts': [1, 3, 2, 3, 2, 3, 1, 1, 2, 1],
'yes']}
'qualify': ['yes', 'no', 'yes', 'no', 'no', 'yes, 'yes, 'no', 'no',
labels =['a', 'b, 'c, 'd', 'e, 'f,'g, 'h, 'i, "]
Expected Output:
attempts name qualify SCOre
al Anastasia yes 12.5
b3 Dima no 9.0
..12 Kevin no 8.0
j1 Jonas yes 19.0
summary of the basic information about a
b) Write a Pandas program to display a
specified DataFrame and its data.
labels:
Sample Python dictionary data and list 'Katherine!, James', Emily', 'Michael'
exam data = ('name': ('Anastasia, 'Dima',
'Matthew, Laura', 'Kevin', 'Jonas'],
np.nan, 8, 19],
score': [12.5, 9, 16.5, np.nan, 9, 20, 14.5,
attempts': [1, 3, 2, 3, 2, 3, 1, 1,2, 1, 'no', 'yes'|}
qualify': ['yes, 'no', 'yes', 'no', 'no, 'yes', 'yes!, 'no',
labels ='a', b', ', 'd', 'e, 'f,'g, h, ", "]
Page 1 of 3
DataFrame and its data
Expected Output: information about this
Summary of the basic
example
c) Explain KNN with

[2*6 Marks=12 Marks]


Following
2. Attempt Any Two ofto demonstrate bar chart on share data. attempts in the
a) Write a
program where the number of
program to select the rows
b) Write a Pandas
examination is greater than 2.
Sample Python dictionary data and list labels: James', Emily', Michael!
['Anastasia', Dima', 'Katherine',
exam data= ('name':
'Matthew', Laura, 'Kevin', 'Jonas'],
14.5, np.nan, 8, 19],
'score': [12.5, 9, 16.5, np.nan, 9, 20,
'attempts': [1, 3, 2, 3, 2, 3, 1, 1, 2, 1],
'no', 'yes']}tot
'qualify': ['yes', 'no', 'yes', 'no, 'no', 'yes', 'yes, 'no',
labels = ['a', 'b', 'c, 'd', 'e, 'f, 'g', 'h, '", "]
Expected Output:
Select specific columns and rows:
name Score

b Dima 9.0
d James NaN
fMichael 20.0
sample data.
c) Write a program to demonstrate principalcomponent analysis on
Any one of Following [1*12 Marks=12 Marks]
3. Attempt
a) Write a Pandas program to calculate the sum of the examination attempts by the
students. Sample Python dictionary data and list labels:
exam data = {'name': ['Anastasia', 'Dima', 'Katherine', 'James', 'Emily', 'Michael',
Matthew', Laura, 'Kevin', Jonas'],
'score': [12.5, 9, 16.5, np.nan, 9, 20, 14.5, np.nan, 8, 19],
'attempts': [1, 3, 2, 3, 2, 3, 1, 1, 2, 1],
'qualify': ['yes, 'no, 'yes', 'no', 'no', 'yes, 'yes', 'no', 'no', 'yes']}
labels =['a', 'b', '', 'd', 'e', 'f,'g, 'h, ", i]
Expected Output:
Sum of the examination attempts by the students:
19

b) Write a Pandas program to count the number of rows and columns of a DataFrane
Sample Python dictionary data and list labels:
exam_data = ('name': ['Anastasia', 'Dima', 'Katherine', 'James, 'Emily', Micna
'Matthew, 'Laura', 'Kevin', 'Jonas'],
Page 2 of 3
score [12.5.9,16.5, np.nan, 9, 20, 14.5, np.nan, 8, 19],
attempts':[1,3,2, 3, 2, 3,1, 1,2, 1],
'yes','no','no,'yes,
qualify' ['yes 'no', ' 'yes,'no', ho', 'yes']}
Jabels=['a' "b, 'c, 'd','e, f, 'g, 'h, ", 5]
ExpectedOutput:
10
Number of Rows: 4
Columns:
Numberof

Any one of Following [1*12 Marks=12 Marks]


4 Attempt
a) Write a Pandas program to select the rows the score is between 15 and 20(inclusive).
SamplePython dictionary data and list labels:
am data =('name': [Anastasia, "Dima', 'Katherine, James', 'Emily, Michael',
Matthew',Laura', 'Kevin', Jonas].
'score': [12.5, 9, 16.5, np.nan, 9, 20, 14.5,1 np.nan, 8, 19],
'attempts': [1, 3, 2, 3, 2, 3, 1, 1, 2, 1],
lqualify': ['yes', 'no', "yes, no, no, 'yes, 'yes!, 'no','no', 'yes'])
labels ='a', 'b, 'c, 'd', e, T,'g, labels =[a, b, 'C, 'd,'e, 'f, 'g, 'h, i, j]
Expected Output:
Rowswhere score between 15 and 20 (inclusive):
attempts name qualify score
c2 Katherine yes 16.5
f3 Michael yes 20.0
j1 Jonas yes 19.0
data using sepal length
b) Design an application to analyze iris
[1*12 Marks-12 Marks]
5. Attempt Any one of following
demonstrate linear regression analysis on iris
data.
a) Design Application to
line graph,
application to demonstrates different types of graph patterns such as
b) Write
pie chart.
***************

Page3 of3
SYMBIOSIS
INTERNATIONAL
Re-accredited(Established under Sectlon 3 ofthe(DEEMED
by NAAC with 'A Grade UGC Act, 1956)
(3.58/4) Awarded
Category -Iby UG
UNIVERSITY)
(0301)SYMBIOSIS Seat No.
stute: INSTITUTE OF COMPUTER STUDIES AND RESEARCH, PUNE
(030141) MASTEROF BUSINESS
PRgramne:
ADMINISTRATION (INFORMATION TECHNOLOGY)
2018-20
Samaster
Business Intelligence |
Course:
oINseCode: 03301410215

Date:24/10./2019 Maximum Marks: 60

DAY: Thursday Time: 09:30 am - 12:00 pm

Instructions: This question paper contains 3 questions and 1 page.


All questions are compulsory.

Eplain the concept of Business intelligence with respect to:


SM
a) Measures of BI SM
b) Scorecard for BI 5M
c) Big data is omnipresent 5M
) Dashboard options
Q2. Answer the following:
8M
factors of BI
a) Comment on any four critical success 7M
architectural diagram
b) Draw the neat labeled general BI runner of the FIFA team
7M
c) Draw the BI model for identifying bestServices and BI Platform Services 8M
d) Differentiate between BI
Application

3.Give the importance of the following 5M


a) Artificial Intelligence in Business SM
b) Data extraction and Load process
k***

Page1 of1
<YMBIOSIS INTERNATIONAL (DEEMED UNIVERSITY)
(Established under Section 3of the UGC Act, 1956 )
Re-accredited by NAAC with 'A' Grade (3.58/4) Awarded Category -Iby UGC
Seat No.
te: (0301)SYMBIOSIS INSTITUTE OF COMPUTER STUDIES AND RESEARCH, PUNE
(030141) MASTER OF BUSINESS ADMINISTRATION (INFORMATION
TECHNOLOGY)
2017-19,2018-20
Arester:

USe: Fundamentals of Data Science


oISeCode: 0301410305

ge:10110/2019 Maximum Marks: 60


Thursday Time: 09:30 am -12:00 pm

Instructions: Figures and Equations Indicates full marks


1. Answer any four (5x4-20)
a) State the difference between linear and Non-Linear classification with example SM

b) Explain Data wrangling process in data science SM

c) What is Hyperplane in SVM Explain briefly 5M

d) Derive weights for Delta learning for Multi Perceptron layer 5M


SM
Explain the concept of Decision Tree
What is Data Analytics and Data Visualization in Data Scienice SM

2 Answer any four (4x10-40)


Explain Data science life cycle 10M
a)
10M
b) Discuss the SVMalgorithm and its differeDt kernel types
Explain K-Means algorithm with step by step 10M
c)
Solve the following by Hierarchical clustering 10M
d)

B C D E

A 0.00 0.71 5.66 3.61 4.24 3.20


B 0.71 0.00 4.95 2,92 3.54 2.50
5.66 4.95 0.00 2.94 1.41 2.50
D 3.61 2.92 2,24 0.00 1.00 0.50
B 4.24 3.54 1.41 1.00 0.00 1.12
2.50 2.50 0.50 1.12 0.00
F 3.20
1OM
e) Explain Naive Bayes Algorithm with Example
10M
9 Explain Stemming and Tokenization process in NLP

Page 1 of 1

You might also like