employer cover photo
employer logo
employer logo

Check Point Software Technologies

Engaged employer

Check Point Software Technologies interview question

Describe an algorithm for memory allocation (similar to malloc) for a system with limited memory. Allocation size is always constant (X number of bytes).

Interview Answer

Anonymous

22 Jun 2023

Using a linked list of allocations (nodes are free blocks).