최신 iSQI Foundation Level 2011 CTFL_Syll2011_D 무료샘플문제:
1. Which of the following correctly states a limitation in the use of static analysis tools? [K1]
A) Static analysis tools can be applied to new code but cannot be applied to existing code
B) Static analysis tools always generate large numbers of warning messages when applied to new code, even if the code meets coding standards
C) Static analysis tools can be used to enforce coding standards
D) Static analysis tools do not generate warning messages when applied to existing code
2. Which of the following are valid test objectives?
(i)Finding defects.
(ii)Gaining confidence about the level of quality and providing information.
(iii)Preventing defects.
(iv)Debugging the code.
A) i, ii and iii
B) i, ii and iv
C) i and iv
D) ii and iii
3. What is the value of static code analysis?
A) Detect deviations in standards by executing the source code
B) Detection of suspicious operations caused by deviations from regulations
C) Early defect detection
D) Detection of failures not easily found by other types of testing
4. When can functional and structural testing BOTH be applied?
A) System and Component test levels only
B) Component and Component integration test levels only
C) All 'Developement' test levels, i.e. those before Acceptance testing
D) All test levels
5. Which statement correctly describes debugging? [K2]
A) Developers identify, locate and correct defects, testers confirm the correction has cleared the original defect
B) Testers identify and locate defects, developers correct defects and confirm the correction has cleared the original defect
C) Testers identify defects, developers locate and correct defects, testers confirm the correction has cleared the original defect
D) Developers identify defects, testers locate defects, developers correct and confirm the correction has cleared the original defect
질문과 대답:
질문 # 1 정답: C | 질문 # 2 정답: A | 질문 # 3 정답: C | 질문 # 4 정답: D | 질문 # 5 정답: C |