I applied through college or university. The process took 3 months. I interviewed at Autodesk (Novi, MI)
Interview
Process took a few months.
Met with engineer at school career fair. Got a phone interview where we talked about some general object oriented programming practices (can you explain class inheritance?) and some C++ specifics (talk about memory management in C++).
After the phone interview, they had me come in to the Novi office. Throughout a very pleasant day, I spoke with several engineers and other people on the Inventor team. Each person talked with me about a specific area. One portion was an Object Oriented Design session where we made the outline for the classes we would use in a program and the interviewer added new features as we went on to test how robust my solutions were. Another interview focused on more nitty-gritty C++ trivia and usage (how are smart pointers implemented, why is ++i faster than i++). Another section was your standard data structure interview, but unlike interviews with Microsoft, Amazon, etc. the interviewer was very pleasant and didn't unnecessarily add pressure to the interview. Another portion dealt with group processes, how I've worked with groups, workflows I've experienced, etc. They paid for lunch and I got a chance to talk with a couple of team members and ask them some questions.
Overall, the experience was pleasant. The hiring manager ended up saying that the team held me in high regard, but business necessities pushed them to cut the funding they would have needed for my position.
I applied through an employee referral. The process took 3 weeks. I interviewed at Autodesk (Singapur) in Jun 2013
Interview
I had 1 quick phone interview from the manager, followed by 2 technical interview (1 about design and 1 about general knowledge, algorithm), finally 1 interview with senior managers and then the offer
Interview questions [1]
Question 1
binary search, check if 2 strings are written using the same characters
I applied online. The process took 5 days. I interviewed at Autodesk in Apr 2015
Interview
Asked about my resume, why joining the team, longest code I've written in a project, what language/tools did I use doing that project, operating systems and text editors that i've used . And then some simple C++ questions and data structures, plus XML and web protocols which I didn't know much about. I managed to get an in person interview next week.
Interview questions [1]
Question 1
difference between array and linked list, define oop