Certified Tester Advanced Level Agile Technical Tester

Here you have the best ISTQB CTAL-ATT practice exam questions

  • You have 39 total questions to study from
  • Each page has 5 questions, making a total of 8 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on December 17, 2025
  • This site is not affiliated with or endorsed by ISTQB.
Question 1 of 39
You are a reviewing the following Java function that determines whether a number, input by the user, is Even or Odd:
Exam CTAL-ATT: Question 1 - Image 1
You are guided by the following checklist:
All variables must start with a Capital letter.
All output messages must start with a Capital letter.
There must be a comment line explaining the purpose of the class.
How many checklist items have been fulfilled?
Correct Answer: B

Question 2 of 39
Which requirements engineering technique would BEST identify how different groups of users may interact with a system, helping to identify gaps and inconsistencies in a user story?
Correct Answer: C

Question 3 of 39
You are an experienced tester on an Agile team that is producing a new application. The product backlog has been refined sufficiently to begin development for the first release.
This stories in the backlog contain a mixture of functional and non-functional requirements, as well as some technical stories that will provide elements of the application’s infrastructure.
The developers have decided to use TDD as a development approach but automation of the acceptance tests is not yet planned.
You have been asked to recommend whether or not the team should take an ATDD approach as well as TDD. What would be the BEST recommendation in these circumstances?
Correct Answer: C

Question 4 of 39
You need to implement a Java class that validates a password entry field. The validation criteria states that the password must:
1. be a minimum of 8 characters.
2. contain at least one special character.
You are focusing on validation criterion 1 and have written a test class that checks that a 7 character password entry will fail validation.
You have written code designed to make this test class pass, however, on first execution of the test class it has failed.
What should you do next?
Correct Answer: C

Question 5 of 39
You are defining the test approach for an Agile project that is developing a system that will control traffic lights at busy road junctions based on input from sensors that measure traffic density and flow rates on the roads leading to the junctions. It is a safety-critical application but, because of the skill and experience of the project team, a risk assessment has determined that its risk level is low.
Which option in the table below represents the BEST test approach for this release?
Key to symbols:
++ (highly recommended)
+ (recommended)
o (neutral / optional)
- (not recommended)
-- (not to be used)
Exam CTAL-ATT: Question 5 - Image 1
Correct Answer: A