
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 candidate needs to com...
Challenges - Stack Overflow
Mar 12, 2026 · 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.
unit testing - What is Mocking? - Stack Overflow
Apr 19, 2010 · What is Mocking? . Mocking is primarily used in unit testing. An object under test may have dependencies on other (complex) objects. To isolate the behaviour of the object you want to …
Python coding test problem for interviews - Stack Overflow
Dec 27, 2010 · Python coding test problem for interviews [closed] Ask Question Asked 15 years, 3 months ago Modified 10 years, 2 months ago
testing - What is a sanity test/check - Stack Overflow
Oct 29, 2010 · A database sanity check might form part of a smoke test, but generally a smoke test is a set of rudimentary checks that you would run to ensure an application is working correctly.
Tips on creating a minimal reproducible example for a coding …
Jun 19, 2024 · However, sometimes new users come here looking for help with code that they are writing for a coding challenge (leetcode, hackerrank, etc). In such cases, they might have trouble …
sandbox - What is sandboxing? - Stack Overflow
Jan 24, 2010 · A sandbox is an isolated testing environment that enables users to run programs or execute files without affecting the application, system, or platform on which they run. Software …
definition - What does "hard coded" mean? - Stack Overflow
Dec 13, 2009 · My assignment asks me to access a test.txt document, so the file name has to be hard coded to my C drive. I have no idea what hardcoding means. Can somebody please help me with this?
Newest Questions - Stack Overflow
I’m currently evaluating AI coding assistants to improve my daily development workflow, but I’m unsure which tool fits my goals best. I want an AI assistant that can help me with:
Algorithms - can I use built-in utility functions for online coding ...
Mar 1, 2018 · On the test sites, your code will probably exceed the time limit. For interviews, it's a good idea to discuss your proposed solution with the interviewer. As somebody else said, ask the …