Upgrade to Pro — share decks privately, control downloads, hide ads and more …

You’ve Done the Tutorials, You’ve Built Your Ow...

desi
December 16, 2013

You’ve Done the Tutorials, You’ve Built Your Own Apps, Now It’s Time to Get Hired

As someone who is responsible for hiring at my company and who is familiar with hiring processes at some of the other top Rails consultancies in the industry, I'd like to share with you what we look for out of great candidates.

We'll go over the skills you need, the types of questions we ask, and what the interview process is like. You'll walk away with a greater understanding of what is expected of you as a candidate and how to get where you need to be to nail that interview.

desi

December 16, 2013
Tweet

Other Decks in Technology

Transcript

  1. thoughtbot • Submit cover letter, code sample or portfolio via

    our website • Non technical interview (usually phone/ skype/coffee) • Technical interview (usually skype/in person) • Day of Pairing
  2. thoughtworks • Resume and Cover letter • Personal essay •

    Code Sample • Phone interview with HR • In person (tech, assessments, values and culture, pairing (2 hours) and group)
  3. hashrocket • Submit resume with github/dribble etc • Non technical

    interview and technical interview (usually phone/skype) • Week of pairing
  4. Clarity • Method names descriptive • Can I figure out

    what is happening • Variables are clear
  5. testing • Do they have any tests? • Were the

    tests written first? • Do they understand BDD and TDD • Do their tests explain the system clearly