Google Interview Experience

Recently I had third round google interview for 2026 hiring

I was asked a DSA problem
There are x and y bottles placed in a row we need to split them between two boxes with some condition

I used a sliding window technique to solve that
The interviewer was satisfied with my approach and implementation.

After this, I had some g·g·liness questions and then a general discussion for ~30 minutes after the interview

Does anyone know what typically happens after this round? Is it followed by another interview or somthin else?

rnd 1 exp : https://leetcode.com/discuss/post/7101066/google-interview-experience-trie-questio-6d7r/
rnd 2 exp : https://leetcode.com/discuss/post/7102706/google-interview-experience-median-range-bdso/

Comments (3)