Google | Software Engineer | Coding and Behavioral Interview
Timeline: 2026(Jan - Mar) • Fulltime • NewGrad •
Waiting for result
Interview Process:
- First round was a phone interview which included behavior questions and coding problems to solve on a shared editor.
- The interview lasted approximately 20 minutes. The interviewer was friendly and professional.
Coding Questions Asked:
- First question involved a standard two-pointer technique problem.
- The second question was an implementation question which required basic understanding of data structures.
Behavioral Questions:
- Why do you want to work at Google?
- Describe a challenging project you have worked on.
- How do you handle conflicts in a team setting?
Overall Impression:
The interview helped me assess the role and team dynamics better.
Interview Questions
Two-pointer Technique Problem
Given a sorted array, find pairs that sum up to a specific target.
Difficulty: Easy | Reference: LC-1 | Tags: Two Pointers
Data Structure Implementation
Implement a queue using stacks, demonstrating the operations of insert and delete.
Difficulty: Easy | Reference: LC-232 | Tags: Stack