Slashdot Mirror


One Company's Week-Long Interview Process

jfruh writes "What's the longest tech interview you've had to sit through — two hours? Eight? Ruby on Rails devs who want to work for Hashrocket need to travel to Florida and do pair-programming on real projects for a week before they can be hired. The upside is that you'll be put up in a beachfront condo for the week with your significant other; the downside is that you'll be doing real work for a week for little or no pay and no guarantee of a job slot."

15 of 362 comments (clear)

  1. The real downside. by spinozaq · · Score: 5, Funny

    Is that you're programming in Ruby on Rails...

    1. Re:The real downside. by Anonymous Coward · · Score: 5, Insightful

      "programming"

    2. Re:The real downside. by Anonymous Coward · · Score: 5, Interesting

      To be honest I know a lot of good developers that primarily use scripting languages (Ruby, PHP, Python, etc) for their day jobs. They know they aren't the best languages ever developed, but they have fun writing stuff in them and get paid a good amount, because of their skill level. They could tell you exactly how the language works internally as well if you ask them. Not all of the people who write in scripting languages are bad.

    3. Re:The real downside. by Anonymous Coward · · Score: 5, Funny

      If you do pair-programming with you best bud it is brogramming.

  2. Significant other by Anonymous Coward · · Score: 5, Funny

    Where do I send my significant other's resume? I can use a vacation.

    1. Re:Significant other by flibbidyfloo · · Score: 5, Funny

      Can I just send my significant other? I need a vacation.

  3. This is too much by Anonymous Coward · · Score: 5, Insightful

    The longest for me is 5 hours but this is ridiculous. The only people that would be able to apply are people who are unemployed. As someone who has interviewed people for programming jobs, it really doesn't take more than 2 hours to figure out if someone is a good fit.

  4. Probably illegal. by i+kan+reed · · Score: 5, Insightful

    Violation of labor laws. This is illegal. They have people doing full time work for less than minimum wage. The fact that they call it an "interview" is hardly a reasonable distinction. I hope the idiots involved suck a nice 6 or 7 digit fine for this.

    1. Re:Probably illegal. by Anonymous Coward · · Score: 5, Interesting

      1 week beachfront condo rental is compensation. As long as that is over minimum wage (~$300/wk at $7.35/hr), then it's probably legal.

  5. I've done simular... by Kenja · · Score: 5, Informative

    only to be told that I finished the project during the interview process and my services would no longer be needed. They then had the audacity to contact me months later to see if I wanted another go at working for them. Free labor is free labor, dont fall for it unless you REALLY need to.

    --

    "Have you ever thought about just turning off the TV, sitting down with your kids, and hitting them?"
  6. Re:We don't have an HR department by JaredOfEuropa · · Score: 5, Insightful

    I've been involved in a fair few hires for my previous employer, and it struck me that we *sucked* at making a fair assessment of the applicants' abilities. My experience at other firms have been no different, even though most do manage to weed out the obvious knuckledraggers or spot the shining genius. In contrast, observing someone at actual work for a week should give a far better insight in their abilities and soft skills. This is obviously of benefit to the employer, but also to the prospective employee. The only thing I'd hope is that the company already did a short assessment of the candidate to spot any obvious reasons why he/she woulnd't be hired, before asking them to commit for a week.

    --
    If construction was anything like programming, an incorrectly fitted lock would bring down the entire building...
  7. Agile methodology... by Reasonable+Facsimile · · Score: 5, Funny

    With one-week sprints.

  8. Paid contract? by i_ate_god · · Score: 5, Interesting

    I had an interview for an out of city employer. It resulted in me being given a PAID two week contract to see if I'm worth hiring. I forget what it was I made, but I was paid $2000.

    that $2000 was part of my moving expenses if I was hired, and if I was not, I still got $2000, because I signed a contract stating if I finished the work on time, I get $2000.

    This seemed like a good way to do things and benefits both the company and myself. I get money, company gets proof I can not only code, but be professional (meetings on time, meeting deadlines, etc).

    --
    I'm god, but it's a bit of a drag really...
  9. slight problem by w_dragon · · Score: 5, Insightful

    Guess I can't interview there. My contract has one of those wonderful 'all IP created during your time here belongs to the company' clauses. If I create it during my interview my current company still owns it. I've never worried about interview code before since it's all toy problems and junk code anyway, but if I was doing something commercial as part of an interview process there could be some nasty legal implications if they try to release it.

  10. Real programmers use interpretive languages too. by Bruce+Perens · · Score: 5, Insightful
    I have written cache-aware memory allocators for image processing, and invented a buffer-overrun debugger that uses the paging system to do its work. I have written bit-slice microcode and thus consider assembly-language programmers to be a bit far from the real hardware.

    I do a lot of work in Ruby, too. I notice that lots of Ruby gems contain C code. Someone competent is writing that.

    Language fascists aren't generally as good at programming as they think. They'd understand where interpretive languages make sense, if they were.