I applied through a staffing agency. The process took 1 week. I interviewed at Playtechtonics, inc. (Tel Aviv-Yafo) in June 2009
Interview
The HR person contacted me on the phone. we agreed I will call back the day after. I tried to call the next day, there was no answer and no voice mail. several times I tried to call the desk, they put me through to the HR person, but again no answer. finally after about a week, I managed to talk to her to set the date for the interview. I was interviewed by software development manager and a team leader. the atmosphere in the interview was ok.
Interview questions [3]
Question 1
given the method:
function foo( array accounts, int account, int amount)
{
if (accounts[account]>=amount)
accounts[account]-=amount
}
what does the method do?