Lionbridge Interview Question

What tools would you use to detect memory leaks in managed and unmanaged code?

Interview Answer

Anonymous

Nov 14, 2019

1. Use a 3rd party tool to detect application memory leaks. 2. Use Windows Event Viewer to monitor application status. 3. Read application log files to detect problems.