Implement a Unique Pointer and Vector
Company: Chicago
Role: Software Engineer
Category: Software Engineering Fundamentals
Difficulty: medium
Interview Round: Technical Screen
Quick Answer: This question evaluates understanding of C++ resource management, RAII, ownership and object lifetime semantics, move versus copy semantics, exception safety, and contiguous dynamic storage management by requiring implementations of a move-only owning pointer and a growable vector.