What are the different phases of SDLC ?
Answers were Sorted based on User's Feedback
Answer / samadhan
1. Recognition of Need
2. Preliminary Survey
3. Feasibility Study
4. Requirement Analysis
5. Design
6. Coding
7. Integration and Testing
8. Deployment
9. Maintenance
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / ramashish rai
1. feasibility study
2. Requirement Analysis
3. Design phase
4. Coding phase
5. Testing and implementation phase
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / jag
Planning stage,
-Feasibility study
-Project plan
-Schedule
Requirement definition stage,
-Requirement definition document
-Requirement Traceability Matrix
-Updated plan
Design stage
-Design document
-Psudocodes
-Updated plan
Development stage
-Coding for designs
-Proposed tests
Testing stage
-Required test are performed
-Approval
Acceptance and maintenance
-Tested with client side
-Maintenance
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / anil mor
There are mainly two activities which are:
Initial Talk and Planning
there are five main phases in SDLC:
Requirement
Analysis and Design
Coding
Testing
Maintenance
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / syed rafiq ahmed shah
Following are the main phases/stages of SDLC.
01. Project Identification & Selection
02. Project Initiation and Planning
03. project analysis
04. project designing
- logical design
- physical design
05. Systems Controls
06. project evaluation
07. Implementation
08. Systems Maintenance
| Is This Answer Correct ? | 5 Yes | 4 No |
Answer / pavan
Initiation/planning
Requirements gathering and analysis
Design
Build or coding
Testing
Operations and maintenance
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / rohit
1.prelimary study
2.feasibility study
3.analysis
4.design
5.developement
6.implementation and testing
7.maintenance
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / alekhya
In this SDLC 6 phases are available. Those are
1. Initial Phase or Requirements phase
2. Analysis phase
3. Design phase
4. Coding phase
5. Testing phase
6. Delivery and Maintenance phase
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / viiju
1.planning
2.analysis
3.designing
3.implementation
4.maintenance
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / abhishek chhetri
Need Stage: An end user suspects that it would be more efficient to computerize a manual process he/she is currently working with.
2. Conceptualization Stage: The end user meets with the Systems Manager to discuss the problem and determine if it is feasible to computerize that particular application.
3. Design Stage: The end user discusses with a System Analyst what functions are needed and what the outputs should look like.
4. Technical Design Stage: The Systems Analyst designs a technical blue print or technical specification (specs) on every aspect of the system.
5. Coding/Development Stage: The design stage is where the basic logic or skeleton of the system is laid out.
6. Testing Stage: The Programmers test for errors in the syntax of the code and ensures that the logic of the programs obtains the desired results.
7. Documentation Stage: The Programmer or Technical Writer documents what the logic of their particular program is.
8. Production Stage: The application is placed into use. The Systems Analyst will then train the users on how to use the system.
9. Maintenance/Enhancement Stage: The maintenance/enhancement stage occurs when a change needs to be added to a program. This may occur because additional information or functionality is required out of the application by the end user.
| Is This Answer Correct ? | 1 Yes | 0 No |
Please, i am a final year student in nigeria and i have a project on pension fund administration and i need help in starting.
How do you perform impact analysis ?
Write a function that will return the number of days in a month (not using System.DateTime)?
What is the document that should be consulted to know about your project, the activities you do, your schedules and milestones?
can any body help me to know the procedure followed by programmer/developer inorder to develop a project. what are the steps, how he/she get the SRS,technical document??how does he submit his wotk to TL/PM/Business Analyst?? How does these documents review?? how the developer starts coding? how does he deploy his coding in server? in which server he will deploy?? what are the important document a developer should have??? Pls give me a real time scenario of development process, how it is going on in a company???? Thanks in advance
About current project architecture ?
How will gather requirements and where do you record. Is it in word / Excel or do you have any tool for that ?
Write the instr function.
What is your role in the current project and what kinds of responsibilities you are handling ?
8 Answers Infosys, Iron Mountain, Wipro,
Can any one please give me an effective format for designing a functional specification and technical specification sheet for a software developemnt related company asap...it would be highly useful for my final year project.
How do you write unit test cases ?
6 Answers College School Exams Tests, Microsoft,
Write a function that inserts an integer into a linked list in ascending order. Write the test cases for this function.