Codecurl
David Black's Weblog














Subscribe to "Codecurl" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.


My employer: Cape Clear Software
 

 

Wednesday, September 27, 2006
 

Software Engineering and Computer Science - Part 1
I ask a lot of questions when I interview candidates for technical, usually development, positions. I have about thirty pages of questions that I cherry pick from, some closed, some open-ended. The stronger the candidate, the more questions I ask them. If someone says they have built web applications, one of the first filter questions I ask is:

Is HTTP a stateful or a stateless protocol?

It is just amazing how many people, supposedly with many years of experience, do not know the answer to this question.

HTTP is a stateless protocol. It has no notion of remembering client state. It cannot distinguish between one request for http://myhost/foo.htm and the next. In order to know that a request comes from the same client as a previous request, client side cookie technology is used if the browser has cookies enabled, or the technique of URL rewriting can be used, where a session identifier is passed back and forth between the server and the browser in every request and response. That is roughly the answer I’m looking for. But before you get too excited, I have lots more questions and they get a lot more difficult than this. Software engineering is just what is says: it is an engineering discipline. And computer science is just that, a science.


10:10:31 AM    comment []


Click here to visit the Radio UserLand website. © Copyright 2006 David Black.
Last update: 10/2/2006; 1:18:33 PM.
This theme is based on the SoundWaves (blue) Manila theme.
September 2006
Sun Mon Tue Wed Thu Fri Sat
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
Aug   Oct