Showing posts with label Advanced Database Questions. Show all posts
Showing posts with label Advanced Database Questions. Show all posts

Friday, June 6, 2014

DMC1971 Anna University MCA Distance Education Question Paper

Anna University MCA Distance Education Advanced Databases Question Paper / Anna University MCA Distance Education Advanced Databases Question Paper / Anna University MCA Distance Education Previous Year Question Paper / DMC 1971 Advanced Databases Question Papers with Answers / DMC 1625 Advanced Databases Question Papers with Answers / DMC1971 and DMC1625 Previous Year Question Papers



DMC 1971 - Advanced Databases

(Regulation 2009)




DMC 1971 Advanced Databases, August 2013
DMC 1971 Advanced Databases, February/March 2013
DMC 1971 Advanced Databases, August 2012
DMC 1971 Advanced Databases, February 2012
DMC 1971 Advanced Databases, August 2011
DMC 1971 Advanced Databases, February 2011

DMC 1971 Advanced Databases, February 2014 - Click Here

DMC 1625 - Advanced Databases

(Regulation 2007)




DMC 1625 - Advanced Databases, August 2013
DMC 1625 - Advanced Databases, February/March 2013
DMC 1625 - Advanced Databases, August 2012
DMC 1625 - Advanced Databases, February 2012
DMC 1625 - Advanced Databases, August 2011
DMC 1625 - Advanced Databases, February 2011
DMC 1625 - Advanced Databases, August 2010
DMC 1625 - Advanced Databases, February 2010





Sunday, May 18, 2014

CS2029 Advanced Database Technology Anna University question paper - May/June 2012


CS2029 Advanced Database Technology question paper - May/June 2012 / Anna University Previous Year 2012 Exam Questions for Advanced Database Technology / Anna University Previous Year 2012 Computer Science and Information Technology Question Papers / CS 606 Advanced Database Technology Question Paper / CS2029 Sixth Semester Advanced Database Technology question


Question Paper Code :
B.E./B.Tech. DEGREE EXAMINATION, MAY/JUNE 2012
Sixth Semester
Computer Science and Engineering
CS 2029/CS 606 — ADVANCED DATABASE TECHNOLOGY
(Common to Seventh Semester - Information Technology)
(Regulation 2008)
Time : Three Hours                                                          Maximum : 100 marks
Answer ALL Questions
PART A – (10 X 2 = 20 marks)


1. Define database recover. Write two recovery techniques.
2. Why we need normalization?
3. Mention any four features of distributed database system.
4. What is an important two phase commit protocol?
5. Expand ODMG. When it is necessary?
6. Write any two limitation of JASMINE.
7. Define mobile database with an example.
8. List the markup languages which are suitable for web databases.
9. Write two examples of multimedia databases and multimedia structure.
10. Define spatial database.

PART B – (5 X 16 = 80 marks)

11. (a) What is query optimization? Explain any two optimization techniques in detail with suitable example.
Or
(b) (i) Compare and contrast between BCNF and 2NF.
(ii) Draw an ER model for university which will publish examinations results of all colleges which is affiliated to it and individual results for each college.

12. (a) Explain the architecture of distributed database in detail.
Or
(b) (i) Discuss the merits and demerits of commit protocol.
(ii) List and explain the features of DDB.

13. (a) (i) Explain the different approaches used for object oriented databases.
(ii)Write detail note on ODMG model.
Or
(b) Discuss in detail about structure and various operation of object oriented query language.

14. (a) Briefly discuss client/server model with suitable example.
Or
(b) (i) Compare and contrast between mobile databases and internet databases.
(ii) Explain the major role of Xml in web databases.

15. (a) (i) Explain how to identify an active and deductive databases with an example.
(ii)Write detail note data mining with its various techniques.
Or
(b)Write notes on
(i) Spatial database
(ii) Query language for multimedia
(iii) Multimedia databases

_________________________

Saturday, May 17, 2014

CS2029/CS606 Advanced Database Technology Anna University question paper - May/June 2011



CS2029 Advanced Database Technology question paper - May/June 2011 / Anna University Previous Year 2011 Exam Questions for Advanced Database Technology / Anna University Previous Year 2011 Computer Science and Information Technology Question Papers / CS 606 Advanced Database Technology Question Paper



Question Paper Code : 11247
B.E./B.Tech. DEGREE EXAMINATION, MAY/JUNE-2011
Sixth Semester
Computer Science and Engineering
CS 2029 — ADVANCED DATABASE TECHNOLOGY
(Regulations 2008)
Time : Three Hours                                                          Maximum : 100 marks
Answer ALL Questions
PART A – (10 X 2 = 20 marks)

1. What are Armstrong axioms?
2. What is cascade less schedule?
3. What is location transparency and fragmentation transparency?
4. When are elections and voting used in distributed database?
5. Mention the approaches used for making objects persistent.
6. Mention the use of create_iterator() method used in ODMG C++ language.
7. What is the difference between XML schema and XML DTD?
8. Define Snowflake schema and fact constellation schema.
9. Mention the type of spatial queries.
10. What is a Horn clause?

PART B – (5 X 16 = 80 marks)

11. (a) (i) Discuss first normal form, second normal form and third normal forms.(10)
(ii) Normalize the given relations as required. (6)
·         Customer(Customer_ID, customer_name, telephone_numbers, credit_cards) to first normal form [note : telephone_numbers and credit_cards are multivalued Attributes]
·         Student(Rollno, name, courseno, course max ,marks, yearofstudy, Address) to third normal form
·         Vendor_order(vendorno, orderno, vendorname, qty_supplied, price_per_unit) to second normal form
Or
(b) Discuss: (16)
(i) Conflict serializability
(ii) View serializability
(iii) Two phase commit protocol
(iv) Validation based concurrency control protocol.

12. (a) Discuss in detail how parallelism could be used in query processing and relational operation executions.(16)
Or
(b) (i) Consider the relations:(10)
Employee(Name, address, salary, plant_number)
Machine(Machine_number, type, plant_number)
Assume that the Employee relation is fragmented horizontally by plant_number and that each fragment is stored locally at the corresponding plant site. Assume that the Machine relation is stored its entirety at the ‘Armonk’ site. Describe a good strategy for processing each of the following queries.
* Find all employees at the plant that contains machine number 1130.
* Find all employees at plant that contain machine whose type is "milling machine".
* Find all machines at the ‘almaden’ plant.
* Compute join of find employee and machine relations.
(ii) Explain how 3PC responds to various types of failure. (6)

13. (a) (i) Discuss the basic built in interfaces of the ODMG model. (12)
(ii) Differentiate:(4)
* Multiple inheritance and selective inheritance
* Structured and unstructured complex object
Or
(b) (i) Describe the steps of the algorithm for object database design for EER to OO mapping. (8)
(ii) Discuss in detail the OQL concepts. (8)

14. (a) Discuss the issues and steps involved in building a data warehouse. How the concept of relational view is related to data warehouse and data marts? (16)
Or
(b) Discuss Apriori and frequent pattern tree algorithm. (16)

15. (a) Discuss the database management issues involved in designing mobile, genomic and multimedia databases.(16)
Or
(b) (i) Discuss the design and implementation issues for active databases. (8)
(ii) Discuss the programming aspects of Datalog with example. (8)

________________________

Featured Content

Multiple choice questions in Natural Language Processing Home

MCQ in Natural Language Processing, Quiz questions with answers in NLP, Top interview questions in NLP with answers Multiple Choice Que...

All time most popular contents

data recovery