Attended two telephone interviews using collabedit. Both are very code focused. interviewers were good. they worked with you get the correct answer in case if you have difficulty. In both cases, it was easy to write a solution. What they are looking for is a best solution in Order of complexity.
Interview questions [1]
Question 1
1. implement integer divide operation using multiply
2. implement Queue enqueue/dequeue using a stack.
I applied online. The process took 2 weeks. I interviewed at X
Interview
I had 2 phone interviews aimed at testing my technical knowledge.
The first one was quite simple, given an API I had to build an interface with jQuery.
The second interview was more tricky. It consisted of basic algorithm questions, such as implementing string conversion without the use of native functions.
Interview questions [1]
Question 1
I was asked to perform strings processing in JavaScript in a memory friendly manner. This was quite confusing because we don't usually check memory in JS, and until recently there were no easy way to do so.
Then I was asked several questions related to the big O notation of algorithms such as sorting functions.