You are on page 1of 1

33. Different types of software development ?

Some of the commonly used software development types are :

 Waterfall model
 V model
 Agile model
 spiral model etc

34. Explain Waterfall model?

It's a sequential process wherein the process flow is as mentioned below :

 Project planning, Requirement gathering and Analysis,


 Software design and Implementation
 Testing and Deployment
 Maintenance

35. Explain V model?

Its a model wherein the process of development and testing proceeds at same phase like verification
at development phase and validation at testing phase.

36. Explain Agile model?

Agile model is typically a incremental model, wherein rapid cycles of developmental release of
modules at smaller duration for better coverage of requirement.

37. Explain Spiral model?


It's a combination of waterfall and prototype model of software development.
38. Explain Scrum?

It's a agile methodology wherein the emphasis is on feedback, self management and short iterations
of development and product testing.

39. List the Scrum roles?

Product Owner, Team and Scrum Master.

40. Types of Integration Testing?

Bottom up and Top down approach

41. Explain Bottom Up approach

An approach where the testing proceeds from sub modules to main module, if the main module is
not yet available then we use DRIVER to simulate main module.

You might also like