I applied online. The process took 1 week. I interviewed at Indeed in Nov 2016
Interview
At first, the interviewer introduced his team and let me introduce myself. Then we worked on a coding problem in codepair. At last, he asked me to ask him questions.
I applied through college or university. I interviewed at Indeed (Seattle, WA) in Apr 2017
Interview
phone interview, nice interviewee. we work together to solve this problem. And the whole process is pretty smooth. And I could tell that people work there are great. I get the onsite offer after this interview.
I applied online. I interviewed at Indeed (Austin, TX) in Jul 2017
Interview
A recruiter reached out to me via Indeed Prime to set up an initial phone call. After discussing the opportunity with him, we set up a technical phone interview.
Following the positive feedback from that we set up an onsite. The onsite was longer than what I have seen in other tech companies. It lasted from 9 am to 4:30 pm. There was an hour lunch break in the middle. All interviews had a primary interviewer and a shadow. 4/5 were technical in nature while the last one was a discussion with an engineering director and HR.
Interview itself wasn't very difficult. I would say Leetcode easy/medium should be good enough prep.
Interview questions [5]
Question 1
Phone Interview: How to collect data frequency and retrieve the top k elements with max frequency.
Onsite Interview #2: Given a compound word and a dictionary you have to return the words in the dictionary that add up to form the given compound word. e.g. target word = "leetcode" and dict = ["leet", "let", "code", "cod"]