Candidatei-me online. Fui entrevistado pela Chronogolf em nov. de 2018
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 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.