I applied through an employee referral. The process took 3 weeks. I interviewed at Kepion in Dec 2021
Interview
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.
Interview questions [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