Morgan Stanley Interview Question

What happens if your code is processing a request and another event is generated such as someone presses a lift button?

Interview Answer

Anonymous

Sep 12, 2017

Basically the code was single threaded so I had to modify it to run non blocking concurrent operations.