Live data from Hacker News

Show HN: Onsites.fyi - Curated Big Tech Interview Experiences

onsites.fyi

21–30 of 136 posts

Re: Show HN: Onsites.fyi - Curated Big Tech Interview Experiences

#21
post #11

Do note that these interview slates will vary depending on level of candidate experience. At Google, we generally do not ask system design interviews of new grads / entry-level candidates. It's pretty rare for mid-level candidates (L4), and expected for senior and up (L5+). Also, there are situations where candidates may have an extra interview added to their slate. One common reason for this: the hiring committee do…

> One common reason for this: the hiring committee doesn't have enough signal because the interviewers don't coordinate appropriately, and end up asking heavily overlapping questions (e.g. 3 questions that basically reduce to "use DFS").

I'm curious - how much up-front coordination is mandated? Plenty of the interview loops I've done agree in advance to the exact set of questions we'll ask during an onsite specifically to avoid problems like this (which of course causes other problems...)

Re: Show HN: Onsites.fyi - Curated Big Tech Interview Experiences

#22
post #11

Do note that these interview slates will vary depending on level of candidate experience. At Google, we generally do not ask system design interviews of new grads / entry-level candidates. It's pretty rare for mid-level candidates (L4), and expected for senior and up (L5+). Also, there are situations where candidates may have an extra interview added to their slate. One common reason for this: the hiring committee do…

Nice, make your problem the interviewee's problem and waste more of everyone's time.

Re: Show HN: Onsites.fyi - Curated Big Tech Interview Experiences

#23
How many of these companies actually conduct in-person "onsites" anymore? I would guess most of these are still remote — granted, I haven't done the interview circuit in a couple years now. It would be cool to have some kind of indicator for which companies are doing in-person and which ones remote.

Re: Show HN: Onsites.fyi - Curated Big Tech Interview Experiences

#24
post #11

Do note that these interview slates will vary depending on level of candidate experience. At Google, we generally do not ask system design interviews of new grads / entry-level candidates. It's pretty rare for mid-level candidates (L4), and expected for senior and up (L5+). Also, there are situations where candidates may have an extra interview added to their slate. One common reason for this: the hiring committee do…

The Google interview has degraded in the last few years. When I interviewed 6 years ago as a fresh grad they flew me out to Seattle. Now I don’t believe you can go in person even if you want to on your own dime - at least not for the level I interviewed at when I got in a couple years ago (this was after Google’s supposed return-to-office).

Re: Show HN: Onsites.fyi - Curated Big Tech Interview Experiences

#25
post #11

Do note that these interview slates will vary depending on level of candidate experience. At Google, we generally do not ask system design interviews of new grads / entry-level candidates. It's pretty rare for mid-level candidates (L4), and expected for senior and up (L5+). Also, there are situations where candidates may have an extra interview added to their slate. One common reason for this: the hiring committee do…

The Google interview has degraded in the last few years. When I interviewed 6 years ago as a fresh grad they flew me out to Seattle. Now I don’t believe you can go in person even if you want to on your own dime - at least not for the level I interviewed at when I got in a couple years ago (this was after Google’s supposed return-to-office).

Does a couple years ago = early 2021 during the pandemic?

Re: Show HN: Onsites.fyi - Curated Big Tech Interview Experiences

#26
Horrible. I’ve been doing software engineering for 12+ years and I’ve never had to pass leetcode questions. I have worked for 5 companies in total, and I think I have been in around 15-20 tech interviews in total as well. The interviews I passed didn’t ask me leetcode questions (I had to do take home assignments and system design). In my last interview they finally stop asking coding questions (staff position). No Faang companies, but tier 2 I’d say. Western Europe.

Re: Show HN: Onsites.fyi - Curated Big Tech Interview Experiences

#27
post #22
post #11

Do note that these interview slates will vary depending on level of candidate experience. At Google, we generally do not ask system design interviews of new grads / entry-level candidates. It's pretty rare for mid-level candidates (L4), and expected for senior and up (L5+). Also, there are situations where candidates may have an extra interview added to their slate. One common reason for this: the hiring committee do…

Nice, make your problem the interviewee's problem and waste more of everyone's time.

The arrogance of these companies makes me never want to work there. I did go through the Apple process once though and it was pretty much as described.

Re: Show HN: Onsites.fyi - Curated Big Tech Interview Experiences

#28
post #26

Horrible. I’ve been doing software engineering for 12+ years and I’ve never had to pass leetcode questions. I have worked for 5 companies in total, and I think I have been in around 15-20 tech interviews in total as well. The interviews I passed didn’t ask me leetcode questions (I had to do take home assignments and system design). In my last interview they finally stop asking coding questions (staff position). No Fa…

[deleted]

Re: Show HN: Onsites.fyi - Curated Big Tech Interview Experiences

#29
post #26

Horrible. I’ve been doing software engineering for 12+ years and I’ve never had to pass leetcode questions. I have worked for 5 companies in total, and I think I have been in around 15-20 tech interviews in total as well. The interviews I passed didn’t ask me leetcode questions (I had to do take home assignments and system design). In my last interview they finally stop asking coding questions (staff position). No Fa…

[deleted]

Re: Show HN: Onsites.fyi - Curated Big Tech Interview Experiences

#30
post #26

Horrible. I’ve been doing software engineering for 12+ years and I’ve never had to pass leetcode questions. I have worked for 5 companies in total, and I think I have been in around 15-20 tech interviews in total as well. The interviews I passed didn’t ask me leetcode questions (I had to do take home assignments and system design). In my last interview they finally stop asking coding questions (staff position). No Fa…

To expand.

I guess it depends on the company, as well. I have no idea what engineers at faang do. I can tell you what I have been doing the last decade:

- decide what kind of db we should use for our next product. Usually a relational one is good enough, although sometimes document or graph ones are needed

- DDD. Or at least I try. Our engineers are able to understand the business and relate terms of the problem domain with ones in the solution domain

- identify race conditions. Phantom reads? Those suck, but I keep them out of my codebases

- maintenance of public APIs. From authN, to authZ, and keeping backwards compatibility as much as possible

- observability, monitoring, slas, slos, slis

- debugging distributed systems and distributed monoliths

- splitting monoliths into microservices because “why not”, and later regret and start with monoliths again for fresh products

- decoupling services by using tools like kafka and debezium

- mentoring and couching

- helping PMs, POs and business people to build products on time

- a large etc

You know what I have never done? Invert a binary tree. I have read the Cormen book; it’s just that if the company I’m going to work on is all about the things I have mentioned above, then asking leetcode questions is a red flag.

Post reply on HN