|
|
|
|
|
by bane
5349 days ago
|
|
Well, not that I was talking to you (I was talking to cookiecaper) But I appreciate the interest even if your reply is a little bit of a response to something I didn't say. Near as I can tell your process appears to be first come first serve. By your own statements, you don't look at resumes, and you apparently don't ask any particular questions about work history or education during your interview process. I'm guessing you have some sort of technical screen since you've alluded to having some sort of highly specialized selection process of some sort. But I've illuminated you enough with what I've learned to be a solid and reliable process, and I know I must be unfairly characterizing your process above or you wouldn't be in business, so what's yours? |
|
This thread is already a bit too long, and I haven't read through tptacek's link about his hiring process, but:
1. you don't look at resumes,
If I am hiring for a ruby on rails position specifically, the only thing I need to check is if you know ruby on rails. I know RoR, I know my requirements, I can evaluate if you are suited to this current role.
If I am hiring for RoR, but I am looking for a generalist - someone who might not know RoR but can pick it up on the run, then looking up at the resume for RoR isn't required. I will just talk general algorithms, design problems, code snippets.
2. and you apparently don't ask any particular questions about work history or education during your interview
Me: Let's say we need to have a threaded discussion forum. You know, like HN. Where replies can have replies.
Joe: Yes, I got that.
Me: Let's see how you go about deciding upon the models for that. I need upvote/downvote/recall vote on all posts. Here, take this piece of blank paper, and run me through how are you storing posts, and comments. And when loading a particular post, how are you going to load the posts and comments associated with them.
Joe: works through it
Me: That looks great, but I am concerned about the number of db hits.
Joe: suggests some kv store suitable for it, talks about storing graphs
Me: I think that's good enough. How about implementing upvote/downvote/recall vote.
Joe: Need to change the db models. I skipped them in the first iteration.
Me: Let's skip it. You know about closures? Care to quote me a particular example of closures?
Joe: function translator(el) { return function(text) { $(el).text(text); } }
And so on and on.I don't see why I need to specifically ask about your education. I might ask about your work experience, but not necessarily.