I applied online. The process took 4 months. I interviewed at Moovweb (San Francisco, CA) in Sept 2013
Interview
I submitted my application to Moovweb on-line. I first heard back from them a few months later. First I spoke with someone from HR on the phone. Then I had a Skype interview with the tech manager. This involved some standard interview questions, and a Javascript question where I shared my screen.
I came in to Moovweb twice for in-person interviews. One of the team leaders was on vacation during my first interview, and they wanted me to meet her before making a decision. Questions were a mix of standard interview questions and technical questions. There were some logic problems, some coding problems (write a function that does X in whatever language you prefer), and some HTML/CSS/Javascript problems. Most of it was written on the white board. One of the HTML/CSS/Javascript problems was on CodePen on a laptop provided to me.
Interview questions [1]
Question 1
A frog is jumping across a river using stones. He can skip up to one stone at a time, or step on all the stones. He needs to step on the first and last stone. Write a function that determines the number of paths the frog can take for the number of stones in the river.