What are some good interview questions to give to a candidate for a web development position that involves a lot of jQuery?
closed as not programming related by Robert Harvey, ocdecio, Darko Z, Alex Martelli, George Stocker Sep 21 at 16:56 |
|
|
If you want to see how well they work with jQuery, then do what the others have suggested: make them write a program, and then get them to explain how it works. But if you really just want to ask a question, then ask them how jQuery works. Here are some rough ideas:
Note that if you do go this route, you'd better have a solid understanding of jQuery yourself first... |
|||
|
|
|
|
I'd start by posing a very simple problem, tell them they can use plain javascript or jquery to solve it. You'd be surprised at how many people a very easy question will weed out. Have them write the solution on a whiteboard in front of you, or on a piece of paper if you don't have a whiteboard. Don't sweat minor syntax errors. If there are any simple mistakes, tell them that you see a small problem, ask them if they can find it. When writing code by hand, without any highlighting, and under pressure, it's easy to make small bugs. If they can recover from it, don't count it against them too much. After they give you a solution, ask them to go through the code and explain how it works. That last bit will give you mounds of information on whether or not they understand what they are doing. |
|||
|
|
|
If I really wanted to weed out candidates, I would do the following: Create a non-trivial but still small webpage using jQuery. Put bugs (both syntax and functional). Allow the interviewee any tools / docs of their choice and have them fix the page. |
|||
|
|
|
|
You could ask them to perform a given task in jquery with a simple sample of HTML. When they give you a valid response, you know they've at least seen and practiced JQuery. Now ask them to complete the task in a different manner (i.e. don't use this selector, etc.). Repeat until the candidate is out of ideas. The more ways to complete a given task, the more chances you have at distinguishing between candidates. :) |
|||
|
|
|
|
I would suggest to let him program something simple right in front of you. You will quickly see how he is capable even in ordinary programming, that is in my opinion even more important than just jQuery itself. Do allow to consult documentation. |
||||||||
|
|
|
I don't really go for the asking questions, although I do to some extent. To get a really good idea if someone can program well sit them in front of a computer and get them to write a program to a spec that you've created. |
|||
|
|
|
|
Have them solve a couple of simple problems in jQuery during the interview, using a pen and paper. You'll know right away whether they're capable. |
|||
|
|
