Candidatei-me por indicação de um funcionário. O processo levou 3 semanas. Fui entrevistado pela Kepion em dez. de 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.
Perguntas de entrevista [1]
Pergunta 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