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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Why do companies interview using Google Docs as a coding environment?

7 点作者 anonymousjunior将近 6 年前
Why do companies like Google and Asana push developers into writing "production quality" code in a non-IDE like Google Docs during tech screens?

10 条评论

carusooneliner将近 6 年前
During coding interviews, I&#x27;m looking for the following evidence in a candidate:<p>1. how good is the candidate at problem solving?<p>2. is the candidate able to think in code?<p>3. are there any glaring syntax errors?<p>To assess the above three, a whiteboard, paper or Google Docs is sufficient. I&#x27;m not averse to using an IDE, just that the IDE&#x27;s syntax checking hints will shift the candidate&#x27;s focus to writing syntactically accurate code (#3) rather than on the problem (#1 and #2).
评论 #20456269 未加载
smt88将近 6 年前
I&#x27;ve never heard of this, and it&#x27;s completely insane. It sounds like satire.<p>Stay away from companies that do this if you can. It indicates a deeply broken hiring culture.
评论 #20446525 未加载
gtirloni将近 6 年前
I think we&#x27;re going a little bit crazy with the complaints about the tech interview process lately (I&#x27;m not a fan as well). Now it&#x27;s the shared scratchpad to blame as well?<p>It&#x27;s just a shared buffer that works pretty reliably and no interviewer cares about your typos or lack of indentation.
BjoernKW将近 6 年前
So, they&#x27;re basically hiring humans to mimic the features of an IDE? Right, sounds like solid plan ...<p>Honestly, I have no idea why anyone would do this. What this will achieve at best is optimising for rote learning and selecting for people who are capable of writing syntactically perfect code unassistedly. This however is an unrealistic scenario during daily development work because that&#x27;s - among other things - what an IDE is for.<p>Problem analysis, mapping requirements to code, finding solutions in a deliberate rather than haphazard manner - these actually relevant aspects of software development aren&#x27;t assessed at all by such a &#x27;process&#x27;.
sethammons将近 6 年前
I&#x27;m part of my company&#x27;s hiring guild. We are revamping the way we hire. Someone on the HR side proposed and almost got Google Docs as part of the tech screen and on site coding interviews. I successfully pushed back. The real goal is collaboration or collaborative editing, and that is just the first tool that jumps to mind. There are others. What I&#x27;m pushing for is just screen sharing (probably with zoom or hangouts) and the candidate uses their own computer or a loaner laptop.
cwt将近 6 年前
It shows mastery of the language, one could argue. With the tools available today it makes development a lot faster and easier. Functions have tooltips on how to use it, you can scroll through the available functions, libraries imported, and more. While it is unpleasant, it is an exercise that demonstrates your independence from dev tools.
keithnoizu将近 6 年前
why do they care if you have memorized all of each languages specific apis when you can easily look them up on the fly with intellisense or similiar. My own pet peeve since being super dyslexic despite being a solid programmer I memorize very little just the general idea and capability of how different constructs generally work across languages.
评论 #20446401 未加载
评论 #20449765 未加载
tathagatadg将近 6 年前
I don&#x27;t know if they are ok with you taking the liberty to make some changes to google docs.<p>There is an add on called Code Blocks that you can install on google docs for free. Huge language support - but don&#x27;t expect it to be a fully functional ide.<p>Other than that, you&#x27;ll want to turn off auto-capitalization, and spell checking from Tools-&gt;Preferences.
shanemhansen将近 6 年前
Worse is better. It&#x27;s an easy place to do collaborative editing. For google specifically, I think they leverage some google docs automation for capturing artifacts for hiring committee in their interview workflow.
评论 #20446413 未加载
sergiotapia将近 6 年前
Never heard of this, is this an actual thing?
评论 #20456224 未加载