Software Engineering Interview Question and Answers

6. What is verification and validation?
 
  • Verification refers to the set of activities that ensure that software correctly implements a specific function.
  • Validation refers to the set of activities that ensure that the software that has been built is traceable to customer requirements.
7. What is debugging?
  Debugging is the process that results in the removal of error. It occurs as a consequence of successful testing.
8. Define cyclomatic complexity?
  Cyclomatic complexity is a software metric that provides a quantitative measuer of the logical complexity of a program.
9. What is error tracking?
  Error tracking is an activity that provides a means for assessing the status of a current project.
10. What are case tools?
 
  • Computer Aided Software Engineering - CASE tools assist software engineering managers and practitioners in evey activity associated with the software process.
  • They automate project management activities manage all work products produced throughout the process and assist the engineers in their analysis, design, coding and test work.
12345678910

Page 2 of 10