what are the different phases in delivering the project during
development and maintenance?



what are the different phases in delivering the project during development and maintenance?..

Answer / Mukesh Chandra Pandey

The following are the common phases in project delivery:

1. Conceptualization/Planning Phase: This phase involves identifying the need for a project, setting goals, defining objectives, conducting feasibility studies, and creating a preliminary project plan.

2. Design Phase: In this phase, detailed design specifications are created based on the results of the conceptualization phase. This includes system architecture, database design, UI/UX design, etc.

3. Development Phase: During this phase, the actual implementation of the project takes place. This is where software or hardware is built according to the design specifications.

4. Testing Phase: After development, the project is tested for bugs and other issues to ensure it functions as expected.

5. Deployment/Implementation Phase: Once testing is complete, the project is deployed or implemented in the production environment.

6. Maintenance Phase: This phase involves maintaining and updating the project to keep it functioning optimally.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Related AllOther Interview Questions

Which interceptor is responsible for setting action javabean properties?

1 Answers  


What is cdi bean in java?

1 Answers  


What are the authentication modes in asp.net? : java security

1 Answers  


differences between iterator and spliterator in java se 8?

1 Answers  


there are 67 seats in train . there are only 5 seats in a row and in last row there are only 2 seats. One person can reseve only 5 seat at a time. If person reserving seat , the care is atken that he may get all in row. if seats are not available in row then the arrangement is so that person group get nearby seats. the following class is given public class seat { char name; int seat; boolean isSeatempty } 1.Draw require class digram and object diagram. 2.Write function seatallot(int noofperson) to allocate seat with seat nuber printed for the each name.

1 Answers   Sapient,


What is csrf in java?

1 Answers  


Is jvm a compiler or an interpreter?

1 Answers  


What if the main method is declared as private?

1 Answers  


Do I need jdk or jre?

1 Answers  


I am new to jsf rich faces. I am using rich faces datatable rich:datatable. On entering the value, values get filtered in table. Now how can i get the value i selected in backing bean?

1 Answers   Hexaware, IBM,


Name primitive java types.

1 Answers  


What is data encapsulation?

1 Answers  


Categories