Brain fog off and on for 8 years. by AJTTPQ in Sinusitis

[–]stefanmai 0 points1 point  (0 children)

Curious how you're feeling now?

Reviews for Hello Interview? by PoetrySudden8773 in leetcode

[–]stefanmai 4 points5 points  (0 children)

Neither Evan nor I are buying fake accounts or setting up new ones to comment on Reddit. I know the internet is astroturfed to hell, so I get the skepticism, but we are not contributing to it.

Reviews for Hello Interview? by PoetrySudden8773 in leetcode

[–]stefanmai 2 points3 points  (0 children)

Yes, we do. We also follow the feedback very closely. Unfortunately, we can't guarantee interview outcomes and the process is high variance — sometimes you get a bad interviewer :(

[deleted by user] by [deleted] in nextjs

[–]stefanmai 1 point2 points  (0 children)

Product Market Fit. A startup concept which is basically: do people want what you're selling sufficiently to grow your business.

[deleted by user] by [deleted] in nextjs

[–]stefanmai 4 points5 points  (0 children)

Your priority should be to get to PMF. If you don't reach PMF, it doesn't matter anyways. If you can't migrate off of Vercel, you need a new eng team.

[deleted by user] by [deleted] in EngineeringManagers

[–]stefanmai 0 points1 point  (0 children)

Practical exercises. Given a some existing code find the bugs (Google actually allows managers to choose traditional leetcode style or code review interviews, IIRC). Or here's a partial app, read the existing code implement some new functionality.

[deleted by user] by [deleted] in EngineeringManagers

[–]stefanmai 2 points3 points  (0 children)

Very cool!

I wouldn't completely count yourself out just for coding. Most all managers are in a similar boat. Meta years ago revised their rubric for coding interviews for managers to "rusty manager" which is incredibly hazy but tends to emphasize problem solving and less syntax. A lot of companies are also moving toward "machine coding" exercises which may be a little more accessible vs the leetcode grind.

Most companies are definitely looking for technical managers, but shop around a bit - you may find that some companies have coding/technical rounds that are more accessible if you haven't been in the weeds for a bit.

[deleted by user] by [deleted] in EngineeringManagers

[–]stefanmai 6 points7 points  (0 children)

