Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
ISTQB logo

Certified Tester Advanced Level Technical Test Analyst

Domain 3Objective 3

Data Flow Analysis CTAL-TTA Practice Questions (Page 4)

Part of the Domain 3: Static and Dynamic Analysis domain, which makes up ~21% of our current practice bank. ISTQB does not publish an official question count, but from its 120-minute exam (~50–80 total, ~11–17 in this domain), expect 1–2 from this objective — we provide 32 practice questions to prepare you well beyond it. (estimate)

32questions here
7free pages
10concepts

Questions 16–20

  1. 16application · medium

    A static analysis tool reports a 'dead store' for the variable `temp` in the following code snippet: `temp = compute(); temp = computeAgain(); return temp;`. What does this report indicate?

    Select an answer first
  2. 17application · medium

    A test analyst is using a dynamic data flow analysis tool that instruments the code and logs every definition and use of variables. After running a test suite, the tool reports that a variable `status` is used without being defined on a specific path. What does this indicate?

    Select an answer first
  3. 18foundation · easy

    What does the 'all-defs' data flow coverage criterion require?

    Select an answer first
  4. 19application · medium

    A developer is reviewing a C# method that calculates a discount. The code declares `decimal discountRate;` and then later uses `discountRate` in a calculation, but the variable is never assigned a value before that use. The developer runs a static analysis tool on the code. Which data flow anomaly will the tool most likely report?

    Select an answer first
  5. 20foundation · easy

    Which data flow coverage criterion is the strongest (requires the most test cases)?

    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. “CTAL-TTA” is a trademark of its owner, used for identification only.