Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
ISTQB logo

Certified Tester AI Testing

Domain 6Objective 1

Hands-On Exercise: Implement a Simple Perceptron CT-AI Practice Questions (Page 3)

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 11–15

  1. 11application · medium

    A developer is implementing a perceptron with 3 inputs. The current weights are [0.2, -0.4, 0.6] and the bias is 0.1. The input vector is [1, 2, 3]. What is the weighted sum before applying the activation function?

    Select an answer first
  2. 12foundation · easy

    In the mathematical formulation of a simple perceptron, what is the role of the bias term?

    Select an answer first
  3. 13application · medium

    A QA engineer is implementing a perceptron to classify emails as spam (1) or not spam (0) based on two features: word count and number of links. The engineer initializes weights to 0 and bias to 0. The first training sample has features [3, 1], true label 1, and the activation function is a step function that outputs 1 if the weighted sum is greater than 0, otherwise 0. What is the predicted output for this first sample before any weight update?

    Select an answer first
  4. 14foundation · easy

    What is the purpose of the learning rate in the perceptron learning rule?

    Select an answer first
  5. 15expert · hard

    A test engineer is writing a test suite for a perceptron implementation. The test suite includes a test that feeds a single sample with features [1, 1] and true label 1, and asserts that the weights are updated. However, the test fails intermittently. What is the most likely reason?

    Select an answer first
Finished these 5 questions?

Review the revealed explanations, or continue through the curriculum.

No more pagesBack to CT-AI

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.