J'ai postulé via la recommandation d'un employé. Le processus a pris 3 semaines. J'ai passé un entretien chez Kepion en déc. 2021
Entretien
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.
Questions d'entretien [1]
Question 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