ASML Interview Question

What is a race condition?

Interview Answer

Anonymous

Jan 12, 2011

Try: Rainy, dry, foggy. If they laugh, follow up with: Something that never happens with my code. If they don't laugh, try: A bug (usually unpredictable) that occurs when mulitple processes (or threads) try to access the same resouce without proper syncronization.

4