Google | Software Engineer | Interview Experience
Interview Date: Not specified
Result: Not specified
Difficulty: Not specified
Interview Process
The interview started with a brief introduction about myself and my experiences. The interviewer then moved on to behavioral questions, asking about situations where I led a project and how I dealt with challenges. After the behavioral section, we moved to the coding part of the interview. I was asked to solve a problem that required me to implement a function to find the longest substring without repeating characters. I managed to explain my thought process clearly to the interviewer and implemented my solution in Python. Finally, I had the chance to ask questions about the team and the projects I might be working on. Overall, the interview went well and I felt positive about the experience.
Technical Questions
- Longest Substring Without Repeating Characters (Sliding Window, Hash Table)
Tips & Insights
Be prepared to explain your thought process during coding problems and to discuss your past experiences in detail during behavioral questions.