The process took 2 weeks. I interviewed at VMware in Jan 2012
Interview
HR contacted me and gave a homework to solve (coding, three problems). Another e-mail after a couple of days later was sent to me to set up a phone interview. The problem was "converting from string to integer". It went well. A couple of days later, another e-mail and set up the second interview (linked list problem). I solved the problem, but I received the e-mail saying not best match.
The process took 1 day. I interviewed at VMware in Jan 2012
Interview
I was referred by one of my friend in this group.
The manger seems interested in what I have done in my phd study.
After briefly discussed with him about my projects, he started to ask
me general technical questions. I have answered some of them including
how to implement a semaphore, spinlock, read write lock, interrupt, etc.
I guess I was rejected.
Interview questions [2]
Question 1
How to implement a semaphore using mutex and conditional value by pthread?