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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

What interview questions would you ask a prospective Rails Developer?

10 点作者 myoung8超过 15 年前
What kind of questions would you ask to test if the person has a nuanced understanding of the framework?

5 条评论

Corrado超过 15 年前
I generally find that asking specific questions about a technology or technique is not really valuable. My preferred method of interviewing is to sit down and talk with the candidate about "stuff", which should include said technologies/techniques. After a fashion you will get a good understanding of what they know about the subject; where they are strong and where they are just blowing smoke. You'll also know more about how they would integrate into your team.<p>So just relax and talk to the candidate and don't worry about asking the magic questions that will answer all your prayers. :)
评论 #1015016 未加载
tyler超过 15 年前
I tend to ask, not how you use the framework, but rather how the framework works. How does routing actually work? How do named scopes work? How would you implement the {before|after} filters on models... etc.<p>It's actually somewhat more difficult to tell whether someone knows how to use Rails well. My only suggestion is to sit down in front of an editor with them and work through actually building something small but meaningful.
评论 #1014930 未加载
评论 #1014931 未加载
jeromegn超过 15 年前
I might ask the interviewee about stuff from the future of rails. If answered correctly, it shows how someone can be in a continuous learning mode and eager to go the extra mile.
liangzan超过 15 年前
I'd ask the candidate to pair program with a developer for a week. You'll know immediately if the candidate can integrate with the team. Plus it'll reveal his knowledge during the session.
评论 #1014910 未加载
评论 #1014911 未加载
Zarathu超过 15 年前
Ask them to develop something that involves caching the paginated search results of a double-nested resource with file attachments in as little time as possible. hehe