Software engineering Question:
Download Questions PDF

What are the Different types of Architectures in Software Engineering?

Answer:

An architecture expresses a fundamental structural organization schema for software systems. It provides a set of predefined subsystems, specifies their responsibilities, and includes rules and guidelines for organizing the relationships between them.
* Object-Oriented/Abstract Data Style
* Layered Hierarchies
* Blackboard architecture
- involving shared access to data with loosely coupled agents
* Client/Server
* Three tier Client/Server architectures
* Peer-to-Peer Architecture

Download Software engineering Interview Questions And Answers PDF

Previous QuestionNext Question
During the interview, do not obsess over little mistakes that happen.What are use cases and class diagrams in Software Engineering?