Panda Guru LogoPanda
Guru

Google | Software Engineer | India | Nov 2024 [Offer]

Round 1 (First Interview)

Questions:

Candidate's Approach
  • Started with a brute-force approach for the first problem and explained the time and space complexity.
  • Optimized the solution using the Sweep Line Technique.
  • For the follow-up question, explained the brute-force approach and then optimized it using binary search and the sweep line technique.
  • For the last follow-up, proposed an approach involving sorting and binary search.
Interviewer's Feedback

No feedback provided.


Round 2 (Second Interview)

Questions:

Candidate's Approach
  • Solved the problem using a map data structure and a single loop.
  • Proposed a solution using stack and map data structures for the follow-up problem involving multiple parentheses.
Interviewer's Feedback

No feedback provided.


Round 3 (Third Interview)

Questions:

Candidate's Approach
  • Started with observations about the grid and explained the approach to solve the problem.
  • Implemented a BFS from the island to count reachable regions and explained the time and space complexity.
Interviewer's Feedback

No feedback provided.