Where I work we have tried various approaches, including informally asking the applicant various questions that demonstrate how well they know Perl, and written tests, but was has given us the best results is to ask the applicant to solve a simple programming task related to our field of work, something that could be completed by a competent programmer within say 45 minutes; this way we can simultaneously test both proficiency with Perl and more general problem solving/design skills. Given that the number of applicants is not huge, we can afford to let the questions be pretty open-ended, since we are most interested in seeing how the person goes about completing a task.

On the other hand, we do a lot of "tactical programming" where I work (by this I mean programs intended to perform a one-time analysis or data processing), which requires a somewhat different set of skills from those of a developer of full-blown software products. The problem is that this set of skills is more difficult to test on the spot (at least we haven't found a formula to do it).

the lowliest monk


In reply to Re: Interview Questions by tlm
in thread Interview Questions 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.