8
obeq
6y

PM here. I'm having an interview with prospective junior devs next week. I want to make sure that they know a little and can learn a lot. Do you guys have any suggestions of how to ascertain that? I'm thinking simple programming exercises or something.

Again, it's not that important what they know today.

Comments
  • 3
    @obeq I like the approaching you’re taking with this.

    Maybe test for bad habits. Like if you asked them to build a simple html page and they in-lined the styles, you could tell their programming decision making is not sophisticated.
  • 6
    If you want to make sure, they are able to willing to learn, ask them how the learn.

    "We work with Framework XYZ here, how would you start learning this framework"

    bad answer:
    'Why do you not use Framework AAA, it's better' -> don't hire

    and depending on any other answer, dig deeper to understand his way of learning.

    There are

    practical learners "try out examples / complete tutorial",

    pragamtical learners "read the doc sections i need to solve the problem"

    and visual learners "see how other devs used the framework on source control/ watch video how other use it"
  • 3
    @kunashe Thanks!

    I really like that idea. Of course, I would expect them cheat a bit if I asked them to create something during a one hour time slot, but I can at least see if they comment on that. "I would have style sheets here, but..."
  • 3
    @tkdmatze That is a great breakdown, thanks! I haven't really considered those different ways of learning. I will definitely ask those questions.
  • 2
    Whats this?! Pm rant :/
  • 1
  • 3
    Also try to gauge the general attitude to see if they're a good fit. Try to dissect their CV and ask for underlying motivation and reasons for each milestone they listed. They might have the chance to become a vital part of your team, so make sure they have a good vibe and personality beyond technical skills. Will pay off in the long run.
  • 0
  • 3
    Didnt they already go through a technical test? If someone asks me to code during an interview i usually get up and leave.
  • 0
    @Phoenix99 Nice one! Not for this time, but I really like the thought of being able to see how they work in a team.
  • 1
    @BindView Yes, I really feel an interview is the wrong place and time to put someone through programming exercises, so a discussion might be better. Still it might be interesting to see how someone tackles a difficult problem, and what happens then. Do they ask for help? Do they go to SO? To be honest, I'm not sure what's the right thing to do here, but since I'm gonna be working with these guys it might be nice to see how they tackle a challenge.
  • 0
    @mzeffect Exactly! I'll definitely do that. Their resumes are on the short side, though, which is why I would like to have something more.
  • 0
    @karma As a former dev, I'm almost as upset as you are...
  • 0
    @schlenkibus This I love. I would never stop talking, myself.
Add Comment