14
votes
4answers
750 views

Modelling a Call Center

This is the requirement I have (from the book: Cracking the Coding Interview) Imagine you have a call center with three levels of employees: fresher, technical lead (TL), and product manager (PM). ...
13
votes
3answers
960 views

Interview Review - SOLID Principle and TDD

I had a small technical C# task using SOILD principle and TDD. But I failed to prove my coding skill through the test. Can anyone offer any small advice for me? I am really eager to learn what my ...
3
votes
2answers
276 views

Review of object-oriented skills with War game

Here are my code samples: https://github.com/arthaeus/war This particular sample is the card game 'War'. The interviewer off-handedly asked me: "what if I wanted to play War with an Uno deck of ...
5
votes
4answers
756 views

I have a home test for job interview

Nothing too special here, just a bunch of stuff. Please tell me if you would've done something different. ...