최신 ISQI Certifications CTAL-TTA_001 무료샘플문제:
1. Which of the following is the best example of a reliability failure for the application? 1 credit
[K2]
Number of correct answers: 1
A) Excessive memory consumption
B) Random application termination
C) Failure to encrypt data
D) Slow response time
2. If you are flying with an economy ticket, there is a possibility that you may get upgraded to business class, especially if you hold a gold card in the airline's frequent flier program. If you don't hold a gold card, there is a possibility that you will get 'bumped' off the flight if it is full and you check in late. This is shown in the figure hereafter. Note that each box (i.e. statement) has been numbered.
Three tests have been run: Test 1: Gold card holder who gets upgraded to business class Test 2: Non-gold card holder who stays in economy Test 3: A person who is bumped from the flight
What is the statement coverage of these three tests?2 credits [K4]
Number of correct answers: 1
A) 60%
B) 70%
C) 90%
D) 80%
3. A developer has spent three days looking at a system that crashes now and then. The problem was caused by two coding faults:
i. A variable was being used but had not been defined; ii.There was a 'goto' statement to an undefined label
1 credit [K2]
Number of correct answers: 1
A) Static analysis tool
B) Test execution tool
C) Code coverage tool
D) Dynamic analysis tool
4. How many test cases would be needed to achieve 100% decision coverage? 1 credit [K2]
Number of correct answers: 1
A) 1
B) 4
C) 3
D) 2
5. Which of the following is an example of testing as part of the software design phase? 1 credit [K2]
Number of correct answers: 1
A) A test log showing code coverage achieved
B) An architect translating requirements into design
C) A design review meeting
D) Performing unit tests against design
질문과 대답:
질문 # 1 정답: B | 질문 # 2 정답: D | 질문 # 3 정답: A | 질문 # 4 정답: A | 질문 # 5 정답: C |