InterviewSolution
| 1. |
Is Any System Requirement Functionality Assumed From An External Db? |
|
Answer» Database MAINTAINED by each stack ENTITY is local to it and has got no external dependency. The database maintained by each entity has got a static part (which is initialized by provisioning) and a DYNAMIC part (which is updat5ed at run-time by the stack entity). The interface of each stack entity with its database module is a well defined FUNCTIONAL interface (read/write/access/modify). If there is a need to USE an external database, this functional interface has to be ported. Database maintained by each stack entity is local to it and has got no external dependency. The database maintained by each entity has got a static part (which is initialized by provisioning) and a dynamic part (which is updat5ed at run-time by the stack entity). The interface of each stack entity with its database module is a well defined functional interface (read/write/access/modify). If there is a need to use an external database, this functional interface has to be ported. |
|