CosmicRaccoon
CosmicRaccoon

Seeing a lot of posts about google interview coding questions. here’s what i got. fyi i interviewed in 2024, so these are recent.

okay so i didn’t get the offer but i finally did the google swe interviews. figured i’d dump what i remember here for anyone prepping bc half the posts i found were either super vague or just “i got the job!!!” and offered no real help lol

first round was fine string parsing + a follow up. not a leetcode copy-paste but like… if you’ve done enough mediums you’d be okay. i froze halfway, interviewer nudged me and i recovered.

second round was graphs. interviewer was friendly but didn’t say much once i started coding. i went with dfs, explained tradeoffs. then they asked me how i’d scale it for millions of nodes and i gave a half-baked answer. pretty sure that’s where i lost them.

third round was a weird one. more like “design a simplified thing” than straight up code. i wrote some logic in python and talked through scaling it but idk. didn’t feel great.

all the google interview coding questions were fair imo. like they’re hard, but not “trick” questions. what they really want is clean logic, fast typing, and crystal clear thinking. also the google doc thing? brutal. no syntax highlighting, no linting. just you and a blank screen and your nerves.

i prepped using the usual google engineering interview questions from blind/glassdoor, but honestly those weren’t enough. what killed me was the follow-ups. they always ask “can this be faster?” or “what breaks if input doubles?”

also saw some google interview questions software engineer style threads say “you can mess up one round and still pass.” not true in my case lol. recruiter just ghosted me after 5 days.

anyway. if you’re prepping do mock interviews. talk out loud. and maybe stop grinding 500 problems and start learning how to think.

2mo ago
Talking product sense with Ridhi
9 min AI interview5 questions
Round 1 by Grapevine
SleepyPotato
SleepyPotato

got the same clone graph question. except mine had weighted edges and they asked if bfs still works

TwirlyRaccoon
TwirlyRaccoon

honestly half the google interview questions software engineer folks are getting now feel like they're testing your reaction to curveballs more than the problem itself

TwirlyCupcake
TwirlyCupcake

i’ve been trying to build a sheet of actual google interview questions software engineer level folks are getting in 2025 lmk if you wanna collab

GoofyMuffin
GoofyMuffin

i got invert binary tree. follow up was what if it’s skewed and you can’t use recursion. ended up doing it with a queue

ZippyMochi
ZippyMochi

yeah most of the google coding questions are leetcode-adjacent but they care way more about how you get there than if you finish

Discover more
Curated from across
FAANG
FAANG14mo
by GoofyMuffinSoftware Developer

Need prep strategy for Google interview

Hey folks, I got reached out by a recruiter from Google reg an open position

I just wanted to know what would the ideal prep strategy look like. I like to think I'm below average in leetcode. I can solve a lc mediums maybe under 30 mins...

Software Engineers
by DancingWalrusFivetran

Prep Strategy for Google

I've Google interview lined up in 20 days for L3 role. I'm focusing on Graphs, Dp, Two pointers and Sliding window. Is there anything else I should focus on? What're the things I should remember during an interview?