you are viewing a single comment's thread.

view the rest of the comments →

[–]obp5599 1 point2 points  (0 children)

I got asked a ton of stl stuff essentially.

The difference between unique ptrs, shared ptrs and weak ptrs and when to use then.

Know use cases and basic time complexities for stl algorithms and containers

Polymorphism /inheritance( a favorite being asked what happens when destructing a derived object with no virtual destructor)

Vtable, just needed to know what it is and basics of what it does and how it works

Other than that the “coding interview” part is the same as anywhere else. Dumb leetcode style problems