1. Arrange the Delivary Management Phases order-Proposal,Formalization,Startup,Execution,Closure
2. TestCase Generation is a testing model(T)
3. Security Certification in CTS-BS7799
4. Business Understanding is a part of –proposal
5. Proactive is which type of maintenance model-Preventive/Adaptive/Perfective/Corrective
6. Comments improve the readability of poor code-False
7. Unit Test can done on the compiled code directly-T/F(assumption)
8. Non functional /Implicit Requirements are-Not important for the functionality but important to day-day activities
9. Integration Testing includes(Select 2)-Reliability,Performance,Usability,Business Functionality
10. Code Profiling is done in which phase –Coding
11. Methods of Automation-Capture Playback and DataDriven
12. Code Coverage is used to cover % of code covered in Unit Test-False/True
13. Security Level for bank is –High
14. Testing of SW ensures-Completeness,Correctness,Quality
15. Test plan contains Metrics-True
16. Rational Robot is used for generating VB Script-True
17. Application installation is a part of installation Testing –True
18. Tester/Reviewer can have access to which of the following areas-Test/Review ares
19. A project is Permanent and Unique
20. Code is given
Class note
{
Int a;
Double b;
Int c;
}
//Compute add
Void add()
{
C=a+b;
}
Ans-Variable unused
Method signature includes
Static is not used
Primitive data
(Don’t know the ans)
21.Post implementation process document covers-Management of overall support process,Service level agrenment with client ,release plan,contact details of desk and support team
22.Traceability matrix is created after-Analysis