INTERVIEW QUESTIONS PART 2

MTW21. What is Software Configuration Management?
Ans. The process of identifying, Organizing and controlling changes to software development and maintenance.
(or)
A methodology to control and manage a software development project

MTW22. What is Testing Process / Life Cycle?
Ans. Write Test  Plan
Test Scenarios
Test Cases
Executing Test Cases
Test Results
Defect Reporting
Defect Tracking
Defect Closing
Test Release

MTW23. What is full form of CMMI?
Ans. Compatibility Maturity Model & Integration

MTW24. What is Code Walk Through?
Ans. Informal analysis of the program source code to find defects and verify coding techniques.

MTW25. What is Unit Level Testing?
Ans. Testing of single programs, modules or unit of code.

MTW26. What is Integration Level Testing?
Ans. Testing of related programs, Modules (or) Unit of code.
(or)
Partitions of the system ready for testing with other partitions of the system.

MTW27. What is System Level Testing?
Ans. Testing of entire computer system across all modules.  This kind of testing can include functional and structural testing.

MTW28.  What is Alpha Testing?
Ans. Testing of whole computer system before rolling out to the UAT.

MTW29. What is User Acceptance Testing  (UAT)?
Ans. Testing of computer system by client to verify if it adhered to the provided requirements.

MTW30.  What is Test Plan?
Ans. A document describing the scope, approach, resources, and schedule  of testing activities.  It identifies test items, features to be tested, testing tasks, who will do each task, and any risks requiring contingency planning.

MTW31. What is Test Scenario?
Ans. Identify all the possible areas to be tested (or) what to be tested.

MTW32. What is ECP (Equivalence Class Partition)?
Ans. It is method for deriving test cases.

What is Boundary Value Analysis and Equivalence Partitioning?

MTW33. What is a Defect?
Ans. Any flaw imperfection in a software work product.
(or)
Expected result is not matching with the application actual result.

MTW34. What is Severity?
Ans. It defines the important of defect with respect to functional point of view i.e. how critical is defect  with respective to the application.

MTW35. What is Priority?
Ans. It indicates the importance or urgency of fixing a defect

MTW36. What is Re-Testing?
Ans. Retesting the application to verify whether defects have been fixed or not.

MTW37. What is Regression Testing?
Ans. Verifying existing functional and non functional area after making changes to the part of the software or addition of new features.

MTW38. What is Recovery Testing?
Ans. Checking if the system is able to handle some unexpected unpredictable situations is called recovery testing.What is

MTW39.Globalization Testing?

Ans. Process of verifying software whether it can be run independent of its geographical and cultural environment. Checking if the application is having features of setting and changing language, date, format and currency if it is designed for global users.

MTW40. What is Localization Testing?
Ans. Verifying of globalized application for a particular locality of users, cultural and geographical conditions.

Leave a comment