What is Software development life cycle....??
Answers were Sorted based on User's Feedback
Answer / r
SDLC is a methology in which covers all aspects of
operations
It consists of
Requirements Management.
System Analysis.
Design
Coding
Testing
Support and Maintenance.
Post Audit.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / chandrajeet kishore
SDLC is a complete proccess of analysis which includes
feasiblity study,designing which includes conceptual
desining&logical designing,coding,testing,implementation
and then maintainaince.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / malaikanirr
SDLC for any project will have five phase
Initiation
Planning
Execution
Monitoring and control
Closing
Each phase will have various steps like project initiation
will start from project charter that is original
confirmation of starting of the project and comes
preparation of preliminary project scope statement, Scope
planning, scope identification, creating wbs and wbs
dictionary, scope verfication, scope control, time like
duration and schedule of activities, estimation of project
activities, definition of quality of project, defining
communication ways and methods, acquiring resources,
project integraton etc.,
these are general project managment process.
In case SDLC type of Water fall method, XP and agile
methodology, phase of project management project may vary
for industry to industry like construction company will
have different phase with that of manufacturing.
Project life cycle will be same for all project management
life cycle or SDLC
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ss
A Software Development Lifecycle (SDLC) provides a
structured and methodical way that helps the team members
and project stakeholders to understand the current state of
the project and also to make specific choices that assist
in achieving business goals and adhere to constraints.
This is accomplished via the following life cycle stages:
Requirements gathering and Analysis
Design
Implementation
Testing
Operations and Maintenence.
There are various approaches or Software Process models
defined which can be employed during development process of
software, to optimize these phases depending on the nature
of the project.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srikanth
Software development life cycle is a waterfall methodology,
it is a small to medium database software projects are
generally broken down into six stages,project planning,
requirements definition, design development, integration
test, installation acceptance.....
| Is This Answer Correct ? | 4 Yes | 5 No |
What is the factory pattern in the design pattern?
How might prototyping be used as part of the SDLC?
What is the behavioral design pattern?
Is singleton a design pattern?
What development do you think is needed in the UI UX of our product?
What is ESD?
Identify three types of systems or system upgrades that may be ideal candidates for a Waterfall Development Model strategy.
Can we make the reference instance non static?
What is difference between GoF and J2EE patterns?
In what cases are synchronous architectures more appropriate than asynchronous architectures?
what is data access layer?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?