Is "send us a page with code" a typical interview requirement?
        Posted  
        
            by 
                acm
            
        on Programmers
        
        See other posts from Programmers
        
            or by acm
        
        
        
        Published on 2011-03-31T15:38:01Z
        Indexed on 
            2012/10/28
            17:16 UTC
        
        
        Read the original article
        Hit count: 271
        
Recently I was asked to show "a page with code" for a job interview. Being mainly a back-end programmer, and that's the position I applied for, I first said to the person I was talking to exactly that: PHP is executed at the server and therefore not visible by just giving a "page".
However, following their desire, I sent links to the pages I've worked on before. Obviously they couldn't see anything except for the HTML, CSS, JS... They said it was not enough, they could not see the PHP.
Understanding that they probably just wanted to know my skills and/or interest I sent them my Stack Overflow profile. Among all my questions and answers, most of them with code, certainly the PHP is there. But it seems this is not what they wanted.
Well, I don't have any code put together that I can simply publish for someone to see. And I would never do it for the code I have deployed, obviously.
So my question is/are: What does "send us a page with code" mean? What should I send? Is this a typical interview requirement?
© Programmers or respective owner