Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto 6 settimane. Ho sostenuto un colloquio presso ASICS (Sydney) nel mese di mar 2021
Colloquio
This was for a position as software developer for their e-commerce infrastructure. They asked me to complete an assignment consisting of a back-end part in Laravel and a front-end part in Vue (matrix multiplication). The recruitment process was very slow (several weeks) and the assignment did not specify the scope clearly so I ended up working long hours to complete it (assumed the larger scope whenever in doubt). At that point I was in contact only with the recruiter so I didn't have a contact from inside the company to which I would be able to ask for clarification.
Domande di colloquio [3]
Domanda 1
Interview was centred around reviewing the assignment. I had sent link of the Laravel repo, Vue repo and how to run them. Their developer conducting the interview admitted that he had not run the app and did not even visit the Vue repository. He asked me to explain the architecture of the Laravel app.
We checked the controller, he asked me why I did validation the way I did (calling $request->validate() within the controller) rather than a different way (dedicated class).