0% found this document useful (0 votes)
53 views15 pages

All Adm Previous Year Question Paper

The document outlines a series of examination questions related to database systems, data mining, and data warehousing. It includes instructions for answering the questions, which cover topics such as concurrency control, NoSQL databases, and MongoDB operations. The exam consists of multiple sections, each requiring students to attempt a specified number of questions from various topics, with marks indicated for each question.

Uploaded by

gangaikwad102
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)
53 views15 pages

All Adm Previous Year Question Paper

The document outlines a series of examination questions related to database systems, data mining, and data warehousing. It includes instructions for answering the questions, which cover topics such as concurrency control, NoSQL databases, and MongoDB operations. The exam consists of multiple sections, each requiring students to attempt a specified number of questions from various topics, with marks indicated for each question.

Uploaded by

gangaikwad102
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/ 15

12223

22521
3 Hours / 70 Marks Seat No.

Instructions : (1) All Questions are compulsory.


(2) Illustrate your answers with neat sketches wherever necessary.
(3) Figures to the right indicate full marks.
(4) Assume suitable data, if necessary.

Marks

1. Attempt any FIVE of the following : 10

(a) State the use of concurrency control.

(b) Define Big Data.

(c) Give any four characteristics of XML.

(d) Define data mart & meta data.

(e) Enlist any four types of join.

(f) Enlist Data Mining Techniques.

(g) Write any four benefits of NOSQL.

2. Attempt any THREE of the following : 12

(a) Explain nested query with suitable example.

(b) Differentiate between SQL & NOSQL database system.

(c) Explain distributed database in detail.

(d) Explain Aggregation in MapReduce.

[1 of 4] P.T.O.
22521 [2 of 4]
3. Attempt any THREE of the following : 12

(a) With neat diagram explain Data warehousing Lifecycle.

(b) Explain Multimedia Databases.

(c) Explain with example any four operation with MongoDB.

(d) Explain features of R-programming along with its R-programming use in

various applications.

4. Attempt any THREE of the following : 12

(a) Explain Mobile database with its need.

(b) Explain Three-Tier client server model.

(c) Describe Business Intelligence Framework & Features.

(d) Describe oracle cloud & its features.

5. Attempt any TWO of the following : 12

(a) Explain Flower expression and nested queries in Xquery.

(b) Write query to execute find( ) function on collection : Inventory

(i) To display all documents where status equals either “A” or “G”.

(ii) To display all documents in collection.

(iii) To display all documents where quality is less than 30 and greater than

10.

(c) Explain inheritance for PL/SQL objects with examples.


22521 [3 of 4]
6. Attempt any TWO of the following : 12
(a) Define Lock. Explain two phase locking protocol with neat example.
(b) Explain object & object identity. Write SQL query for the given table :

Class : Employee

Name
Salary
Post
Gender

Store
Print
Update

(c) Consider following input data for your MapReduce Program :


Welcome to College Class
College is best
College is bad
Draw MapReduce Architecture & explain its phases.

_______________

P.T.O.
21222
22521
3 Hours / 70 Marks Seat No.
15 minutes extra for each hour

Instructions : (1) All Questions are compulsory.


(2) Answer each next main Question on a new page.
(3) Figures to the right indicate full marks.
(4) Assume suitable data, if necessary.
(5) Preferably, write the answer in sequential order.

Marks
1. Attempt any FIVE of the following : 10
(a) Enlist any four datatypes of MongoDB.

(b) Define term Big Data.

(c) State aggregation.

(d) Enlist four types of Parallelism.

(e) Define Concurrency control.

(f) State Data mart.

(g) Give syntax and example for Nested query.

2. Attempt any THREE of the following : 12


(a) Explain three-tier client server database model with diagram.

(b) Compare between Xpath and Xquery (any four).

(c) Explain benefits of NOSQL (any four).

(d) Explain oracle cloud technology.

[1 of 2] P.T.O.
22521 [2 of 2]
3. Attempt any THREE of the following : 12
(a) Explain applications of data mining (any four).
(b) Describe object identity and reference types in SQL.
(c) Describe working of Lock based Protocol for concurrency control.
(d) Compare between Structured and Unstructured data (any four).

4. Attempt any THREE of the following : 12


(a) Compare between HBase and Hive (any four).
(b) Describe Business Intelligence framework.
(c) Describe Hadoop architecture with diagram.
(d) Explain benefits of distributed database system (any four).
(e) Describe structure of XML with example.

5. Attempt any TWO of the following : 12


