Hi,
recently I had a job interview where I had to present self-written code and explain the programm architecture and design, had to take a look at company source code, explain what I understand of this source code sections presented (it was the domain model of an application) and had to modify the code to let the program work a little bit different. At least I had to solve a mathematical problem on a whiteboard - first with an iterative approach and then with a recursive approach. Besides the recursive one, from my feeling all went well. Complexity estimation was a question for the whiteboard solutions.
So far that was my toughest interview at all.
Now I am invited for a second technical test where they would like to give me 30 minutes to understand foreign source code and after that they will ask questions regarding the presented source code.
I would expect questions regarding to the code function, obvious problems and complexity estimation. But actually I am not sure how to prepare.
Is there anything I could have missed regarding to the question types? Any idea on how to prepare well for such tests?
Thanks in advance
cheers Michael