
Certified Tester AI Testing
Domain 6Objective 1
Hands-On Exercise: Implement a Simple Perceptron CT-AI Practice Questions (Page 1)
Part of the Domain 6: ML - Neural Networks and Testing domain, which makes up ~2% of our current practice bank. ISTQB does not publish an official question count, but from its 60-minute exam (~25–40 total, ~1–1 in this domain), expect 1–1 from this objective — we provide 15 practice questions to prepare you well beyond it. (estimate)
15questions here
3free pages
4concepts
Questions 1–5
- 1
A team is training a perceptron on a linearly separable dataset. After training, the model correctly classifies all training samples. What can be concluded about the model's performance on unseen test data?
Select an answer first - 2
A QA team is testing a perceptron that classifies sensor readings as normal (0) or anomalous (1). The team wants to verify that the perceptron converges on a linearly separable dataset. Which test approach is most appropriate?
Select an answer first - 3
A data scientist is using a perceptron to classify images as containing a cat (1) or not (0) based on two features: average color intensity and number of edges. The training data is not linearly separable. What is the expected outcome of training the perceptron?
Select an answer first - 4
A developer is implementing a perceptron and notices that the weights are updated even when the prediction is correct. What is the most likely cause of this bug?
Select an answer first - 5
A developer is training a perceptron with learning rate η = 0.1. The current weights are [1.0, -0.5] and bias is 0.2. A training sample has features [2, 1] and true label 0. The perceptron predicts 1 (error = -1). What is the updated bias?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by ISTQB. “CT-AI” is a trademark of its owner, used for identification only.