(a) Define Join. Explain types of joins in SQL with example.
(b) Describe approaches for Machine learning : (any two).
(c) Explain following terms of MongoDB.
(i) MongoDB Shell
(ii) MongoDB Client

6. Attempt any TWO of the following : 12


(a) Explain types of NOSQL databases (any three).
(b) Explain array and Multiset types in SQL with example.
(c) Describe Data warehousing architecture with diagram.
_______________
11920
22521
3 Hours / 70 Marks Seat No.

Instructions : (1) All Questions are compulsory.


(2) Answer each next main Question on a new page.
(3) Illustrate your answers with neat sketches wherever necessary.
(4) Figures to the right indicate full marks.
(5) Assume suitable data, if necessary.
(6) Mobile Phone, Pager and any other Electronic Communication devices
are not permissible in Examination Hall.

Marks
1. Attempt any FIVE of the following : 10
(a) Explain the use of two phase locking protocol.
(b) Write any two benefits of distributed database system.
(c) Define complex data types.
(d) Enlist types of functions in SQL.
(e) State the difference between structured versus unstructured data types.
(f) Describe the benefits of No-SQL.
(g) Describe the application of data mining.

2. Attempt any THREE of the following : 12


(a) Explain Concurrency Control Techniques.
(b) Explain multiset types in SQL.
(c) Compare SQL and No-SQL database system.
(d) Explain XML document schema.

[1 of 2] P.T.O.
22521 [2 of 2]
3. Attempt any THREE of the following : 12
(a) Explain any four operation with Mongo DB with example.
(b) Explain and draw data warehouse life cycle.
(c) Describe BI components framework.
(d) Differentiate between parallel & distributed databases.

4. Attempt any THREE of the following : 12


(a) Explain basic datatypes and arrays in MongoDB.
(b) Describe mobile databases and digital database.
(c) Explain the characteristics of Big data.
(d) Explain the use of R-programming and also give the various applications
where R-programming use.
(e) Explain table inheritance in SQL.

5. Attempt any TWO of the following : 12


(a) Explain object identity and reference types in SQL with example.
(b) Explain the association rule in data mining. Explain application of association
rule mining with example.
(c) Describe Hadoop. Explain architecture of Hadoop.

6. Attempt any TWO of the following : 12


(a) Explain concurrency control with locked based protocol.
(b) Explain flower experssions and nestead queries in Xquery.
(c) Write query to excate find()function on collection : Inventory.
(i) to display all document in collection
(ii) to display all document where status equals “A” and qty is less than 40.
(iii) to display all documents where status equals “A” and qty is less than 40
or item starts with character S.
_____________
22521
23124
3 Hours / 70 Marks Seat No.

Instructions – (1) All Questions are Compulsory.


(2) Answer each next main Question on a new page.
(3) Illustrate your answers with neat sketches wherever
necessary.
(4) Figures to the right indicate full marks.
(5) Assume suitable data, if necessary.
(6) Use of Non-programmable Electronic Pocket
Calculator is permissible.
(7) Mobile Phone, Pager and any other Electronic
Communication devices are not permissible in
Examination Hall.

Marks

1. Attempt any FIVE of the following: 10


a) Define lock and list its categories.
b) Enlist any four characteristics of XML.
c) Write any four benefits of NoSQL.
d) Enlist any four features of BI.
e) Name any four common MongoDB datatypes.
f) Write any four properties of OZD.
g) List any four features of Hadoop Cloudera combination.

P.T.O.
22521 [2]
Marks
2. Attempt any THREE of the following: 12
a) Explain any two architectural design for parallel database.
b) Compare SQL and NoSQL. (Any four points)
c) Explain any two basic operation with MongoDB shell with
example.
d) Explain complex datatypes with example.

3. Attempt any THREE of the following: 12


a) Draw data warehousing life cycle and explain.
b) Write output for the following command executed on MongoDB
shell.
i) > new Date ("2010/1/1"/;
ii) > "Hello, world!" . replace ("world, "MongoDB");
c) Explain Big data with its any four advantages.
d) Explain Mobile database with neat diagram.

4. Attempt any THREE of the following: 12


