
Certified Tester Advanced Level Technical Test Analyst
Domain 3Objective 6
Detecting Memory Leaks CTAL-TTA Practice Questions (Page 3)
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 31 practice questions to prepare you well beyond it. (estimate)
31questions here
7free pages
7concepts
Questions 11–15
- 11
Which of the following is a best practice to prevent memory leaks in a language with manual memory management, such as C or C++?
Select an answer first - 12
What is the primary purpose of heap profiling in dynamic analysis for memory leak detection?
Select an answer first - 13
A team is using a static analysis tool to scan a C# codebase. The tool reports a potential memory leak where an event handler is attached to a static event but never removed. Why is this a concern?
Select an answer first - 14
A heap dump analysis of a Java application shows that a large number of java.util.HashMap$Node objects are retained. The dominator tree indicates they are all reachable from a single static field named CACHE in the class DataStore. What is the most likely source of the memory leak?
Select an answer first - 15
A team is developing a long-running service that frequently creates temporary objects. To prevent memory leaks, which coding practice is most effective?
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.