Tech IndustryApr 1, 2019
CiscoABGslayer

Google SWE Onsite

I have my onsite in 2 weeks. For those who did onsites at Google recently, were you asked about graphs and DP? If so, was Leetcode enough? I’ve watched some of Tushar Roy’s videos so far and wanted to see if there were any other good resources out there. TC: 150k

Flagged by the community.
Oracle vertDeFerk Apr 1, 2019

You will want to be VERY knowledgeable about graphs. Dp...not so much. ...but it’s fair game.

Cisco ABGslayer OP Apr 1, 2019

Thanks!

Apple 🏃‍♂️boy Apr 1, 2019

Yes for graphs. No for DP I loved Skiena for graphs. Totally recommend.

Cisco ABGslayer OP Apr 1, 2019

Cool, thanks for the help!

Google MasterCodr Apr 1, 2019

Good luck, Op! Don't forget to breathe and smile.

Cisco ABGslayer OP Apr 1, 2019

Trust me, I won’t forget :)

Microsoft cholical Apr 1, 2019

I had a dp question

Cisco ABGslayer OP Apr 1, 2019

Was Leetcode good enough for practice? Did you use any other resources?

Microsoft cholical Apr 1, 2019

Yes mostly, the dp question was the one where you're given a dictionary of words and then you have to determine whether a string can be fully split into valid words without overlap. The followup was to change the implementation of the dictionary to a trie so the program uses less memory. I also got a heuristics/game theory question that is similar to a hard question on leetcode but I don't remember the exact name.

IBM fgsfhjcs Apr 1, 2019

I had a graph question as well. No dp !

Cisco ABGslayer OP Apr 1, 2019

Was Leetcode good enough for practice? Did you use any other resources?

IBM fgsfhjcs Apr 1, 2019

Yeah. Leetcode was good. And I had a group where we took each other's mock interviews. That seemed helpful.

Clever Devices nzbU08 Apr 1, 2019

I also had a graph question and no DP.

Cisco ABGslayer OP Apr 1, 2019

Was Leetcode good enough for practice? Did you use any other resources?

Clever Devices nzbU08 Apr 1, 2019

Yea I did a bunch of the google-tagged leetcode questions. That was like 90% of my prep. I did a bit of CTCI and EPI but it was pretty negligible.

Google aiqqu Apr 1, 2019

I had mostly DP questions so I would say be prepared for anything. Well prepared. Good luck!

Cisco ABGslayer OP Apr 1, 2019

Alright, I’ll put some more time into DP then. Thanks!

Qualcomm dynasty001 Apr 1, 2019

OP. After youve done google tagged questions , i would suggest going over leetcode discuss tab and search for google there. Best of luck! Let us know how it goes

Cisco ABGslayer OP Apr 1, 2019

Yeah I’ve been going through the discuss section and looked at what other people got asked. Thanks!!

Qualcomm dynasty001 Apr 1, 2019

Quick Question : are you an ABG slayer? Assuming abg means asian baby girl haha.!

Intuit TellerUlam Apr 1, 2019

Two rounds of graphs, no dp

Amazon npYz41 Apr 1, 2019

Jus bfs, dfs or anything more complicated?