Amazon Interview Question

What is a deadlock and how can you avoid it?

Interview Answer

Anonymous

Aug 31, 2022

Deadlock occurs when two processes request for a resource that the other is holding. This results in an endless wait time.