PDA

Click to See Complete Forum and Search --> : Hands on skill test for programmers


VBcielle
Mar 12th, 2010, 09:25 PM
Hi I am looking what's the best practical hands on exam for programmers. It must be flexible and applicable to all languages.

Can you help me?

I am looking programmers good in php javascript and vb.net. Should be also good in sql statement. I am lost and needs a team mate.


Please I need your assistance.

RhinoBull
Mar 13th, 2010, 06:32 PM
Ask to build small program(s) that would cover most fundamentals - lots of people pretend to be advanced while failing to answer simple things.
That should give an idea what they are in reality.

Good luck with your search.

coolcurrent4u
Mar 16th, 2010, 05:26 AM
if you ever taken any test on expert rating, you'd see that most questions are simple questions. They don't ask complex questions.

Of course, if you know the basics of any language, you can take it to the advance level

coolcurrent4u
Mar 16th, 2010, 05:28 AM
Expert rating ask simple, but technical questions. Try your hands to get some ideas

ntg
Mar 17th, 2010, 02:05 PM
I agree with sticking to simple questions. My favourite: write pseudo-code to implement an n-byte integer, with methods to print, add and subtract two such numbers.

abhijit
Mar 17th, 2010, 02:11 PM
One of the very early interviews (1998) I was called for involved the following:
This was on VB6. There was no google.



1) Establish connection to a database and fetch a result.
2) Write a sort routine.
3) Write a routine to determine if a word is a palindrome.