a) Explain two phase locking protocol with example.
b) Explain with example Aggregation pipeline.
c) Compare supervised and unsupervised machine learning. (Any four
points)
d) Describe any two types of data warehouse architecture.
22521 [3]
Marks
5. Attempt any TWO of the following: 12
a) Write query to execute find ( ) function on Collection : Inventory
i) To display all documents in the collection.
ii) To display all documents where the status equal "D".
iii) To display all documents where the status equals either
"A" or "D".
iv) To display all documents where the status equals "A" and
qty. is less than 30.
v) To display all documents where the status equals "A" or
qty. is greater than 30.
vi) To display all documents where the status equals "A" and
either qty. is less than 30 or item starts with character p.
b) Explain structured types and inheritance in SQL.
c) Consider the code given below for "books.xml"
< ? xml version = "1.0" encoding = "UTF-8" ? >
<bookstore>
<book category = "CHILDREN">
<title lang = "en"> Harry Potter </title>
<author> J.K. Rowling </author>
<year> 2005 </year>
<price> 29.99 </price>
</book>
<book category = "WEB">
<title lang = "en"> Learning XML </title>
<author> Erik T. Ray </author>
<year> 2003 </year>
<price> 39.95 </price>
</book>
</book store>
Write the X query for the following:
i) Select all the title elements in the "book.xml" file.
ii) Select all the book elements under the bookstore element that
have a price element with a value that is less than 30.

P.T.O.
22521 [4]
Marks
6. Attempt any TWO of the following: 12
a) Consider the student table given below:
Enrollment First Last name City Contact No. Course
Id name Id
1011 Dipanjan Gupta Kolkata 9272567819 C345
1012 Sheyashi Gupta Hooghly 9816782341 C689
1013 Milan Gupta Kolkata 7861234879 C709
1014 Ishan Mukherjee Hooghly 8989123214 C345
1015 Juhi Mehta Kolkata 9801278383 C689
1016 Shubham Roy Malda 8967095626 C100
1017 Rahul Sinha Malda 9834583213 C689
i) Apply horizontal fragmentation with key column "city".
ii) Apply vertical fragmentation with key column "enrollment id".
b) Compare datamining and data warehousing. (any six points)
c) Consider following input data for your Map Reduce program:
Welcome to Hadoop class
Hadoop is good
Hadoop is bad
Draw Map Reduce architecture and explain its phases.
22232
22521
3 Hours / 70 Marks Seat No.

Instructions : (1) All Questions are compulsory.

(2) Answer each next main Question on a new page.

(3) Illustrate your answers with neat sketches wherever necessary.

(4) Figures to the right indicate full marks.

(5) Assume suitable data, if necessary.

(6) Mobile Phone, Pager and any other Electronic Communication


devices are not permissible in Examination Hall.

(7) Preferably, write the answers in sequential order.

Marks

1. Attempt any FIVE of the following : 10

(a) Enlist different types of concurrency control protocols.

(b) Enlist reference types in SQL.

(c) State types of NoSQL databases.

(d) Enlist characteristics of data warehouse.

(e) Define Big Data.

(f) Enlist different sort functions.

(g) State any two data types used in Mongo DB.

[1 of 4] P.T.O.
22521 [2 of 4]
2. Attempt any THREE of the following : 12

(a) Describe the benefits of Distributed Database System.

(b) Compare between SQL and NoSQL database system (any 4 points).

(c) What is the use of find() in Mongo DB ? Explain it with suitable example.

(d) Explain structured types in SQL with suitable example.

3. Attempt any THREE of the following : 12

(a) State different approaches for Machine Learning.

(b) Compare between Structured and Unstructured Data (any 4 points).

(c) Explain following (any one) : (i) Cloudera (ii) Oracle Cloud

(d) State key differences between data mining and data warehouse (any 4 points).

4. Attempt any THREE of the following : 12

(a) Explain Locked Based Protocols.

(b) Explain with example basic operations of MongoDB.

(c) Explain classification and clustering in Data Mining.

(d) Write short note on Hadoop.

(e) Draw and explain Data Warehousing Life cycle.

5. Attempt any TWO of the following : 12

(a) Consider following input data for your Map Reduce Program.

‘NoSQL is better than SQL.’

Draw Map Reduce Architecture and explain its phases.

(b) Explain Array and Multiset types in SQL with example.


22521 [3 of 4]
(c) Explain Object and Object Identity. Write SQL query for following table.

Class : Library

B_id

B_name

S_id

DOI

DOR

Book Issue

Book Return

6. Attempt any TWO of the following : 12

(a) Compare between Parallel and Distributed Database (any six points).

(b) Consider the tables given below :

Emp (E_id, E_name, job_id, Salary, dept_id)

Dept (dept_id, dept_name, location)

(i) Find all employees who locate in ‘London’ and whose salary is greater
than 60,000 INR.

(ii) Display department information of those employee whose job_id = 20.

(iii) Find the departmental name of employee whose salary is greater than
average salary.

Write XML expression / join for above statements.

(c) Explain steps used to perform data analysis in R Programming.

_______________

P.T.O.
22521 [4 of 4]

You might also like