TECHNICAL INTERVIEW QUESTIONS AND ANSWERS 11 TO 15
Software
Development Lifecycle is the process used by the software industry to design,
develop and test high quality software.
AIM: To produce high quality software that meet or
exceeds the customer expectation, reaches completion of software within the
given time.
12.WATERFALL MODEL:
Waterfall
Model was the first model to be introduced for the development of software. It
is also called as Linear Sequential Life Cycle Model. In this model each phase
should be completed before the next phase begins. So there will be no
overlapping.
13.DATABASE MANAGEMENT SYSTEM:
A database is a collection of
related data which represents some aspect of the real world. DBMS is a software
package designed to define, manipulate, retrieve and manage data in a database.
14.DIFFERENT TYPES OF DBMS:
15.OBJECT RELATIONAL DATABASE:
- Hierarchical Databases
- Network Databases
- Relational Databases
- Object Oriented Databases
- ER Model Databases
- Graph Databases
- Document Databases
15.OBJECT RELATIONAL DATABASE:
It is
referred as ORD or ORDBMS. This is similar to relational database but with an object
oriented database model. Classes, objects and Inheritance are directly
supported in database schemas and in the language of query.

Comments
Post a Comment