You are on page 1of 3

Question bank

Unit1

1. What is object identifier? Explain with example.


2. Define Constructor. Explain different types of constructor in details.
3. Define object. Describe the difference between persistent and transient object.
4. Explain with example type constructor.
5. Define Complex object. Explain the structured and unstructured complex object
in details.
6. Explain the concept of polymorphism/operator overloading with example.
7. Discuss object structure? Explain with example identical and equal object.
8. Write a short note on object identity.
9. A car-rental company maintains a database for all vehicles in its current feet. For
all vehicles, its include the vehicle identification number, license number,
manufacturer, model, date of porches and color. Special data are included for
certain type of vehicles:
>Trucks: cargo capacity
>Sports Car: Horsepower
>Van: No of passenger.
Use inheritance where appropriate.

Unit 2

1. List and explain the advantages of DDBMS.


2. Define distributed database. Draw and explain different types of distributed
architecture.
3. Explain the different technique for executing an equijoin of two files located at
different site.
4. Describe the semi join method for executing an equijoin of two files located at
different site.
5. Explain the different distributed database techniques in details.
6. Write a short note on
1. No distribution of query. 2. Full distribution of query.

7. Explain the different types of distributed database system.


8. List and explain different problem encountered in DDBMS while
considering concurrency control and recovery.
9. Explain the different steps taken in order to deal with concurrency control and
recovery problem.
10. Explain with net diagram 3-Tier client server architecture.
Unit 3

1. Define database server. Write a short note on database and database instance.
2. Draw and explain oracle physical and logical storage structure.
3. Explain database instance structure.
4. Explain any six commands for report generation in oracle.
5. Consider the following database and perform 1.Natural join 2.cross product
3.equizoin operation
Employee(person_name,street,city)
Works(person_name,company_name,salary)
Company(company_name,city)
Manages(person_name,manager_name)

6. Draw a data block format explain each part in details.


7. What is tablespace. Explain different tablespace.
8. List contains of control file. Explain different records present in control file.
9. Define background process. Explain different background processes in details.

Unit 4

10. Draw and explain SGA indetails..


11. Explain the backup and recovery procedure in details.
12. Define parameter file. Explain different advantages of SPFILE over PFILE.
13. What is lock? Explain different loks in details.

Unit 5.

1. Draw and explain application architecture in different areas.


2. Write a short note on 1. Uniform resource locator(URL) 2. Hyper text markup
language.
3. What is web server? Explain three layer web application architecture.
4. What is web server? Explain two layer web application architecture.
5. Define servlet. Explain servlet Life cycle indetails.
6. Explain the term 1.server side scripting 2.client side scripting.
7. Draw and Explain web application architecture.
8. What is an sql injection attack? Explain how it works,and what precaution must
be taken to prevent sql injection attacks.
9. What is JSP? Explain different directives in jsp.
10. What is implicit object? list with value different implicit variable.
11. Explain the term scriptlets with example.

You might also like