About 7,820,000 results
Open links in new tab
  1. 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 …

  2. Challenges - Stack Overflow

    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.

  3. 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

  4. 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 …

  5. 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) …

  6. 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 …

  7. 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 …

  8. JavaScript Repeating song in a playlist coding test

    Aug 7, 2022 · This is the test: A playlist is considered a repeating playlist if any of the songs contain a reference to a previous song in the playlist. Otherwise, the playlist will end with the …

  9. 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 …

  10. 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?