Hi there,
I'm trying to screen some programmers I'm looking to potentially hire & I have a list of questions a previous programming consultant drew up, but I don't know what to do with them b/c he did the screening b4.
Can someone please help me determine if I place the answers below, who gave the best answers & coded the best?
Here are the questions...
What aspects of programming interest you the most?
How do you support your code?
Do you use open source code or is it all hand written?
What do you do if your open source code is suddenly breached?
Do you work alone or do you have a team of coders?
What have you done in the past when you have fallen behind on a project?
Sample Code
- write a script that will display a form and then when it is submitted it will write the info of the form to a text file in the form of date-last name so if today was June 12, 2005 and the last name was Smith the text file would be saved as 2005-06-12-Smith.txt. The fields of the form are First and Last name, Email address, and URL. Last Name and Email are required.
- write up the db layout for which you have the info below. The db should be normalized, but not over normalized. The example is that you have a movie review site. You will need the following info for each review. The name of the movie, the director, the type of movie (comedy, drama, etc), the review itself, who wrote the review, and the rating.
Thanks & I hope everyone is having a great night!
Michelle