Solicité el puesto a través de la recomendación de un empleado. El proceso duró 3 semanas. Acudí a una entrevista en Kepion en dic 2021
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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