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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Why do big companies ask unrealistic software engineering interview questions?

41 点作者 tomaszs超过 1 年前

21 条评论

neonate超过 1 年前
<a href="https:&#x2F;&#x2F;archive.md&#x2F;Xk2F4" rel="nofollow">https:&#x2F;&#x2F;archive.md&#x2F;Xk2F4</a>
rco8786超过 1 年前
As always, it&#x27;s an imperfect proxy. Nothing more, nothing less. But nobody has found a more reliable proxy yet.
评论 #39012423 未加载
your_friend超过 1 年前
That&#x27;s the thing I was struggling with, I can solve many of problems for the avg company – but I don&#x27;t know how to solve a leetcode problem. I bet there aren&#x27;t as many companies solving the complex problems on a scale.<p>But if we look from the perspective of the company – maybe it&#x27;s just an filter to get someone very dedicated and nerdy about programming. Less churn, less questions.
评论 #39012364 未加载
评论 #39012352 未加载
评论 #39012343 未加载
评论 #39012369 未加载
评论 #39012493 未加载
评论 #39012340 未加载
评论 #39012363 未加载
epolanski超过 1 年前
For the same reason companies use agile or OKRs without ever bothering to do any analysis&#x2F;thinking on the effects.
RcouF1uZ4gsC超过 1 年前
Same reason the NFL combine has athletes do the bench press and the 40 yard dash. They aren’t going to do a bench press in an NFL game. Neither are they going to a straight 40 yard dash.<p>However, those activities tend to reveal information about their abilities that are useful in an actual game.<p>Similarly, while you may not be doing those coding problems in day to day development, those coding problems can (ideally) reveal information about your knowledge and abilities in hat does apply to daily coding.
cturner超过 1 年前
Could not read the whole article but get the gist. Time was that I would have agreed. But I have changed position.<p>Candidates: you need to appreciate how difficult it is to hire good people, the dishonesty of many candidates, and how limited the tools are for identifying talent and filtering out weasels. It is true: party trick Big O questions have low utility in most jobs. It is true: there is talent out there which sucks at Big-O questions. It is true: there are people who are good at little else than the party tricks. Nevertheless: those questions provide an objective judgement about a candidate. That objective judgement is valuable.<p>You spent several years doing a degree to make yourself employment-compatible. You will be able to achieve this standard in far less time, and there are cash rewards at the end of it. Accept that you will need to burn 1-2 months to develop this capability, and that you will feel awesome once you have.<p>Get &#x2F;Cracking the Coding Interview&#x2F;. I was not impressed by the object-oriented design chapter, but seek to master the other first-11 chapters. Take what you need from the remaining chapters. Develop a set of flashcards. Find problems online. Work intensively for at least two weeks but ideally a month. Then book some interviews at firms where you don&#x27;t mind if you fail. Some of the FAANGs have awesome pre-interview study material. Try to get into process with a firm like that. Keep training on your flashcards and doing a few problems a day to keep in form. Expect to struggle with early interviews. Learn from those experiences. Revise what you made a mess of, keep working with your flashcards until you have mastered your weak areas. Now start applying at the firms where you want to succeed.
评论 #39013891 未加载
评论 #39012852 未加载
mike_hearn超过 1 年前
If you&#x27;d like an article giving an explanation for this that doesn&#x27;t require upgrading to a paid Medium subscription, try this one I wrote a few years ago:<p><a href="https:&#x2F;&#x2F;blog.plan99.net&#x2F;in-defence-of-the-technical-interview-966f54a58927" rel="nofollow">https:&#x2F;&#x2F;blog.plan99.net&#x2F;in-defence-of-the-technical-intervie...</a><p>It is, natch, hosted on Medium, so you will see a banner, but unlike this paywalled article it&#x27;s dismissable. Just click the X to make it go away and then you can read the whole thing for free.<p>The summary is that many interviewers ask &quot;unrealistic&quot; algorithmic questions because:<p>1. They fit in the short amount of time available.<p>2. They get people writing programs that cover all the basic features of the language.<p>3. They don&#x27;t ask people to do excessive amounts of work (e.g. takehome assignments)<p>4. They wash out people who lack basic skills you&#x27;d expect programmers to have, like actually starting a new project and being able to compile&#x2F;run it in their self-chosen editor.<p>5. They are general and don&#x27;t tend to require knowledge of specific frameworks or even specific languages.<p>The questions are unrealistic because they&#x27;re designed to be fast ways to extract information in an interview setting, not to actually be an accurate sample of the daily work (which in the time available may only cover a fraction of the skills required of a working programmer).
评论 #39012487 未加载
评论 #39012471 未加载
valval超过 1 年前
For largely the same reasons why graduating from top schools is given more credit than any old college, even if the level of teaching is similar. Getting in takes determination, intelligence, and discipline. Same with getting good at Leetcode.
评论 #39012284 未加载
评论 #39012401 未加载
can3p超过 1 年前
The answer is usually self selection and calibration at scale. Self selection is about people looking like minded colleagues. If everybody is crazy about solving riddles and participates in programming competitions that&#x27;s what they would be looking for.<p>Now, about the scale. Anything run at scale needs standardisation. You need to hire 100 senior developers. How do you know they have more or less same level? If every single interview is hand crafted, you&#x27;ll either need to get all devs envolved (and not everybody is good at coming up with interview questions) or get standard questions and answers to allow a smaller group of people to deal with candidates and coding puzzles fit great there because they&#x27;re slef contained and isolated. Every realistic question has multiple facets and that&#x27;s what you get at the system design interview step.<p>Another problem I&#x27;ve observed was that the more you give the same puzzles to candidates, the easier they look to you. What the means is that you as an interviewer either need to keep your self in check regarding your reactions or you&#x27;re risking giving a bad interview score in situations where it&#x27;s not really warranted or there is a chance that the next question you take will be the one you find more complex (to be equal to position level in your head) and that would push the level of questions up. That&#x27;s another observation I had when some interview questions would become so complex that I knew some of the existing devs would fail the interview for sure.<p>Does that give good results on the other end? I don&#x27;t know, but what we definitely know is that there is the whole industry around leetcode to train peeople to pass these challenges specifically and that means that they only thing the interviewer know is that the candidate has put some effort to prepare for the interview meaning they&#x27;re motivated to join the company. And maybe it&#x27;s not the worst data point! Some companies actually explicitly mention this fact on their hiring pages.<p>To add to it, big corps have different ways to make interviews objective in whatever sense they think and that by definition reduces the personal impact. &quot;Why did you ask this question? We&#x27;ve never done it before, we&#x27;ll need to have a group call to calibrate&quot;. After a handful conversations like this you&#x27;ll just stick to the standard process.<p>Is there a way to come up with a more human approach? Personal recommendations with some skin in the game I guess. I&#x27;m sure in some niche areas like browser engines all good devs know each other well and no interview is often necessary.
woliveirajr超过 1 年前
More or less the same reason why psychologists use the Rorschach test [0]<p>Sometimes they are not worried about the specific answer, they&#x27;re trying to find out your (software engineer) unconscious mind reveals during the process.<p>[0] <a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Rorschach_test" rel="nofollow">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Rorschach_test</a>
评论 #39012456 未加载
ochronus超过 1 年前
Because they have a different problem compared to smaller ones: a huge influx of applicants, and this is an easy way to filter and standardize process across a loooot of interviewers. Is it perfect? Hell no. Does it result in false positives&#x2F;negatives? Sure. Is it OK for them, considering the volume? Yup.
annabyrd超过 1 年前
These tests and questions are often in place so people feel they can manage the risk&#x2F;uncertainty of hiring. Some studies show that previous performance is the key indicator of future performance. Interviewing and testing in the hiring process are negligible at best.
dave333超过 1 年前
I&#x27;d far rather be subjected to 15 bizarre questions than be subjected to 5 rounds of interviews with everyone. Some questions you will get right and a few you may have heard before. Add a little luck and you have a job.
nunoonun超过 1 年前
Isn&#x27;t all about proving that the candidate &quot;took the time to study all our questions&quot;? It&#x27;s about showing that your company is better because people take 6 months studying to apply there!<p>I thought this was a well known.
farnulfo超过 1 年前
The expert : seven perpendicular red lines <a href="https:&#x2F;&#x2F;youtu.be&#x2F;BKorP55Aqvg?si=dzXY9hRaVkoU3p7z" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;BKorP55Aqvg?si=dzXY9hRaVkoU3p7z</a>
prakhar897超过 1 年前
&quot;Create an account to read the full story.&quot;<p>No Thanks.
pydry超过 1 年前
Cargoogle culting
评论 #39018758 未加载
huqedato超过 1 年前
Don&#x27;t publish anymore on Medium, people!
评论 #39012375 未加载
评论 #39012345 未加载
评论 #39012334 未加载
评论 #39012542 未加载
commandersaki超过 1 年前
Couldn&#x27;t read the article due to pay&#x2F;registration wall.<p>If this is about screening potential software engineers with programming questions during an interview, hasn&#x27;t this always been a thing even before Google popularised it?<p>I started my career after the dot-com era but it was in Systems Administration, so I didn&#x27;t get to experience any programming style interviews until I changed careers and attempted an interview in 2008 with Google.<p>But hasn&#x27;t this been the standard modus operandi for big tech companies like Microsoft, Sun, Oracle, IBM, etc. even in the 90s? I recall reading this [1] article from Casey Muratori about programming questions for a Software Engineering intern at Microsoft.<p>I&#x27;m not against this style of interviewing, but I do also think that some questions can be absurd or unnecessarily tricky. I&#x27;ve had my fair share of programming interview questions, and I found my solve rate to be around 3&#x2F;7 for my last interview with Google back in 2015. Some of the questions posed were really tricky, and I just don&#x27;t have the ability to solve in a timely manner without properly experimenting with the problem. From my impression and perspective, interviewers would sometimes choose questions with high coolness&#x2F;leetness factor instead of choosing something more practical for a 30-50 minute session.<p>[1]: <a href="https:&#x2F;&#x2F;www.computerenhance.com&#x2F;p&#x2F;the-four-programming-questions-from" rel="nofollow">https:&#x2F;&#x2F;www.computerenhance.com&#x2F;p&#x2F;the-four-programming-quest...</a>
_aaed超过 1 年前
Can&#x27;t view all the text without signing in to Medium. Even after trying to sign in with Google, I&#x27;m repeatedly taken back to the home page. Does anyone have an archive link?
评论 #39012377 未加载
hipadev23超过 1 年前
I couldn’t read the entire article due to Medium, but this author sounds like the kind of guy who’d invent a jump to conclusions mat