I applied online. The process took 1 day. I interviewed at IBM (Dublin, Dublin) in Jul 2011
Interview
I applied on the website. After that I received an email from the manager talking about the interest of the company in me and we make an appointment for a phone interview. Finally, I was interviewed by three different people, asking about my CV, my technical knowledge, interests, etc. In the last interview they made a hiring proposal. The people looked so professional and kind. I think that my CV was interesting for them because it was a really fast process. After the interviewed took 1 week to start talking to HR department in order to get a contract.
I applied online. The process took 2 weeks. I interviewed at IBM (Tel Aviv) in Apr 2011
Interview
1st Q:
Write a C function that reverses a single-linked list.
2nd Q:
Write a C function that compresses a C string from a sequence of characters to a sequence of characters & the # of consecutive times they appear. For instance, Compress("aabcccdd") = "a2b1c3d2".
3rd Q:
Describe an algorithm that enable a host to store its state on a storage system & recover from it.
Interview questions [1]
Question 1
Write a C function that reverses a single-linked list