Software Development Process Models and Testing

Covers software development lifecycle (SDLC) phases, process models including RAD and concurrent development, testing methodologies like regression and stress testing, and prototyping techniques.

12 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What does the deliverables of the construction phase include?

  1. All the artifacts (Beta release version)
  2. All the artifacts (Final version)
  3. Plan for the elaboration phase
  4. Completed manual
  5. Initial version of the domain model
Question 2 Multiple Choice (Single Answer)

Which of the following is the process of planning a system that has interacting objects for solving software problems?

  1. Object oriented design
  2. Object oriented analysis
  3. Structured analysis
  4. Structured design
  5. Object
Question 3 Multiple Choice (Single Answer)

Which of the following test suits contains tests that focus on software components that have been changed?

  1. Beta test
  2. Regression testing
  3. Prevention oriented
  4. Condition testing
  5. Data flow testing
Question 4 Multiple Choice (Single Answer)

Which of the following is an incremental software development process model that emphasizes on extremely short development cycle?

  1. Waterfall model
  2. Data modeling
  3. Rapid application development model
  4. Process modeling
  5. Iterative development model
Question 5 Multiple Choice (Single Answer)

Which of the following can be represented schematically as a series of major technical activities, tasks and their associated states?

  1. Spiral model
  2. Iterative development model
  3. Concurrent development model
  4. Linear sequential model
  5. Business modeling
Question 6 Multiple Choice (Single Answer)

Which of the following test suits contains test cases that may cause excessive hunting for disk resident data are created?

  1. Stress testing
  2. Beta test
  3. Security testing
  4. White box testing
  5. Debugging oriented
Question 7 Multiple Choice (Single Answer)

Which of the following models is evolutionary in nature, demanding an iterative approach to the creation software?

  1. Spiral model
  2. Iterative development model
  3. Linear sequential model
  4. Business modeling
  5. Component based development model
Question 8 Multiple Choice (Single Answer)

Which of the following is used to inform the user and demonstrate the proof of a concept?

  1. Prototype review
  2. Domain prototype
  3. Analysis prototype
  4. Vertical prototype
  5. Use case
Question 9 Multiple Choice (Single Answer)

In which of the following phases do we need to ensure that the requirements are met to satisfy the stakeholders?

  1. Inception phase
  2. Elaboration phase
  3. Transition phase
  4. Structured analysis
  5. Object
Question 10 Multiple Choice (Single Answer)

Which of the following is a simulation of the interface but contains no functionality?

  1. Vertical prototype
  2. Prototype review
  3. Horizontal prototype
  4. Use case
  5. Scenarios
Question 11 Multiple Choice (Single Answer)

In which of the following do we move the product from the architectural baseline to a system that is complete enough to transfer the product to the user community?

  1. Construction phase
  2. Elaboration phase
  3. Structured design
  4. Interface
  5. Inception phase
Question 12 Multiple Choice (Single Answer)

Which of the following takes into account only the input and output of a software, regardless of the internal code of the program?

  1. White box testing
  2. Black box testing
  3. Conditional testing
  4. Beta test
  5. Evaluation oriented