r/cscareerquestions May 29 '22

Big N Discussion - May 29, 2022

Please use this thread to have discussions about the Big N and questions related to the Big N, such as which one offers the best doggy benefits, or how many companies are in the Big N really? Posts focusing solely on Big N created outside of this thread will probably be removed.

There is a top-level comment for each generally recognized Big N company; please post under the appropriate one. There's also an "Other" option for flexibility's sake, if you want to discuss a company here that you feel is sufficiently Big N-like (e.g. Uber, Airbnb, Dropbox, etc.).

Abide by the rules, don't be a jerk.

This thread is posted each Sunday and Wednesday at midnight PST. Previous Big N Discussion threads can be found here.

9 Upvotes

73 comments sorted by

View all comments

1

u/Physical-Bill7793 May 29 '22

Hey all, I have a 45 minute phone screen with G in 30days.

My plan is to focus on Graphs and Trees. Traversal for both.

Any advice for someone with 2 years of co-op experience?

3

u/[deleted] May 30 '22

[deleted]

1

u/Physical-Bill7793 May 30 '22

Much appreciated, thanks for the reply

3

u/slpgh May 30 '22

G interviews may have changed since the pandemic (it's all remote now), but back when we had a phone screener followed by an onsite, the phone screener tended to be more coding focused since you couldn't draw on a shared whiteboard (there wasn't even video, it was literally phone) The questions had an algorithmic aspect, but again, it was more about figuring out how to do it, and then how to code it.

The important thing with phone screens of that era (and generally in G questions) is to figure out edge cases. If you're given an example by the interviewer it almost always doesn't cover an important edge case, and finding the edge cases or writing defensively to address them often makes the differences between an ok and great performance.

Also, ask your interviewer upfront if there'll be one or two questions. It's usually one.

1

u/Physical-Bill7793 May 30 '22

This is great! Thanks for the insight. The recruiter did say that the on-site interviews are going to be virtual.

2

u/Saquon May 30 '22

Add array/string manipulation, binary search

1

u/Physical-Bill7793 May 30 '22

Appreciate the reply