All 2:1 interviews, questions about resume, then they start with basic data structures questions, and move to more complex algorithm questions.
Basic questions about C++, classes, structs, pointers, copy constructors. Data structure questions, difference between structs (linked list vs tree vs array), then on string manipulations, tree traversals, recursive calls. Later to more complex problems involving optimizing time complexity, more pointers, and some brain teasers.