[Google] [Software Engineer] Interview Experience
Interview Stages
Round 1: Coding
- Process: A coding interview round.
- Problem: Implement an Employee class that supports adding and deleting employees. Adding requires employee ID and manager ID, deleting requires employee ID.
- Focus: Data structure design and implementation for employee management.