aspose file tools
The moose likes Jobs Discussion and the fly likes Interview Tip: have a portfolio Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Careers » Jobs Discussion
Reply Bookmark "Interview Tip: have a portfolio" Watch "Interview Tip: have a portfolio" New topic
Author

Interview Tip: have a portfolio

Mark Herschberg
Sheriff

Joined: Dec 04, 2000
Posts: 6037
I was just rereading my favorite book on software engineering, Peopleware. On page 101, they give a tip they learned from a CS professor in 1979. This professor was very concerned about getting his students jobs. In his class, in addition to practical experience at local companies, each student built up a portfolio.
It's more common today to ask candidates for code samples. But what always impressed me are candidates who came in with demos.
I highly recommend that you build up a portfolio. It may contain any of the following:

[OL]
  • Bring a laptop with a live working demo of osftware you've worked on.
  • Have a web page the interviewer can point a browser to, to see a demo.
  • Bring code samples with you. Whereas the demos might be things you've worked on with other people, the code smaples should be code you yourself have written. Along with the code, include some big picture documents, to help put the code in context.
  • Include writing samples. If you written documentation, any documentaion, from requirements, to design spec to user manuals, bring a copy of it with you.
  • If you can, have this on CD, and leave a copy of these items with the interviewer.

  • [/OL]
    Please remember to respect company confidentiality agreements, and do not use proprietary code and documents.

    --Mark
    Roseanne Zhang
    Ranch Hand

    Joined: Nov 14, 2000
    Posts: 1953
    I brought a Fractal and Chaos graphical demo I developed on dos with the faster speed than any commercial one on market then (1993) to an interviewer when I was about to get my first full time programming job.
    I showed my interviewer my website and my programming team on the Internet when I was interviewing for my current job.
    I agree with the point Mark try to make whole heartly.
    Need Java real project experience? Join our project team here!
    Dalia Rojas
    Greenhorn

    Joined: Apr 23, 2002
    Posts: 23
    When I was first out of college and was going out for interviews as a programmer, I presented a diagram of a system that we were designing for one of my classes. I mounted a presentation, showing everybody what we were planning to do. I'm sure that this got the job; I was able to beat out many other students who were competing for the same job. Although the job market is very different these days, a portfolio definitely helps at an interview.


    **********************************<br />Dalia R. Rojas<br />MBA, SCJP2<br /> <a href="http://www.geocities.com/daliarocio" target="_blank" rel="nofollow">http://www.geocities.com/daliarocio</a> <br />**********************************
    Mark Fletcher
    Ranch Hand

    Joined: Dec 08, 2001
    Posts: 897
    When I interviewed for my current job I did something similar. I made a few diagrams of the architecture of projects I had a worked on whilst at University to help explain the development experience I had. I think this definitely had a positive influence on getting my present position.
    Marks right. A portfolio is recommended, especially for Java Developers like myself who are looking to break into the market.
    Best Regards,
    Mark


    Mark Fletcher - http://www.markfletcher.org/blog
    I had some Java certs, but they're too old now...
     
    I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
     
    subject: Interview Tip: have a portfolio
     
    Similar Threads
    Some facts about OOAD / C++ from Bjare Stroustrup creator of C++ and OO Concept
    How to prove your programming experience?
    Interview Experiences
    Bjarne Stroustrup's interview - uncut version!
    JSF/Browser Caching Problem