Free ISTQB ATTA Exam Actual Questions

The questions for ATTA were last updated On Nov 20, 2024

Question No. 1

Which of the following is a valid way to calculate the cyclomatic complexity? 1 credit [K2]

Show Answer Hide Answer
Correct Answer: D

Question No. 2

It has been decided by management to ask an external consultant to perform a reliability assessment. The external consultant will use a checklist to support the assessment. Select TWO checklist items that are most likely to be part of a reliability checklist. 2 credits [K3]

Show Answer Hide Answer
Correct Answer: D, E

Question No. 3

Which TWO additional structure-based test design techniques could be used to dynamically test the code? 1 credit [K2]

Show Answer Hide Answer
Correct Answer: A, B

Question No. 4

Part 3 "Bonus Program"

When performing code reviews, which of the following defect types will be most difficult to find? 1 credit [K2]

Show Answer Hide Answer
Correct Answer: C

Question No. 5

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]

Show Answer Hide Answer
Correct Answer: A