Start here. This is the direct spoken answer to practice first.
Why this question matters
LOH pressure is often caused by normal product features at larger scale: exports, uploads, reports, or large JSON payloads. This question checks whether the answer can move from runtime concept to endpoint behavior.
I would look for large allocations tied to specific endpoints or jobs. Large byte arrays, strings, serialized payloads, and large lists are common causes. I would check metrics around heap size, LOH size if available, GC pauses, request size, and concurrency. Then I would inspect code paths that buffer full files or responses and consider streaming, paging, chunking, or moving heavy work to a background job.