Why is it important to use systems analysis and design
methodologies when building a system? Why not just build
the system in whatever way appears to be “quick and easy”?
What value is provided by using an “engineering” approach?



Why is it important to use systems analysis and design methodologies when building a system? Why n..

Answer / indudhar devanath

While analyzing and designing a system, we take into
consideration the flexibility, scalability, performance,
maintainability and testability. When these capabilities
are not taken into consideration, we see a high probability
for system failure. Conversely, if too much of analysis and
design goes into building a system, we see similar symptoms
of failure. Considerable skill and practice goes into
building successful systems. It is worth to note that only
20% or less of the software projects ever succeed.

Is This Answer Correct ?    127 Yes 24 No

Post New Answer

More Design Patterns Interview Questions

what is cascading order?

1 Answers  


what is the difference between the Adapter Pattern and Proxy Patterns?its seems both are almost similar?

1 Answers   RBS,


What is impedance mismatch and How to solve the problem?

1 Answers   HP,


If i make my selection in State Dropdown list, i would the City and ZipCode dropdown list to be automatically reupdated based on the State i select.(This to avoid the user select a City or Zipcode that does not correspond to the State previously selected.)

1 Answers  


Identify three types of systems or system upgrades that may be ideal candidates for a Waterfall Development Model strategy.

1 Answers  






What are the main usage of the patterns?

0 Answers  


In which application lifecycle phases is an application architecture produced?

1 Answers   Microsoft,


What are the types of design patterns?

0 Answers  


What is the prototype design pattern?

0 Answers  


How do you choose a design pattern?

0 Answers  


Is dependency injection a design pattern?

0 Answers  


Give me example of chain of responsibility design pattern?

0 Answers  


Categories