I applied through college or university. The process took 2 days. I interviewed at Cisco in Sep 2014
Interview
I was asked a technical question on Machine Learning during the recruiting at a Career Fair straight away while reviewing my Resume. The question was on the possibility of separating houses for a Realtor into various clusters. I answered the question by proposing a Decision Tree (ID3 Algorithm) or a Linear Separator, depending on the number of features that the test data had.
I then was offered a phone interview, where I was a standard question regarding Data Structures and Algorithms. (Can't spit out the details, sorry).
Interview questions [1]
Question 1
The question regarding the Data Structures was difficult because at best I could get a run-time of O(kn), or O(nlog(n)), but that wasn't close enough to O(n), which is what they wanted.
They care about your skills, rather than your background. They have a template which they provide and you got to fill that, everyone is provided a unique number. You are instructed not to disclose any of your personal details in the due course of your interview.
The interview process was two rounds. The first round was a behavioral interview. Straightforward questions, like tell me about the most technically challenging project you have worked on. The second round was a system design interview.
3 technical rounds of 35-45 mins each for a 5 years experience JS fullstack.
1. Project currently working on + design patterns employed and resume based questions in details to check the depth.
2. System design interview - asked me to mention an approach to design a microservice for retail client. Followed up by questions on why I've chosen a particular tech stack and questions on how to tackle certain situations in real word on such services (inventory + payments etc).
3. DS based test - question was bit easy.