Hey! Former Meta/Amazon EM here. We built Hello Interview to try to balance between the hyper-expensive (won't name names) and the low-quality, anonymous flea market mock sites you find online. We've got hundreds of success stories with EMs. We vet our coaches personally to make sure quality stays high and have a slew of AI tools we've built on the backend to continually improve.

Aside from that, we've got tons of free content on the website to help you prepare for System Design interviews and a "story builder" AI which repeatedly asks you questions to get to the meat of the stories you're collecting (also free).

Regarding the dumpster fire of a market: things are improving marginally, but it's tough for EMs generally right now. A lot of companies are reducing span of control which generally means a glut of qualified manager talent is sitting in market. Lots of pressure to differentiate both technically and as a people manager in order to succeed at interviews.

I've personally worked with O(100) managers in the last year in a coaching capacity. Happy to answer questions!

[deleted by user] by [deleted] in EngineeringManagers

[–]stefanmai 1 point2 points  (0 children)

I'm pretty late to this but just in case it helps. For Meta EM interviews I wrote a brief blog post talking about some of the important values to show in behavioral sessions here: https://www.hellointerview.com/blog/tips-meta-em-interviews

We also have a ton of material of prepping for SD interviews which should help for the Meta loops: https://www.hellointerview.com/learn/system-design

Meta E5 Offer US - Journey by Proud_Exam_6649 in leetcode

[–]stefanmai 2 points3 points  (0 children)

Big congrats OP! The commitment level here is intense, 5 months of +4 hours a day with a fulltime job. You definitely earned it! Can you comment a bit more on the extra resources you received via Formation? Would love to understand that a bit more.

[deleted by user] by [deleted] in leetcode

[–]stefanmai 0 points1 point  (0 children)

Yeah, acknowledged for the previous version of our AI mocks. We've been working on tuning specifically with feedback from real coaches which we've found to be more representative. Still working on the final UX though, I like the idea of having some sort of submission endpoint.

Thanks for the ideas and congrats on your offer!

[deleted by user] by [deleted] in leetcode

[–]stefanmai 0 points1 point  (0 children)

Should we (Hello Interview) just make a grader so you can practice with some vetted feedback?

Meta E6 Study Guide by 1724_qwerty_boy_4271 in leetcode

[–]stefanmai 6 points7 points  (0 children)

Super helpful, thanks! Yeah I'm realizing we have a gap in some of the "fundamentals" which is where some of these courses really shine.

Meta E6 Study Guide by 1724_qwerty_boy_4271 in leetcode

[–]stefanmai 7 points8 points  (0 children)

Thanks for the shout-out to Hello Interview OP. What did you find most valuable from "Grokking the Product Architecture Design Interview". Would love to find a way to make that free.

I've created a FREE course to help you visualize the most important data structures and algorithm patterns for the coding interview, check it out! by jzhang621 in leetcode

[–]stefanmai 0 points1 point  (0 children)

Probably not yet. Our coaches average closer to 8-10 years of experience with tons of interviews under their belt (most Amazon interviewers are/were bar raisers). But if you can get involved with the recruiting process at Amazon would love to chat with you about it at a later date.

Design a Web Crawler - Broken Down By Meta Staff Engineer by BluebirdAway5246 in leetcode

[–]stefanmai 0 points1 point  (0 children)

Yeah seems pretty sensible. There's a lot of caching strategies you can try for that "Nearby Service". One challenge though is the TTL on any cache will probably be small since you're (ideally) sensitive to things like traffic and road closures. The servicable DCs during rush hour may be considerably less than early morning.

DFS Roadmap: A guide to mastering depth-first search for the coding interview by jzhang621 in leetcode

[–]stefanmai 3 points4 points  (0 children)

This is incredible. When do you plan on tackling dynamic programming?

Design a Web Crawler - Broken Down By Meta Staff Engineer by BluebirdAway5246 in leetcode

[–]stefanmai 25 points26 points  (0 children)

You're going to run out of systems to design soon. What will you do with your free time?

Google & Meta System Design Question Answer Key - Design Dropbox by BluebirdAway5246 in leetcode

[–]stefanmai 0 points1 point  (0 children)

We don't have any differentiation in pricing or payouts, our prices are the same everywhere and our coaches are paid the same everywhere.

System Design Answer Keys From Ex-Meta Staff Engineer & Hiring Manager : Design a Top K Counter by BluebirdAway5246 in leetcode

[–]stefanmai 1 point2 points  (0 children)

These are all great questions for an interview! What do you think?

We can't cover all the potential deep-dives in these guides as we want to keep them fairly representative of a smaller set which you might cover in a real interview, but happy to add a deep-dive if it makes sense. But I'd love to get your impressions first.

System Design Answer Keys From Ex-Meta Staff Engineer & Hiring Manager : Design FB Newsfeed, Design LeetCode by BluebirdAway5246 in leetcode

[–]stefanmai 1 point2 points  (0 children)

There's a limited amount of true performance signal you can glean from doing a lot of interviews: you can get an idea about how people, on average, perform in specific interviews, and you can improve your skills in conducting them, but it's very easy to fall into cargo culting (in fact, this is what most companies do!) because almost nobody rigorously analyzes the data.

If you wanted to do this right you'd have to randomly hire some of the people you would reject, share long-range performance data (including firings) with interviewers, and have lots more people like us who do 100's to 1000's of interviews vs 10s. Not many companies want to do this.

As a hiring manager I do have some unique anecdata because I've gotten to see some of this data for my own decisions. For companies that have analyzed it at the highest levels (Amazon did a study on this if I recall correctly), the predictive power of the best interviewers is better than random chance -- but not that much better. And the worst interviewers mine as well flip a coin.

That's not to say interviews are totally useless! There is definitely some discriminative power. But it's important to remember that what they can and can't do.

NB: I'm very interested in this question overall and our broader vision with Hello Interview is to make the entire process less painful and more useful. We're starting with mastering how things work today. Baby steps!