Goldman Sachs interview question

How do multiple process access a flat file and make changes?

Interview Answer

Anonymous

Sep 18, 2015

This is the classical producer consumer problem where we can use a mutex lock or a monitor.