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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Interviewing Engineers for Diagnostic Skills

2 点作者 nalgeon大约 1 年前

1 comment

JoeAltmaier大约 1 年前
Great article, folks, read it if you have any interviewing responsibilities! IMO.<p>Interviews are recognized as hard. With my experience, somebody asks me about some silly simple code problem, I never know what level they&#x27;re going for. Is this in a server environment? IoT? Will it have uptime metrics? Is it business critical? Or just some utility.<p>The answer depends on all that. But no, usually they just want to know if I understand cooperative threads or something. Then I vector off - is blocking permitted, or do modifications occur in a driver or interrupt routine, other time-critical code? What is the threading situation? Hyperthreads? Multi-core? Different architectures e.g. DSP vs app processor? Power critical? Scheduling constraints?<p>No, they just want to see if I understand standard library locking mechanisms. No, I haven&#x27;t used them in years (I do IoT etc where lockless queues and zero-kernel-call mechanisms are important) but let me Google something!<p>If the interviewer even appreciates my questions, then we can have some kind of meeting of minds. Else, it&#x27;s a waste of time for both of us. We&#x27;re just too far apart, operating at different layers of the software layer cake.<p>So thanks for listening to my personal rant about interviewing. Like belly buttons, everybody has one.