2019 Apr
2019 Apr
[5570]-1001
M.C.A. (Mgmt. Faculty)
IT-11 : FUNDAMENTALS OF COMPUTER
(2015 Pattern) (Semester - I)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Q.1 & Q7 are compuslory.
2) Solve any four from remaining.
3) Draw neat & labeled diagram wherever necessary.
Q2) What is DMA? Explain DMA components & DMA controller in detail. [10]
Q6) Explain - compiler, interpreter, assembler, linker & loader in detail. [10]
P.T.O.
Q7) Write shorts on (any three) [3 × 5 = 15]
a) RS flip flop
b) K - map
c) Types of software
d) Half adder
e) Microprogrammed control
M M M
[5570]-1001 2
Total No. of Questions : 8] SEAT No. :
[5570]-1002
M.C.A. (Management)
IT 12 : C - PROGRAMMING WITH DATA STRUCTURE
(2015 Pattern) (Semester - I)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Question No.1 & 8 are compulsory.
2) Solve any five from remaining.
Q1) Write a C program to accept 10 numbers from user, check each number is
even or odd. If it is even, write it into "even . txt" file. If it is odd, write it into
"odd . txt" file. Display both files. [10]
Q2) Write a C program to implement insert & remove operations on circular Queue.
[10]
Q5) Create a structure with product Id, Name, Quantity, and price per product.
Write a C program to accept & display detail of 20 products along with total
cost. [10]
P.T.O.
Q7) Write a C program to accept a string from user & check whether it is palindrome
or not without using string library functions. [10]
b) C - Preprocessor
c) Structure Vs Union
M M M
[5570]-1002 2
Total No. of Questions : 7] SEAT No. :
[5570]-1003
M.C.A. (Part - I) (Management Faculty)
IT 13 : SOFTWARE ENGINEERING
(2015 Pattern) (Semester - I)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Q. 1 & Q.7 are compulsory.
2) Attempt any three from Q. 2 to Q. 6.
3) Figures to right indicate full marks.
Q1) A RTO has laid down following procedure for obtaining permanent driving
license for various non - commercial vehicles. A candidate for valid learning
license can submit his form & license test fees of his own or through motor
driving school. The data on form is entered and exact date & time of driving
test will be allocated to the candidate. On the days of test, candidate can bring
his/her own vehicle or can use vehicle of motor driving school. The available
inspector will conduct test and ask questions related to triffic sign to the
candidate on the basis of test and answer, the concerned inspector puts his
remarks on the form and makes signature along with his name & designation.
If the remark is PASSING, the candidate has to pay license fees at the cash
counter and a cash receipt will be given to candidate. Candidate can collect
license after 3 days. The clerk at cash counter adds the test data, fees data
details to the form record. The form test data then is compiled by EDP officer
& generates license for the day and hands it over to counter clerk. A license
will be given to candidate after the cash receipt.
i) Draw first level DFD
ii) Prepare software requirement specification (SRS) in detail as per IEEE
format.
[20]
Q2) ABC Co. Ltd. decides to give Diwali bonus to all its employees for which the
management has divided the employees into three categories, namely,
Administrative Staff (AS), Office Staff (OS), Workers (W) by using following
rules –
i) If the employee is permanent and in the OS category, the bonus amount
is two month's salary.
P.T.O.
ii) If the employee is permanent and in the AS category, the bonus amount
is three month's salary.
iii) If the employee is permanent & in the W category, the bonus amount is
one month's salary.
iv) If the employees are temporary then half of the amount is given to them
as per the permanent employee's bonus amount.
Draw Decision table, Decision tree & write structured English.
[10]
Q3) Explain CASE Tools with its components and also state its advantages &
disadvantages. [10]
Q5) In a university campus, people are coming for various work related to various
department of university. It is decided to install a computer terminal at each
entry point security gate, so that record of each and every person entering
into university campus is maintained for vigilance purpose. A record containing
person's identity, nature of work, department to visit, time - in and time - out
is to maintain.
Design data entry screen & state validations. [10]
M M M
[5570]-1003 2
Total No. of Questions : 7] SEAT No. :
[5570]-1004
MCA (Management Faculty) (Semester - I)
IT14: DATABASE MANAGEMENT SYSTEM
(2015 Pattern)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Question No. 1 is compulsory.
2) Solve any 5 from the remaining.
3) Mention assumption wherever necessary.
Q1) UPS prides itself on having up-to-date information on the processing and
current location of each shipped item. To do this, UPS relies on a company-
wide information system. Shipped items are the heart of the UPS product
tracking information system. Shipped items can be characterized by item
number (unique), weight, dimensions, insurance amount, destination, and final
delivery date. Shipped items are received into the UPS system at a single retail
center. Retail centers are characterized by their type, unique ID, and address.
Shipped items make their way to their destination via one or more standard
UPS transportation events (i.e., flights, truck deliveries). These transportation
events are characterized by a unique schedule number, a type (e.g, flight,
truck), and a delivery route. Design the E-R model and normalized it up to
3NF. [20]
Q2) What is log based recovery? Explain deferred update and immediate update
with example. [10]
Q3) What is ‘Relational Algebra”? Explain any five operations of relational algebra
with example. [10]
Q4) What is lock in DBMS? Explain two phase locking protocol for concurrency
control. [10]
P.T.O.
Q5) Explain mandatory and role based access control. [10]
Q6) What is decomposition? Explain Loss less join and dependency preserving
decomposition. [10]
[5570]-1004 2
Total No. of Questions : 6] SEAT No. :
[5570]-1005
MCA (Management) (Semester - I)
PRINCIPLES & PRACTICES OF MANAGEMENT &
ORGANIZATIONAL BEHAVIOUR
(2015 Pattern)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Question No. 1 is compulsory.
2) Attempt any 3 from the remaining.
3) Figures to the right indicate full marks.
Q1) a) Give meaning and definition of the term management. Explain the need
and scope of management. What is the process of Management? [15]
b) Explain the reasons for intra group conflict. What strategies you will
apply to avoid these conflicts. [10]
Q2) Explain types of decision making tools you will suggest to small sclae industries.
Why? [15]
Q3) Discuss F.W. Taylor's four principles of scientific management and related
management activity with examples. [15]
Q4) Define the term 'organization'. Explain the need for organization. Briefly explain
it's types. [15]
Q5) Define and explain Group & Group dynamics with examples. [15]
Total No. of Questions : 7] SEAT No. :
Q1) Under what circumstances do page fault occur? Describe the action taken by
the operating system when page fault occurs. [10]
OR
Define IPC. Explain in detail that how IPC is implemented in client-server
system.
Q2) Explain difference between internal and external fragmentation properly. [10]
Q3) Suppose the R/W head is at track 63, moving towards track number 175. The
disk queue contains request for 100,175,51,133,8,140,73,77. Find the total
number of head movements to satisfy the request using algorithms : [10]
a) SSTF
b) C-look
P.T.O.
Q7) Write short note (Any four) : [20]
a) RTOS
b) RAID
c) Demand paging
d) Virtual machine
e) System call
f) Simulations
[5570]-2001 2
Total No. of Questions : 7] SEAT No. :
[5570]-2002
M.C.A. (Management Faculty) (Smester - II)
IT:22: WEB TECHNOLOGIES
(2015 Pattern)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Question No. 1 is compulsory.
2) Solve any five from Q.2 to Q.7.
3) Draw neat diagrams wherever necessary.
Q1) a) Design customer registration from for Hotel. with suitable fields. Validate
any five fields. with Java script. [15]
b) Explain HTML < table > tag with properties. [5]
Q2) Write an external css for including following states. Apply styles on any HTML
page. [10]
a) Marquee color = green.
b) Text having font size = 13, name = arial Italic color = navy.
c) Set Margin 30 pixels, padding 30 pixels.
d) Three types of hyperlinks with mentioned color - visited - blue, active -
red, current: green.
Q3) Write ASP objects with its properties & methods. [10]
Q4) How to use array in Javascript? Also explain types of array with suitable
example. [10]
Q5) Explain following tags with suitable example and attributies. [10]
a) < SPAN >
b) < FRAME >
c) < Li>
d) < IMAGE >
P.T.O.
Q6) Design on-line shopping form using ASP. Write code to insert order and
display datewise orders. [10]
[5570]-2002 2
Total No. of Questions : 5] SEAT No. :
[5570]-3001
MCA (Management Faculty) (Semester - III)
MTC - 31 : Probability & Combinatorics (Theory)
(2015 Pattern)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Question No. 1 is compulsory.
2) Solve any three from remaining Questions.
3) Use of statistical table and non programmable calculator is allowed.
4) Figures to the right indicate full marks.
P.T.O.
d) For the joint probability distribution of two random variables X &Y
given below. [5]
Y -2 0 2
X
1 k 3k 2k
2 2k 3k k
3 3k 2k 0
4 k 0 0
Find k, marginal distributions of X and Y and conditional distribution of
Y given X=3
e) A random experiment with probability of getting success ‘p’ is performed
once. If X represents number of successes find probability distribution
and distribution function of X. [5]
6 6 4 3 2 2 7
f) Find the coefficient of x y z in the expansion of (x –2y +5z ) [5]
Q4) a) Find the number of non negative integer valued solutions of the following
equation with given conditions: [7]
x1+x2+x3 = 31 x1 16, x2 15, x3 15
b) In a continuous distribution pdf is given by [8]
f(x) = kx(2–x) 0<x<2
Find i) k ii) P(x<1/2)
[5570]-3001 2
Q5) a) If A and B are any two events defined on a sample space , then [4]
P A B P A P B P A B
[5570]-3001 3
Total No. of Questions : 8] SEAT No. :
[5570]-3002
M.C.A. (Management) (Semester - III)
T1-IT31 : Advanced Data Structure and C++ Programming
(2015 Pattern)
Time : 3 Hours] [Max. Marks :70
Instructions to the candidates:
1) Q.1 and 8 are compulsory.
2) Attempt any four from Q.2 to Q.7.
Q1) Answer the following questions and justify your answer : [20]
a) Consider the following linked list
IITKGP
What is the O/P of following fun? When it is called with the head of
the list.
Void fun (struct node * start) {
if (start = = NULL) return;
printf(“%c”, start data);
if(start next! = NULL)
fun(start next next);
printf(“%c’, start data);
}
b) Trace the o/p
int Add(int a, int b) {return a + b;}
double Add (double a, double b) {return a + b;}
void main( ) {
int a = 10, b = 20;
int c = Add (a, b);
double d = Add(a, 30.2);
cout << c << “ ”<< d << endl;
}
i) 30,30 ii) 30,30.2,
iii) 30.0,30.2 iv) compilation error
P.T.O.
c) Cout << 3 < 4 ? 3 * 3 : 4 * 4;
i) 9 ii) 16
iii) 3 iv) compilation error
d) Identify the correct prototype of unary postfix operator for type MyTtype
i) MyType operator ++ (MyType & S1)
ii) MyType operator ++ (MyType & S1, int)
iii) MyType & operator ++ (MyType & S1, int)
iv) MyType operator ++ (const MyType & S1, int)
e) What is/are INCORRECT about static member functions?
A Static member function
i) does not have this pointer
ii) is shared by all objects of a class
iii) can access both static and non-static members
iv) can be private or public access type
Q2) a) Define class MATRIX. Write a functions to overload <<, >> operators
for accepting and displaying matrix elements. [5]
b) Design a manipulator for displaying CURRENCY to provide following
output specifications for printing float value. [5]
i) Max 10 co/s width ii) Right justified
iii) Two digit precision iv) Filling unused spaces with ‘$’
v) Trailing zeroes shown
Q4) a) Write complete OOP to implement STACK using linked list. Reverse
a given string using above stack. [7]
b) Explain role of virtual destructor in C++. [3]
Q5) Write a C++ program to merge contents of two files into third file. (use
command line argument) [10]
- Ignore one character if both file contains same character.
- Count the number of characters copied in third file.
[5570]-3002 2
Q6) a) Construct expression tree for [5]
(a+b)*(c–d)–(a*b)/(c–d)
b) Draw AVL tree for the following.
Marathi, Hindi, English, Arabic, Gujarati, Telugu, Kannada, Tamil,
Gurumukhi, Nepali. [5]
Write in-order traversal of the above tree.
a) Adjacency matrix
b) Adjacency list
[5570]-3002 3
Total No. of Questions : 7] SEAT No. :
[5570]-3003
M.C.A. (Management) (Smester - III)
TRACK II: INFRASTRUCTURE & SECURITY
MANAGEMENT
T2-IT31:IT Infrastructure Architecture
(2015 Pattern)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Question No. 1 & 7 are compulsory.
2) Answer any four From Question No. 2 to 6.
3) Draw neat diagrams and illustrations supportive to your answer.
Q1) a) Explain Disaster Recovery techniques. [7]
b) Explain Space Management methods of Storage. [8]
Q4) How do you manage Capacity and Availability in Service Delivery Process?[10]
Q5) Explain how Identity Management tools and Intrusion Detection tools are
helpful in Security Management. [10]
Total No. of Questions : 7] SEAT No. :
[5570]-3004
M.C.A. (Management Faculty) (Semester - III)
IT31: ENTERPRISE RESOURCE PLANNING
(2015 Pattern)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Q. 1 is compulsory.
2) Solve any 5 from remaining.
3) Draw suitable diagram when needed.
4) Give suitable examples if required.
5) Whenever necessary state assumptions.
Q2) What is ERP? Explain the advantages of using an ERP and disadvantages of
not using ERP in an organization? [10]
Q3) Explain the Inventory Control system module and how it helps ERP how it
helps to an organization. [10]
Q4) Explain the Sales and Distribution Module in ERP how it help organization to
improve sales of a product? [10]
Q6) What are the different Evaluation and selection of ERP package in an
organization. [10]
Q7) Which are the key factors for Measuring the performance of ERP System.[10]
Total No. of Questions : 8] SEAT No. :
[5570]-3005
M.C.A. (Computer Management)
T4-IT31: NETWORK ADMINISTRATION-I
(2015 Pattern) (Semester - III)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Q. 7 is compulsory.
2) Attempt any five from remaining.
3) Draw neat and labeled diagram wherever required.
Q1) Write a difference between OSI and TCP/IP Layer Network Model? [10
Q5) Explain the properties of Hubs, Bridges, and switches? Which one is best to
use and why? [10]
Q7) Explain the Interior and Exterior Routing Protocols with suitable example.[10]
Total No. of Questions : 8] SEAT No. :
[5570]-3006
MCA (Management Faculty)
DESIGN AND ANALYSIS OF ALGORITHMS
(2015 Pattern) (Semester-III)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Q. 1 & Q. 8. are compulsory.
2) Solve any five from Q.2 to Q.7.
3) Figures to right indicate full marks.
Q1) Define algorithm. Explain time and space complexity with example. [10]
Q3) Find optimal solution for fractional Knapsack where Knapsack capacity
M = 40, N=3 (P1,P2,P3)= (50,48,30) and (W1,W2,W3)= (36,30,20). [10]
Q4) Explain Travelling Sales-man Problem and write TSP algorithm using dynamic
programming approach. [10]
Q5) Discuss N-queen problem and solve 8-queen with all possible solutions.[10]
0 0 1 3
4 4 2 1
3 2 0 5
1 1 5 0
P.T.O.
Q7) a) Discuss Binary search algorithm. [5]
a) OBST.
c) P and NP - Problems.
[5570]-3006 2
Total No. of Questions : 6] SEAT No. :
[5570]-3007
MCA (Management)
T2 IT-32:DATA CENTRE ARCHITECTURE & STORAGE
MANAGEMENT
(2015 Pattern) (Semester - III)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Q1 and Q6 are compulsory.
2) Answer any three questions from remaining.
3) Figures to the right side indicate full marks.
4) Draw neat diagram wherever necessary.
Q2) What is SAN? What are the components of storage area network (SAN)?
Explain any four in detail. [10]
Q3) What is Network-Attached Storage (NAS)? What factors are affecting NAS
Performance? Explain. [10]
Q4) List reasons for planned/unplanned outages. What is the impact of downtime
on Data Center? Explain. [10]
P.T.O.
Q6) Write short notes (Any four) [20]
c) IP-SAN
e) RAID
[5570]-3007 2
Total No. of Questions : 6] SEAT No. :
[5570]-3008
MCA (Management Faculty)
T3 IT-32:DATA COMMUNICATION & COMPUTER
NETWORKS
(2015 Pattern) (Semester - III)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Q1 & Q6 are compulsory.
2) Attempt any three from remaining.
3) Neat diagam must be drawn wherever necessary.
4) Figures to the right side indicate full marks.
Q1) a) Justify with true or False (Not more than 60 words) [10]
i) HTTP is stateless protocol.
ii) Loopback address is to test LAN.
iii) The subnetting is used to expand the network.
iv) TCP segments are fixed length.
v) FTP uses single connection between the client & server computers.
b) Detect & correct the error in the received hamming codeword 1011001011
using even parity. [10]
Q2) Draw & explain IP address format for class A , Class B, Class C, Calss D
with exampels. [10]
Q4) What is HTTP? What are different types of HTTP request? Explain five of
them. [10]
Q5) Define & explain symmetric key & asymmetric key in cryptography? Explain
different types of network threats. [10]
P.T.O.
Q6) Write short notes (Any 4) [20]
a) Catagories of network
b) IEEE 802.4
c) SMTP
d) IPV6
e) DNS protocol
[5570]-3008 2
Total No. of Questions : 6] SEAT No. :
[5570]-3009
MCA (Computer Management)
T4 IT-32: Windows Server Configurations
(2015 Pattern) (Semester - III)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Q1 & Q6 are compulsory.
2) Attempt any three from remaining.
Q1) a) Give installation steps to Install Hyper-V and creating a virtual machine
in Windows Server 2012. [10]
b) Provide all steps to configure a static IP address on a computer running
Windows Server 2012. [10]
Q2) How to manage Windows Firewall settings using Group Policy? Explain.[10]
Q3) Explain the process to convert Server Core to/from full GUI. [10]
Q4) Explain the process to manage Permissions for Shared Folders. [10]
Q5) Explain how to create a New User Account in AD DS along with additional
considerations. [10]
Total No. of Questions : 7] SEAT No. :
[5570]-3010
MCA (Management) (Semester - III)
SOFTWARE & APPLICATION DEVELOPMENT
T1 IT-33: Object Oriented Analysis and Design
(2015 Pattern)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Q1 & Q7 are compulsory.
2) Attempt any four from the remaining.
3) Mention assumptions made for solving the case studies.
Q3) Draw activity diagram for airport check-in and security screening. [10]
P.T.O.
Q4) Explain Rational unified Process in detail. [10]
[5570]-3010 2
Total No. of Questions : 7] SEAT No. :
[5570]-3011
MCA (Management) (Semester - III)
T2: IT:33: INTRODUCTION TO INFORMATION SECURITY
(2015 Pattern)
Time : 3 Hours] [Max. Marks : 70
Instructions to the are candidates:
1) Q. 1 and Q.7 compulsory.
2) Attempt any four from Q. 2 To Q.6.
Total No. of Questions : 7] SEAT No. :
[5570]-3012
MCA (Management) (Semester - III)
T3-IT33: DATA WAREHOUSE, MINING, BI TOOLS &
APPLICATIONS
(2015 Pattern)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Question No. 7 is compulsory.
2) Sovle any five questions from 1 to 6.
3) Figures to the right indicate full marks.
Q1) What do you mean by Dimension Modeling? Explain the various Dimension
Modeling Techniques with example. [10]
Q2) Explain the components of Expert System and its characteristics. [10]
Q3) Write Apriori Algorithm and apply it for the following data-set to find the List
of Frequent ltem-sets, if the Minimum Support Count is 30%. [10]
TID List of Items
1 a,b,c
2 b,c,d
3 c,d
4 b,d
5 a,c
6 a,c,d
Q4) What is Cluster analysis? Explain K-means algorithm for cluster analysis with
example. [10]
Q5) What is Web Mining? Explain different areas where Web Mining is used.[10]
Q6) What is BI? Explain any two Business Performance Measuring Systems in
detail. [10]
P.T.O.
Q7) Write short notes on any four [20]
a) Regression Analysis
b) Applications of BI
c) Text Mining
d) ETL Process
e) Outlier Analysis
f) KDD
[5570]-3012 2
Total No. of Questions : 7] SEAT No. :
[5570]-3013
MCA (Management Faculty) (Semester - III)
COMPUTER MANAGEMENT
T4-IT33: IT Infrastructure Monitoring (Networking)
(2015 Pattern)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Q. 1 and Q.7 are compulsory.
2) Attempt any three from remaining.
3) Neat diagram must be drawn wherever necessary.
Q1) a) Explain project plan in detail and write detail schedule of project. [10]
b) What is storage? Write difference between internal and external
storage. [10]
Q2) What is Nagios? Explain the Nagios administration tools in details? [10]
Q4) Explain the process of monitoring host and process in Nagios. [10]
Total No. of Questions : 7] SEAT No. :
[5570]-3014
MCA (Management Faculty) (Semester - III)
T1-IT34: ADVANCE INTERNET TECHNOLOGY
(2015 Pattern)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Q.1 & Q.7 are compulsory question.
2) Solve any four questions from Q2. to Q.6.
Q1) a) Write PHP scripts for Retrieving top 10 records from the database,
assume suitable data. [7]
b) Explain following JQuery methods with example. [8]
i) Show ()
ii) Fade ()
Q2) Write an XML file to record employee details like emp-no employee-name,
address, designation & salary. Apply XSLT to this XML file. [10]
Total No. of Questions : 7] SEAT No. :
[5570]-3015
MCA II (Management) (Semester - III)
T2-IT34: OFFICE AUTOMATION TOOLS
(2015 Pattern)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Q. 1 is compulsory; solve any FIVE from remaining questions.
2) Numbers written at right indicates full marks of that question.
Q1) a) Mr. Inamdar has borrowed home loan of Rs. 45 Lakh from ABC bank
for period of 180 months. He was offered a fixed interest rate of 9.5%.
Prepare a spread sheet for EMI to be paid by Mr. Inamdar. Write and
explain all formulas used in. Also write the steps to draw bar chart of
EMI showing clearly interest and principal amount. [15]
b) Explain importance of open source software in office automation. [5]
Q2) a) State and explain steps and tools involved in office automation. [5]
b) Explain features of Writer, Calc and impress. [5]
Q4) a) Explain the procedure for adding animation effect and slide transition
effect in an Impress presentation. [5]
b) How to publish Writer text as a Blog? [5]
Q5) a) What do you mean by ‘loop until escape’ function in impress? How to
achieve it? [5]
b) Explain the procedure to add Citations in a document. [5]
P.T.O.
Q6) a) What do you mean by Macros? Explain its use in Open office. [5]
b) Explain steps to create HTML,XML and Master documents in
OpenOffice Impress. [5]
Q7) a) What is mail merge? Explain all the steps with suitable example. [5]
b) Write the correct syntax and use for following calc functions. [5]
i) MINVERSE
ii) TRUNC
[5570]-3015 2
Total No. of Questions : 7] SEAT No. :
[5570]-3016
MCA (Management) (Semester - III)
TRACK 3 : INFORMATION MANAGEMENT & QUALITY CONTROL
T3-IT34: INFORMATION SECURITY & AUDIT
(2015 Pattern)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Q. 1 and Q.7. are complsory.
2) Solve any four form Q.2 to Q.6.
3) Figures to the right indicates full marks.
4) Draw neat diagram wherever necessary.
Q1) You have been appointed as a lead auditor for auditing an online educational
management system. Discuss.
a) Possible threats and risks.
b) Provide 5 physical and logical controls for threats identified. [10]
Q4) What do you understand by mobile database? Explain how are they used and
secured? [10]
Q5) Explain the laws of IPR and Indian Copyright Act. [10]
[5570]-3017
MCA (Management Faculty) (Semester - III)
T4-IT34: LINUX ADMINISTRATION - I
(2015 Pattern)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Question No. 1 and 7 are compulsory.
2) Answer any four from question No. 2 to 6.
Total No. of Questions : 8] SEAT No. :
[5570]-4001
M.C.A (Faculty of Management) (Semester - IV)
ITC-41: OPTIMIZATION TECHNIQUES
(2015 Pattern)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Question 1 is compulsory.
2) Attempt any five from remaining.
3) Figure on right side indicate full marks.
Q1) a) The data on normal time and cost along with crashed time and cost
associated with a project are shown below: [10]
Activity Immediate Normal Crash
Predecessor Time (Weeks) Cost (Rs. '000) Time Cost
(week) (Rs. '000)
A - 10 20 7 30
B - 8 15 6 20
C B 5 10 4 14
D B 6 11 4 15
E B 8 9 5 15
F E 5 5 4 8
G A,D,C 12 3 8 4
The indirect cost is Rs. 400 per day.
i) Draw the network diagram.
ii) Find the project duration and associated cost.
iii) Find the optimum project duration and optimum cost of project by
crashing the relevant activities.
b) Solve the given LPP graphically. [10]
Maximize Z = 50x1 + 30x2
Subject to constraints
2x1+ x2 18
x1+x2 12
3x1+2x2 34 &
x1, x2 0
P.T.O.
Q2) A decorative series lamp set circuit contains 10,000 bulbs; when any bulb
fails, it is replaced. The cost of replacing a bulb individually is Rs. 1 only. If
all bulbs are replaced at the same time, the cost of per bulb would be reduced
to 35 paise. The percentage of surviving (Say s(t)) at the end of month 't' are
given below: [10]
Month (t) 0 1 2 3 4 5 6
S(t) 100 97 90 70 30 15 0
What is optimal replacement plan?
Q4) Solve the following problem for maximizing the production output (profit).[10]
Zones
Managers I II III IV V VI
A 73 91 87 82 78 80
B 81 85 69 76 74 85
C 75 72 83 84 78 91
D 93 96 86 91 83 82
E 90 91 79 89 69 76
Q5) In a bank cheques are cashed at a single teller counter. Customers arrive at a
average rate of 30 per hour. The teller takes on an average a minute and half to
cash a cheque. Calculate: [10]
a) The percentage of time the teller is busy.
b) The average time a customer is expected to wait.
c) The expected number of customers in bank waiting for teller.
d) The probability that there will be exactly 4 customers in bank.
e) Length of system.
[5570]-4001 2
Q6) The production company requires 9600 kg of raw material for manufacturing
a particular item per year. It has been estimated that cost of placing an order is
Rs. 480 and the carrying cost is 25% of investment in inventories. The price
of raw material is Rs. 40 per kg. [10]
Find:
a) EOQ.
b) Number of order.
c) The time between two orders.
d) Total variable cost.
e) Total Inventory cost.
[5570]-4001 3
Total No. of Questions : 8] SEAT No. :
[5570]-4002
MCA (Management Faculty) (Semester - IV)
SOFTWARE AND APPLICATION DEVELOPMENT
T1-IT41: Advance Java
(2015 Pattern)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Q. no. 1 and Q. 8 are compulsory.
2) Solve any four from remaining.
Q3) Write RMI application to invke ''Count'' method that counts total number of
vowels from string. [10]
Q4) Write JDBC application to display department wise list of employees. Accept
department name from user. Assume suitable table structure. [10]
Q5) Validate the data by using a servlet. [10]
Student Information
Roll No:
Name:
Percentage:
Validate:
Validation parameters:
i) All fields are compulsory.
ii) Roll No. Should be numeric.
iii) Name should not contain special characters.
iv) Percentage should be numeric with two precision.
P.T.O.
Q6) Write JSP program for Hostel admission registration. Assume suitable table
structure. [10]
[5570]-4002 2
Total No. of Questions : 7] SEAT No. :
[5570]-4003
M.C.A. (Management Faculty) (Smester - IV)
T2-IT41: IDENTITY AND ACCESS MANAGEMENT
(2015 Pattern)
Time : 3 Hours] [Max. Marks : 70
Instructions to the candidates:
1) Question No. 1 and 7 are compulsory.
2) Answer any four questions from remaining questions.
Q1) Explain overview of PKI and Identity Life Cycle Manager 2007. [10]
Q5) How to Install and Configure Active Directory Rights Management Services
Server Components. [10]
Total No. of Questions : 7] SEAT No. :
Q1) Define knowledge management along with its components and explain
knowledge management processes in details. [10]
Q6) Explain how to protect E-commerce assets and Intellectual Property. [10]
e) Future challenges of KM
yyy
Total No. of Questions : 7] SEAT No. :
Q3) Explain the concept of virtual LAN with suitable diagram. Also, Explain reasons
behind using VLAN. [10]
yyy
Total No. of Questions : 7] SEAT No. :
Q1) Write about MYSQL and PostgreSQL Database and their SQL commands.[10]
Q2) Write the steps to install and configure FTP server in Linux [10]
Q3) Explain how email is send and received and few email related protocols.[10]
Q4) Write about obtaining, patching and compiling the kernel in Linux. [10]
Q5) Explain the process of configuring and using the digital scanner in Linux.[10]
yyy
Total No. of Questions : 8] SEAT No. :
Q1) What do you mean by Web Services? Discuss SOAP and REST Web services
in detail. [10]
Q2) What is the key difference between Virtualization and Cloud computing?
Q3) Define Machine Image and Virtual Machine. Explain any two applications
which are used as Storage as a Service. [10]
Q4) What do you mean by Service Models? Differentiate between three Cloud
service models. [10]
Q5) What do you mean by utility computing? Explain its advantages and
disadvantages. [10]
P.T.O.
Q7) Define Cloud Streaming. Discuss the working of cloud streaming and its key
features. [10]
a) Microsoft Azure
b) Principles of REST
yyy
[5570]-4014 2
Total No. of Questions : 7] SEAT No. :
yyy
Total No. of Questions : 7] SEAT No. :
Q1) Prepare software inspection checklist for "medical store management system"
website. [15]
Q3) Discuss the need for SQA standardization. Explain the various levels of CMM.
[10]
Q4) Define Reliability. Briefly discuss the different types of reliability models.[10]
yyy
Total No. of Questions : 7] SEAT No. :
Q1) a) What are MAC frame types? Explain purpose and operation of control
fields in MAC frame. [10]
b) Discuss tight coupling architecture between the IEEE 802.11 WLAN and
GPRS. [10]
Q6 Explain with diagram the UMTS core network architecture and operation.[10]
P.T.O.
Q7) Write Short Notes( Any Fours) [20]
b) TD-SCDMA
c) Characteristics of WLAN
d) Session Mobility
e) Classification of WSN.
f) Wireless ATM
yyy
[5570]-4017 2
Total No. of Questions : 8] SEAT No. :
a) Find start time, End time, total float and critical path.
J - 4
K - 5
L J 6
M K 4
N M,L 5
O K 8
P K 2
Q N,O 5
R P 4
P.T.O.
Q2) What is use of COCOMO in SPM? You as a Project Manager are required to
give efforts Estimation for the project of size 240kloc for all classes of project.
In addition project also requires: [10]
a) Storage constraint is High (1.06)
b) Programmer capability is low (1.17)
c) Database size is low (0.94)
d) Remaining all driver are treated as Nominal
yyy
[5570]-5001 2
Total No. of Questions : 7] SEAT No. :
Q1) Write a ASP.NET program to create a student admission form and perform all
the validation. (Note : Use minimum ten parameters) [15]
Q4) Explain the concept of error page and error login with the help of suitable
example. [10]
yyy
Total No. of Questions : 7] SEAT No. :
yyy
Total No. of Questions :6] SEAT No. :
Q1) a) Write a detailed test plan for an e-commerce application, Pragati Online
Publication. The functionality of the application is as follows- Registered
customer can login; and search book(s) either by author or by entering
the title of the book. After viewing the list of books, if desired the customer
selects the books and places in the cart. If searched book(s) is not
available, customer can add the searched book in wishlist. The system
has provision to remove the books from the cart before final bill is
generated. Once the bill is generated customer has to pay using debit or
credit card. [12]
b) Design suitable test cases (positive & negative) for testing the above
application. [8]
Q2) Define testing & debugging. With a neat diagram, explain bug life cycle. [10]
Q3) Define Structural testing. Explain coverage techniques used in structural testing
with suitable examples. [10]
Q4) What do you mean by review? Explain different types of reviews. [10]
Q5) What is Web Application Testing? Explain Web based Application Testing
Techniques. [10]
P.T.O.
Q6) Write short notes on (any 4) [4 × 5 = 20]
a) Cyclomatic complexity
b) Test Metrics
c) Define Test Scenario, Test Case, Test Suite with example
d) Differentiate between Retesting & Regression Testing
e) CAST
yyy
[5570]-5004 2
Total No. of Questions : 6] SEAT No. :
Q1) a) How Real Time Network Routing method works in Telephone Networks,
explain with example? What are its advantages? [10]
b) What are pros and cons of Multicast and Multiple Unicast Routing?
Explain Core based Tree Routing method with example. [10]
Q2) What are different types of Routing algorithms used in Optical Networks and
what are with their pros and cons? Explain Fixed Routing algorithm. [10]
Q3) What are key characteristics of RIP? Explain RIP timers that support its
operation. Explain RIP instability problem. [10]
Q5) What is proactive routing? Explain Ad hoc On-demand Distance Vector routing
(AODV) method with example. [10]
P.T.O.
Q6) Write short notes(ANY FOUR) [20]
d) Cellular IP
yyy
[5570]-5005 2
Total No. of Questions : 8] SEAT No. :
Q7) Explain service oriented design and explain task-centric business service.
yyy
Total No. of Questions : 7] SEAT No. :
Q1) What do you mean by Infrastructure Audit? Give the overview of Infrastructure
Audit. [10]
Q5) “Vendor Selection Criteria” is one of the crucial factor in infrastructure auditing.
Elaborate. [10]
P.T.O.
Q6) Explain the role and importance of Visa’s Cardholder Information Security
Program in Infrastructure Auditing. [10]
b) Audit Guidelines.
d) ISO 17799
[5570]-5007 2
Total No. of Questions : 7] SEAT No. :
The incidence of non availability of Marathi food items in a long air travel
motivated Ms. Jayanti Kathale to start her own innovative food chain in the
form of Purnbhrahma. She in her one of the long distance air travel was
striving for her regional food items and was very upset on the fact that if
South Indian food can be made available universally then why cant
Maharashtrian food be made available in air travelling? She even realized that
many of Marathi food lovers must be facing the same problem.
c. What factors, in your opinion, helped Ms. Jayanti Kathale make her
brand successful?
Q2) What are the causes of formation of MSME policy in India? How are
government organizations supporting them? [10]
P.T.O.
Q4) Explain McClellands Need Achievement theory in details. [10]
Q5) What is EDP? Explain the different phases of an EDP. What is its relevance in
todays world? [10]
b) Social Entrepreneurship.
c) Franchising
d) Sole Proprietorship
e) Make in India
yyy
[5570]-5008 2
Total No. of Questions : 7] SEAT No. :
Q3) What are the roles and responsibilities of a security organization? [10]
b) Risk Analysis
d) Database Security
yyy
Total No. of Questions : 7] SEAT No. :
Q1) Explain evolution of Big data and implication of big data analytics for
Insurance [10]
Q2) Explain big data analytics methodology The Loan Repayment Delinquency
Problem [10]
a) Map reduce
c) Sentiment Analysis
d) HDFS
yyy
Total No. of Questions : 8] SEAT No. :
Q1) Discuss in detail Definitive Software Library (DSL), Definitive Hardware Store
(DHS) and Software License Management. [10]
Q7) Discuss in detail charging policy & pricing methods for IT Services. [10]
Q8) Explain in detail RFID wireless network along with business continuity with
IT services on storage management. [10]
yyy
Total No. of Questions : 8] SEAT No. :
Q1) Define DSS. Explain characteristics and capabilities of DSS in detail. [10]
yyy
Total No. of Questions : 7] SEAT No. :
Q2) What are the benefits and challenges of cloud computing? Explain. [10]
Q5) Explain Log Management and Data Loss Prevention w.r.t. virtualization based
security. [10]
yyy
Total No. of Questions : 7] SEAT No. :
Q2) What is Layout? Explain one layout in detail with the help of example. [10]
Q4) Explain CRUD operations on Item table with the help of example. [10]
Q5) What is Dialog Box? Explain alert dialog with the help of example. [10]
Q6) Write an application in android to turn on and turn off wifi with the help of
example. [10]
yyy
Total No. of Questions : 9] SEAT No. :
Q5) Explain server security technologies and user security technologies. [10]
Q8) Explain common steps for designing network infrastructure security. [10]
yyy
Total No. of Questions : 7] SEAT No. :
Q5) Explain point-to-point, hub and spoke application integration in detail. [10]
yyy
Total No. of Questions : 7] SEAT No. :
Q1) Briefly describe continuous monitoring and management of VOIP and UC.[10]
Q3) How priority for Voice, Video and fax packets is decided? Explain. [10]
Q4) What are the benefits of unified communication to a business? Also discuss
various applications of unified communication. [10]
yyy