TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Good interview preparation (for Meta and others)

2 点作者 bindd大约 1 年前
I need advice on how to prepare.<p>I&#x27;m seeing a lot of interview prep questions now have tricks, in that, if you know the trick, the problem dissolves down to being trivial to solve. This is interfering with me not being able to prepare&#x2F;feel good about interviewing as I feel I&#x27;ll just `know` the questions&#x27; answers or I won&#x27;t. It doesn&#x27;t feel good.<p>Do you have any advice? I am a software engineer, been one for over a decade and this is making me lose motivation to the point that I can&#x27;t study!

1 comment

tmoertel大约 1 年前
While some interview problems rely on knowing a trick (and I would argue that these are poorly chosen problems that reveal little about candidates except whether they know the trick), most problems can be solved with a good understanding of computer science and engineering fundamentals. It requires practice, however, to learn how to break a problem into its components, come up with solutions for the components, and then weave them into an overall solution.<p>Like you, I&#x27;d been in the industry for more than a decade. Solving interview problems is very different from professional work. So, you&#x27;ll probably need to practice your interview-problem-solving skills. I know I did.<p>What I did was put a whiteboard on my wall and solved problems on it. I solved the problems blind, drawing them randomly from a book (<i>Elements of Programming Interviews</i> was my primary source). I video recorded myself and reviewed the recordings to help me refine my spoken thought stream and to learn to avoid stumbles and long stretches of silence. I then practiced in this way for a month, on and off, until I became good at it.<p>Best of luck!