Ask HN:如何设计有效的技术电话面试?

1作者: dsauerbrun9 个月前
我将很快着手构建一个技术电话面试(即,在受邀参加虚拟现场面试之前的面试),目标是全栈和后端产品软件工程师(中高级)。我想了解一下,过去哪些主题/概念对大家有效。<p>我也对面试官觉得有趣的面试经历/问题感兴趣。<p>我最初的想法是避免使用 LeetCode 类型的题目,并尝试根据我最近遇到的一个棘手的技术问题来设计问题。<p>例如,将大量数据加载到内存中并优化一个慢速函数,然后作为第二部分,我将设置一些空间限制,这需要对数据获取方式进行一些更改。
查看原文
I&#x27;m going to work on building out a technical phone screen (ie. Interview before you&#x27;re invited to a virtual on-site) soon targeted at full stack and backend product software engineers(mid-senior level) and wanted to see what topics&#x2F;concepts have worked for folks in the past.<p>I&#x27;m also interested in experiences&#x2F;questions that interviewees had that were enjoyable.<p>My initial thoughts are that I&#x27;m avoiding leetcode type questions and I&#x27;m going to try to craft a question based on a hard technical problem I experienced recently.<p>For example, loading up a bunch of data into memory and optimizing a slow function, then as a second part I would create some space constraints which would require some changes to the way the data is fetched.