💻
Guidelines of Coding test
CADDi's hiring process for some positions requires you to take a coding test. This guideline describes the points we look for in the coding test and the questions we frequently receive.
Outline
What we look for in a Coding Test
Through the Coding Test, we focus on whether we can have the image that we can “work
together to promote development”, rather than checking your knowledge of algorithms or speed
of response.
In addition to whether a certain percentage of test cases are answered correctly, we also check
the code quality (readability, etc.). We would be happy if you could submit your answer from the
perspective of “If you were us, would you want to work with the person who wrote this code?”
Even if not all test cases are answered correctly, we are looking to see how correct the approach is. We expect you to submit a certain level of code quality, rather than submitting the fastest possible solution.