
msdn - Coding Test - allow use of web? - Stack Overflow
Jan 19, 2009 · During hiring a .NET web developer I give the candidate a coding test. I tend to limit the candidate to MSDN installed on the test server - I think it holds everything the …
Challenges - Stack Overflow
Nov 1, 2025 · Add your entry to the challenge Put your coding skills to the test and share your answer with everyone. We're excited to see what you've come up with.
OOP Problems to use for Coding Tests during interviews
Oct 29, 2008 · OOP Problems to use for Coding Tests during interviews [closed] Asked 16 years, 11 months ago Modified 2 years, 1 month ago Viewed 33k times
Programming hire test - Test a developers knowledge in C# / …
Jul 9, 2009 · We're hiring a .NET developer soon, and I was assigned to create a test, which would take aprox: 1h to solve. A test which would test the programmers knowledge in (mainly) …
Python coding test problem for interviews - Stack Overflow
Dec 27, 2010 · Python coding test problem for interviews [closed] Asked 14 years, 7 months ago Modified 9 years, 7 months ago Viewed 48k times
Should unit tests be written before the code is written?
I don't write the actual unit tests first, but I do make a test matrix before I start coding listing all the possible scenarios that will have to be tested. I also make a list of cases that will have to be …
c# - Job Interview test - Stack Overflow
Sep 10, 2015 · We look for a) Coding style b) Ability to develop and implement algorithms c) Ability to follow instructions d) Ability to communicate what has been done But by far and away …
coding style - Programming without if-statements? - Stack Overflow
Apr 19, 2013 · If this coding convention is applied correctly, you would see virtually no if-tests anywhere, except in functions whose only purpose is to do that test. Now, my question is: is …
Is Unit Testing worth the effort? - Stack Overflow
Sep 16, 2008 · Often it's the test that needs fixing but that's still a good outcome. TDD helps with coding constipation. When faced with a large and daunting piece of work ahead writing the …
Ratio of time spent on coding versus unit testing
Oct 6, 2008 · What is a typical estimate for coding unit tests given an estimate for coding new functionality? Is this different for estimates to maintain code?