I was interviewed by two people. The interview started with 10 or so simple technical questions (what is a constructor/destructor, why are they used, what is a const variable, why would you pass variables by reference, what does this code print etc). They then asked me to write a Queue class on the whiteboard without using any standard library classes. The Queue should enlarge itself when adding a new element to the queue and reduce its size when reading an element. Nothing too difficult. Then they moved on to some problem solving questions.