Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
ISTQB logo

Certified Tester Advanced Level Technical Test Analyst

Domain 3Objective 6

Detecting Memory Leaks CTAL-TTA Practice Questions (Page 2)

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 6–10

  1. 6foundation · easy

    Which of the following is a common cause of memory leaks in a garbage-collected language such as Java or C#?

    Select an answer first
  2. 7application · medium

    A Java web application processes user uploads. After each upload, the application stores a reference to the uploaded file's byte array in a static cache that is never cleared. Over time, the application's heap usage grows steadily and eventually triggers OutOfMemoryError. Which type of memory leak cause is primarily demonstrated here?

    Select an answer first
  3. 8application · medium

    A .NET application exhibits gradually increasing memory usage. A test analyst wants to identify which objects are not being garbage collected. Which dynamic analysis technique is most appropriate?

    Select an answer first
  4. 9application · medium

    A test analyst is monitoring a Java application's garbage collection logs. The logs show that the heap usage keeps increasing after each full GC, and the old generation never shrinks. What does this indicate?

    Select an answer first
  5. 10application · medium

    A test analyst needs to compare static and dynamic analysis tools for memory leak detection. Which statement correctly contrasts these approaches?

    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.