Skip to content

DamianStanger/codingInterview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Interview Frameworks

Sample C# solutions to form a basis of code interviews

Shapes Interview (Basic C#)

This solution is designed to test very basic knowledge of C#, it does use unit tests using nunit but the candidate need not really know about unit testing or nunit to do this.

Fizz Buzz (Basic C#)

There is an integration test that forms the basis of the testing which can test the end to end solution. Its up to the interviewer on how the interview progresess, should the candidate drive the code through pure TDD or just go and see what happens? either way there is an over arching test that can be used to guide the candidate to a correct solution. Rules of Fizz Buzz are here: https://en.wikipedia.org/wiki/Bizz_buzz

About

Sample C# and node solutions to form a basis of code interviews

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published