I applied through college or university. I interviewed at Cloudify (Israel)
Interview
I had 2 technical interviews. At the first one, I had to code a program in Python that was supposed to connect a server and a client in TCP protocol and uses threads. At the second one I was asked a question: How to determine if one word is a permutation of the other one in O(n)?
Interview questions [1]
Question 1
Figure out if one word is a permutation of another one in O(n).