Sample Csqe Exam
Sample Csqe Exam
html
4. Which of the following reviews are required in order to ensure proper tracking of software between phases of a project?
I. Product feasibility
II. Software requirements
III. Software design
IV. Acceptance test
a. I and II only
b. II and III only
c. I, II and III only
d. II, III, and IV only
5. A software firm has just signed a contract to deliver an inventory tracking/on-line transaction system for use by five hundred entry clerks in the
contract. The client has demanded a schedule of rigorous checkpoints but the requirements for the project are poorly defined. Which of the
following would be most suitable as a developmental model?
a. Spiral
b. Top-down
c. Rapid Prototyping
d. Waterfall
6. What happens to the relative cost of fixing software errors from the requirements phase through the test phase?
a. It decreases linearly.
b. It remains fairly constant.
c. It increases linearly.
d. It increases exponentially.
1 of 4 3/31/2008 4:07 PM
http://www.asq.org/certification/software-quality-engineer/studyguide.html
9. When a company evaluates its own performance, it is conducting what type of audit?
a. First-party
b. Second-party
c. Third-party
d. Extrinsic
10. When an audit team concludes a finding demonstrates a breakdown of the quality management system, the finding should be documented as
a. a minor non-conformance.
b. a major non-conformance.
c. a deficiency.
d. an observation.
12. A functional prototype of an interactive data modeling application has been built. Which of the following types of testing would be most appropriate
to conduct on the prototype?
a. Usability
b. Reliability
c. Stress
d. Regression
13. A data entry system consists of an input terminal and a host system. The 8-hour reliability of the terminal is 0.98 and the 8-hour reliability of the
host is 0.95. What is the 8-hour reliability of the system?
a. 0.931
b. 0.965
c. 0.980
d. 0.950
14. Based on the table below, which of the following represents the total number of defect escapes from the coding phase?
a. 5
b. 9
c. 12
d. 17
2 of 4 3/31/2008 4:07 PM
http://www.asq.org/certification/software-quality-engineer/studyguide.html
17. Which of the following is the cyclomatic complexity of the pseudo code below?
Psuedo code:
do while records remain
read record;
if record field # 1 = 0
then process record; store in buffer;
increment counter; else store in file.
reset counter; end if end do
a. 3
b. 4
c. 6
d. 11
18. Use cases and noun list are primarily associated with which of the following requirements and analysis methodologies?
a. Information engineering
b. Object-oriented analysis
c. Structured analysis
d. Functional analysis
19. According to IEEE standards, which of the following software libraries should be considered for configuration management purposes?
a. Production and test
b. Development and design
c. Production, development, and design
d. Production, development, and test
20. On the basis of the diagram below, which of the following is true?
21. The spikes in the following chart represent increases in software defects.
3 of 4 3/31/2008 4:07 PM
http://www.asq.org/certification/software-quality-engineer/studyguide.html
The initial high defect rate is most likely a result of which of the following?
I. Accelerated aging
II. New and changed code
III. New users
a. I only
b. II only
c. III only
d. II and III only
22. Which of the following is an effective method for making eye contact during a presentation?
a. Look at each audience member for an equal amount of time.
b. Scan all members of the audience without pausing.
c. Focus on individual audience members for a few seconds each or until facial expressions clue you to move on.
d. d. Utilize overheads instead of handouts in order to force audience members to look to the front of the room.
24. In searching for opportunities to reduce the overall development cycle time for a new project, a project manager should look at which of the
following activities first?
a. Integration testing
b. Coding
c. User interface testing
d. Requirements definition
ANSWERS
1. C 6. D 11. B 16. A 21. D
2. A 7. A 12. A 17. A 22. C
3. D 8. B 13. A 18. B 23. B
4. D 9. A 14. D 19. D 24. D
5. C 10. B 15. D 20. A
4 of 4 3/31/2008 4:07 PM