1 hour interview. Asked to implement a linked list type data structure without STL. Questions on latest C++ features like inline functions, triple operators. No DSA questions. Overall good experience. Conceptual questions.
Interview questions [1]
Question 1
Implement linked list of stacks without using STL.
Write example of an inline function.