Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso Kepion nel mese di dic 2021
Colloquio
This was the easiest developer interview I've ever had. I was asked a couple simple culture fit questions that I don't recall (this interview was over a year ago now) and a trivial coding question. This interview for a fulltime developer position was easier than interviews I'd had in the past for internships.
Domande di colloquio [1]
Domanda 1
(Typescript) Given a number N, print an N-by-N grid of blank spaces and X characters, such that the X characters form an X through the whole grid. e.g. if N is 5 (using dashes for formatting reasons here): X---X -X-X- --X-- -X-X- X---X