For technical aspect, I probably would come up with three or four types of questions: 1) general (but programming specific) problem solving and modelling, 2) business sense, or basic organizational and managerial sense, 3) language-specific, and 4) mind-twister, reserved for good candidates the interviewer want to explore their limits.

Example of 1) general (but programming specific) problem solving and modelling could be: use a short product idea description or wishlist in form of, say, an email; ask the candidate to come up with a model, such as ER diagram or class diagram. Interviewer should observe the candidate's thinking process as much as its output.

Example of 2) business sense or basic organizational and managerial sense question: Top management just bought a bunch of new software for its developers in hope of boosting productivity. But the project manager removed the new software. Train the developers based on the old software instead. Why?

3) language-specific questions have been plentily provided in this thread.

Example of 4) mind-twister: A newly developed software has unknown number of bugs. How would you estimate the number of bugs without using an exhaustive testing (which could be way too impractical)?

For "people" aspect, having a would-be hire talk with his would-be coworkers would be a good start.


In reply to Re: Logic questions needed by chunlou
in thread Logic questions needed by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.