Monday, May 19, 2014

241204 Database Technology question paper - June 2011



241204 Database Technology question paper - June 2011 / Anna University Previous Year Exam Questions / Anna University Previous Year M.E. M.Tech. Computer Science and Information Technology Question Papers




Question Paper Code : 31283
M.E./M.Tech. DEGREE EXAMINATION, JUNE 2011
Common to M.E. Computer Science and Engineering / M.E. Computer and Communications
Second Semester
Computer Science and Engineering
241204 — DATABASE TECHNOLOGY

(Regulation 2010)

Time: Three hours                                                       Maximum: 100 Marks
Answer ALL Questions

PART A — (10 × 2 = 20 Marks)

1. State the advantages of Distributed databases.
2. List the types of data fragmentation. Give reasons for fragmenting a relation in the distributed system.
3. What is persistence in object oriented database? Why it is important?
4. How does the concept of an object in the object oriented model differ from the concept of an entity in the entity-relationship model?
5. Compare and contrast data warehouse and operational database.
6. Specify the different categories of data available in the mobile databases.
7. How do spatial databases differ from regular databases?
8. What is multi-valued dependency? Specify the procedure for eliminating it from a relation.
9. Mention the applications of deductive databases.
10. What are the different types of multimedia sources?


PART B — (5 × 16 = 80 Marks)

11. (a) Explain the issues that are addressed for a distributed database design. (16)
Or
(b) (i) During the transaction execution, it passes through several states, until it finally commits or aborts. List all possible sequences of states through which a transaction may pass. Explain why each state transition may occur. (6)
(ii) Consider the following undo/redo log with check pointing (CKPT). The third and fourth values in the entries that have 4 values are the old and the new value, respectively.
<START, T1>
<T1, A, 4, 5>
<START, T2>
<T2, B, 9, 10>
<START CKPT (T1; T2)>
<COMMIT T2>
<START T3>
<T3, C, 14, 15>
<END CKPT>
<COMMIT T3>
<COMMIT T1>
Suppose that there is a crash, and the last log entry to appear on disk is <T2, B, 9, 10>. That is, only the first 4 log entries shown above actually appear in the log. The remaining 7 entries are never recorded in the log. Describe the actions of the recovery manager, including changes to both the disk and log. Describe the actions at recovery time. Specify the actions happened in the disk and log for both the cases. (10)
12. (a) (i) What are main features of object oriented database? How it is advantageous over RDBMS? (8)
(ii) Compare inheritance in the Extended ER model to in heritance in the object oriented model with an example. (8)
Or
(b) Discuss in detail about the concurrency control in object oriented databases. (16)
13. (a) (i) Explain the various client/server architectures commonly used in the database environment. (8)
(ii) Explain web databases in detail. (8)
Or
(b) (i) What is data mining? How does data mining technology relate to data warehousing technology? (8)
(ii) Describe the steps of building a data warehouse. (8)
14. (a) What is meant by the term heuristic optimization? Discuss the main heuristics that are applied during the query optimization. (16)
Or
(b) Suppose that a city transportation department would like to perform data analysis on highway traffic for the planning the highway construction based on the city traffic data collected at different hours every day. Design a spatial database for the given scenario, to store the highway traffic information such as average and peak time traffic flow by highway, by time of day, and by weekdays, and the traffic situation when a major accident occurs. (16)
15. (a) Discuss the features of active databases and deductive databases. (16)
Or
(b) (i) What are parallel databases? What are its benefits? (8)
(ii) Explain multimedia databases in detail. (8)

_____________________________




Oracle Certification

Oracle Certification process / Steps to achieve Oracle Certification / Useful links related to Oracle Certification



Oracle introduced a wide range of Oracle certification programs for entry level to experienced professionals and for domains ranging from database administration, database management to programming, web development and other advanced technologies related to Database. Oracle certification programs evaluate whether a database professional show the necessary skills to successfully implement database solutions using Oracle Technology.


Certification
Level
You have to pass
Description
OCA – Oracle Certified Associate
Entry
Step 1 – Pass one of the following;
·         Oracle Database 12c: SQL Fundamentals 1Z0-061
·         Oracle Database 11g: SQL Fundamentals I 1Z0-051
·         Oracle Database SQL Expert 1Z0-047
Step 2 – Pass the following;
·         Oracle Database 11g: Administration I 1Z0-052
It evaluates the strong foundation of knowledge with Oracle products
OCP – Oracle Certified Professional
Intermediate
Step 1 – You should have the following certificate;
·         Oracle Database 11g Administrator Certified Associate
Step 2 – Complete one of several instructor-led courses which are currently delivered or such courses already completed (visit website for list of courses).
Step 3 – Pass the following exam;
·         Oracle Database 11g: Administration II 1Z0-053
Step 4 – Complete the course submission form (further details are here, http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=99)
It is to evaluate the capability to build frameworks, Tuning of databases, troubleshooting, and various others.
OCM – Oracle Certified Master
Advanced
Step 1 – Prior certification required;
Oracle Database 11g Administrator Certified Professional
Step 2 – Complete Two of advanced instructor-led courses or such courses already completed (visit website for list of courses).
Step 3 – Pass the following exam;
Oracle Database 11g Certified Master Exam 11GOCM
Step 4 – Complete the course submission form
Step 5 – Submit fulfillment kit request
It is to check whether you are having the exceptional knowledge about the Oracle products and your ability to do with software and hardware.



Provider
Salary
Some Useful Links / To Find more
Oracle



Some useful links

Top 5 Database certifications



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

_________________________

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