I applied online. I interviewed at Chronogolf in Nov 2018
Interview
I applied through a consultant. First, I had a call with the CTO and he asked general questions about my experience, type of project on which I have worked on. Why I am interested in their organization. How I organize my code. After that, I was given to attempt an assignment.
Interview questions [1]
Question 1
The challenge here is to process the dictionary (in attachment) and looking for all six letter words which are composed of two concatenated smaller words.
For example:
al + bums => albums
we + aver => weaver
tail + or => tailor
## Tasks
There are 3 different parts to this exercise: writing three different programs to solve the same problem, but each time with a different objective in mind: Readability, Speed and finally Extensibility.