1. The order in which test levels are performed is:
Correct : D. it depends on the nature of a project
2. System testing is a
Correct : A. black box testing
3. What is “V” Model?
Correct : C. sdlc model
4. Test cases are designed during which of the following stages?
Correct : D. test specification
5. The technique applied for usability testing is:
Correct : C. black box
6. Which of the following is not a Test Type?
Correct : C. statement testing
7. White-box testing can be started:
Correct : C. after programming
8. Beta Testing is done at:
Correct : B. user’s end
9. A program with high cyclometic complexity is likely to be:
Correct : D. difficult to test
10. Unit testing is done by:
Correct : B. developers
11. Alpha testing is:
Correct : D. pre-release testing by end user representatives at the developer’s site
12. CASE stands for
Correct : B. computer aided software engineering
13. Which of the following is a drawback of using CASE tool?
Correct : C. costs associated with the use of the tool
14. A client server computer program in which the client runs in a web browser is termed as
Correct : A. web application
15. Oldest paradigm for software engineering
Correct : D. waterfall model
16. Spiral model is
Correct : B. risk-driven model
17. Incremental process model phase in which modification of software product is done after
delivery to correct faults, to improve performance or other attributes is
Correct : A. maintenance framework
18. The intent of project metrics is:
Correct : D. minimization of development schedule and assessing project quality on ongoing basis
19. Architectural Design Metrics are ___________ in nature.
Correct : A. black box
20. The amount of time that the software is available for use is known as
Correct : A. reliability
21. In size oriented metrics, metrics are developed based on the ___________________
Correct : C. number of lines of code
22. Usability can be measured in terms of:
Correct : D. all of the mentioned
23. ------------cohesive gives the best software where as -------------coupling gives the best
software.
Correct : C. highly, loosely
24. CMM stands for
Correct : C. capability maturity model
25. The CMM model is a technique to
Correct : B. improve the software process.
26. Which of the following approaches are used to achieve reliable systems?
Correct : D. all of the mentioned
27. All fault-tolerant techniques rely on
Correct : D. none of the mentioned
28. Exception handling is a type of
Correct : A. forward error recovery mechanism
29. Which of the following Error Detection checks is not a part of Application detection?
Correct : A. hardware checks
30. Which of the following is not a phase of “bathtub curve” of hardware reliability?
Correct : D. time
31. How is software reliability defined?
Correct : A. time
32. How is reliability and failure intensity related to each other?
Correct : B. inverse relation
33. What is risk?
Correct : A. negative consequence that could occur
34. When can customer says that the quality of the product is too good?
Correct : D. software fulfills expectations of customer
35. It defines how a system prevents or responds to bugs, errors, faults, or failures.
Correct : B. fault tolerance
36. The problem that threatens the success of a project but which has not yet happened is called
as __________
Correct : C. risk
37. Bug is the same name of _______.
Correct : A. error
38. Which of the followings is NOT a White Box Technique?
Correct : D. none of the above
39. Bugs can enter software in any of _____ stages.
Correct : D. 4
40. The number of occurrences of bugs is ____________ proportional to the experience of the
software developer.
Correct : A. inversely
41. Techniques of software debugging are
Correct : D. all of the above
42. Hardware tools for debugging include:
Correct : A. ice
43. File storage is_______, but reconstructing lost data is expensive or impossible.
Correct : A. cheap
44. Design issues for a user interface include:
Correct : D. all of the above
45. Which one of the following is a real time operating system?