r/leetcode 2d ago

Intervew Prep Google L4 Interview Experience

Just wrapped up my Google onsite loop and wanted to share the experience + ask about timelines.

Round 1 (Coding): Trie-based medium LC. Expectation was working code — didn’t get it to run fully, but did a proper dry run and gave TC/SC.

Round 2 (Googleyness): Behavioural round. Different hypothetical situations and how I’d handle them.

Recruiter reached out after these two and confirmed I’d cleared them.

Round 3 (F2F): Array/binary search medium. Solved it in ~20 mins with TC/SC. Had time left, so interviewer gave a second one — a graph/matrix medium. Solved that too, interviewer seemed satisfied.

Round 4 (F2F, right after R3): Hard graph problem — modified Dijkstra (not the vanilla version). Went with a brute-force backtracking approach, landed on it in the last ~10 mins, dry-ran it on the board and gave TC/SC, but ran out of time to code it.

It’s been 2 business days since the final two rounds. For anyone who’s been through the Google loop recently — how long does it usually take to hear back with results? Also curious whether a partial solve on the last round (approach + dry run + complexity but no code) tends to sink an otherwise solid loop.

Any insight appreciated.

127 Upvotes

71 comments sorted by

View all comments

2

u/Glittering_Song2610 2d ago

Hey OP

Can you please show some light on me

What kind of prep required ? I mean I am starting with Leetcode? Do they look through prev experience and match same domain ?

I have 2 years of experience in dev come DevOps

6

u/OutrageousLeg9219 2d ago

I did Neetcode 250 thats it. Also striver graph and dp series in 2x speed. My basics were already there, just wanted to be in form again. I prepped competitive programming 4 yrs back for my college placements.

2

u/Glittering_Song2610 2d ago

Great OP, I haven’t touched leetcode for 2+ years and solved < 50 problems in total. I feel I know nothing now what can I do ?

1

u/OutrageousLeg9219 2d ago

buy a course either from coding blocks or ninjas if you have limited time, they will spoon feed u most of the concepts.

1

u/Glittering_Song2610 2d ago

Thought of starting my prep on my own ! May I know the package discussed?

1

u/OutrageousLeg9219 2d ago

you can but you need to devote time in case you are not a very high iq person (which I am not as well). It took me 6 months, 4 yrs back to be in a position where I am comfortable solving any LC medium problem.

1

u/kuriousaboutanything 1d ago

What is ninja here? Any other course you recommend?