What are various life cycle model in S/W development ?
Answers were Sorted based on User's Feedback
Answer / naveen verma
1. Waterfall
2. RUP (Iterative)
3. eXtreame Programming (Agile)
4. some others like Sprial, V-Shape etc.
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / priyanka vyas
1.waterefall model
2.prototyping model
3.iterative enhancement model
4.RAD model
5.spiral model
6.component based devlopment model(cbd model)
7.time boxing model e.t.c
Is This Answer Correct ? | 11 Yes | 1 No |
Answer / megha
WaterFall Model
1. BigBang Waterfall 2. Phased waterfall model
Incremental Model
1. Spiral 2. Iterative
Eveluationary Model
1. Spiral 2 RAD
Also V-model
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / jim
waterefall model
2.prototyping model
3.iterative enhancement model
4.RAD model
5.spiral model
6.component based devlopment model(cbd model)
7.time boxing model e.t.c
8.MVC Model
Is This Answer Correct ? | 4 Yes | 4 No |
Answer / vishwkarma
linear sequential model
prototyping model
v-model
spiral model
RAD model
waterfall model
phase life cyle model
Is This Answer Correct ? | 1 Yes | 1 No |
Explain dll hell?
How do you ensure that your project plan is available for others to see? Where will you find the plans of other projects executed (in the past or currently) in the center?
Given a MAKEFILE (yeah a makefile), design the data structure that a parser would create and then write code that iterates over that data structure executing commands if needed.
How do you estimate the effort for your project? Where is the estimation procedure documented?
How do you track the technical activities in your project? How is the status of the project communicated to the team?
Q1. A. How can we determine performance standards? B. Write note on chaining views. Q2. A. Discuss the working with task in Gantt chart view. B. Explain the creation project schedule. Q3. A. What is understand in resource tracking? B. Write short notes on Caturing Baseline. Q4. A. How to customize workgroup message? B. How to use hyperlink? Q5. A. Explain the installation of project server? B. Discuss the working with to-do lists. Q6. A. Explain the working of templates? B. What is visual basic? C. Write shortnotes on user forms.
Did you used crystal reports? Do you have sufficient knowledge on crystal reports?
How do you know that a particular individual is the project leader (or) how do you know that you are the Project Leader?
What are the different phases in Software life cycle
Write a function that will return the number of days in a month (not using System.DateTime)?
Write the InStr function. Write the test cases for this function?
Write a function that inserts an integer into a linked list in ascending order. Write the test cases for this function.