3

I'm looking to hire developers and I wish to test them. I have been especially told by my boss that we should have programmers on board that can consult on banking sector software and I'm to come up with the test. Now I've never done Java EE development in depth and my knowledge of it isn't the greatest but I've not had any trouble understanding what I've read so far.

Now I'm wondering how to construct a test to test candidates for Java EE knowledge as well as experience. And if I should make the test more conceptual like logical reasoning and pattern detection etc.

2
  • Could you be more specific about the job? Is it GUI development, or more technical stuff?CommentedNov 10, 2011 at 10:55
  • Both... We'll be developing web application architecture. Well I'm pushing for a php re-development solution but in the meantime we have to maintain the Java EE one and develop parts for it too. We also have to consult on J2EE dev for a banking client sometime in the not-so-distant future.CommentedNov 10, 2011 at 11:33

2 Answers 2

3

RESTful FizzBuzz

Give them a computer, full access to the Internet, and a fresh install of Eclipse. Say to them that you'd like them to implement the FizzBuzz program. Once they've completed that, ask them if they could create a RESTful web service that provides the FizzBuzz answer using a JAX-RS URI definition like this:

http://localhost:8080/FizzBuzz/{value}

Then sit with them as they go about it, asking and answering questions. If they can do that reasonably efficiently then you've got most of what you need to know.

1
  • Your answer whilst right on the money maybe more than we require (the part about RESTful is lost on me for the moment, and this is the part that's the "more") however I'm also considering giving conceptual tests at the interview like numerical reasoning (even though mine isn't the greatest) and pattern recognition (which I'm good at)CommentedNov 10, 2011 at 13:35
2

Just listen ;) They explain it to you in depth: Roundup '11 - Interviewing and Hiring Software Engineers Fully

http://javaposse.com/java-posse-368-roundup-11-interviewing-and-hiring http://www.developerfusion.com/media/132147/roundup-11-interviewing-and-hiring/

    Start asking to get answers

    Find the answer to your question by asking.

    Ask question

    Explore related questions

    See similar questions with these tags.