I applied online. The process took 2 days. I interviewed at MathWorks in Feb 2015
Interview
They first asked me some questions about my experience on the phone. Later, they set up a phone interview and asked all technical questions from programming. Almost all questions are related to object oriented programming.
Interview questions [1]
Question 1
1) Difference between virtual and pure virtual functions?
2) What can we do to increase the efficiency of the code and eliminate warnings when compiling?
3) How can the high level code be changed to machine level code?
4) What is the static variable equivalent in MATLAB?
5) What are 6 special member functions in a class?
6) What is data alignment?
7) What are the differences between stack, heap and a register? How to store a value in a register?