vote up 2 vote down star

I have to interview a candidate for a developer position that will involve working mainly on a trading system written in C++ in a Wall Street company.

The candidate's most recent experience (3 years) is writing and maintaining components of a payment processing system for an ecommerce company.

Some of this experience could be relevant to the position we are trying to fill but I have no experience in that domain and am not sure what types of questions to ask about his experience with payment processing.

  • What kinds of questions should I ask him about his prior job, since I am unfamiliar with many of the domain issues he faced?

  • Would it be a good idea to get him to draw a diagram of the overall system architecture and, perhaps, a UML representation of the code that he worked on?**

flag
should be community wiki – SilentGhost Sep 17 at 20:21
Why do you ask the same question for the second time? No, I beg your pardon, for the third time since yesterday you made the first try? stackoverflow.com/questions/1439544/… – Developer Art Sep 17 at 20:25
See my answer for your previous question. I have updated it after reading through your comments. – Developer Art Sep 17 at 21:29
Micheal T. Edit your original question with the contents of this one. – Oscar Reyes Sep 17 at 21:45
They're clearly different questions. – Michael T. Sep 17 at 21:49

4 Answers

vote up 3 vote down check

Also ask about development practices. How was the code divided into pieces, were parts being reused, how was version control used, what did the documentation look like, how were testing and release management done, etc.

link|flag
you should also ask him about his experiances with jQuery, i think it will give you better understanding of his domain experiance. – 01 Sep 17 at 21:19
vote up 2 vote down

You should use your common sense. You can tell if he is BSing you by asking detailed questions. First have hime explai8n the big picture of the system, then ask for details on what he did in particular. Listed closely and tease out anything that sounds like BS.

You can also do some googling around to get an idea about what type of problems are particular to his domain. Also ask him how to do some tasks in your domain. if the experience matches he should be able to at least give you some good ideas on how to solve the problems.

link|flag
If he can't explain it so someone without any domain knowledge can understand it, he's not an expert. – Dour High Arch Sep 17 at 19:06
vote up 1 vote down

I'd ask a question in your domain, encouraging the interviewee to ask questions to fill in gaps in their domain knowledge. If he or she starts to answer and asks questions along the way, great.

If not, you mark them down a notch and turn the problem into something more similar to a domain perhaps they are more comfortable in and see how they do.

In both cases, it is how they approach the problem and how they communicate that to me that I am observing.

Kindness,

Dan

link|flag
vote up 0 vote down

Read Sarbanes-Oxley and just gruelingly lift verbatim whatever you can - prefacing all such work with "How would you ..."

E.G. "How would you" <-> improve quality and transparency in financial reporting and independent audits and accounting services for public companies?

Just keep grinding it out. Remember whatever the person says so you can note that as the response.

[edit: tag community wiki showed up when I posted - don't know what key I hit]

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.