I applied online. The process took 3 months. I interviewed at Indeed in Jul 2015
Interview
after initial phone screening have to complete online test. After that there were 4 Skype interviews(2 interview on one day and 2 on next day). After that there were 5 rounds of onsite interviews. They took 3 months to complete this process. Every time I was trying to schedule an interview on earliest possible date on their schedule, but I they were delaying process. And after completing onsite interview they told me result after 3 weeks.
Interview questions [1]
Question 1
standard data structure questions and question related to position
I applied online. The process took 5 days. I interviewed at Indeed (Austin, TX) in Sep 2015
Interview
Was contacted directly by them after uploading my resume on their website. The first phone call was just a quick phone screening, followed by a second phone call with an engineer in which you use a screen sharing website/IDE to answer a technical question, then modify the question and ask to make improvements and give its time and space complexities. The response is pretty quick (2-3 days) before they asked me to come for an on-site interview. The on-site consisted of 3 whiteboard questions, a programming section, and a non-technical interview spanning the entire work day.
Interview questions [1]
Question 1
Given two points on a directed acyclic graph determine their least common ancestor, give it's time complexity, and describe any improvements you could make (if possible).
I applied through college or university. The process took 3 days. I interviewed at Indeed (Austin, TX) in Sep 2015
Interview
On Campus interview, was pretty casual and the question wasn't too difficult to deal with. Sadly, I guess I took too long while working out the problem, or doing too much chicken-scratch code, and ended up not getting the call back, oh well. Really, it was an enjoyable interview process, just disappointed I didn't end up getting second round.
Interview questions [1]
Question 1
You're given an array of integers sorted ( [1,2,3,5,6,7]) you need to serialize and compress this array into a string (1-3, 5-7)