J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 2 semaines. J'ai passé un entretien chez Navan
Entretien
Initial coding challenge from Code signal. Then there was an hour phone screen where they asked 2-3 leetcode questions. Two usually but I finished quickly so a third one was started. Progressed to onsite with three meetings: behavioral interview with hiring manager, system design coding challenge, and meeting with the recruiter
Questions d'entretien [1]
Question 1
For the phone screen one of the questions asked LRU cache
J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Navan en janv. 2024
Entretien
OA (2 ridiculously difficult questions in 1 hour), I completed 1/2 and got to the next round.
2 interviews 1 day after another, both data structures/aglorithm questions. First interview was much easier than the second.
Why do you want to work at Navan?
J'ai postulé en ligne. Le processus a pris 1 jour. J'ai passé un entretien chez Navan en janv. 2020
Entretien
I applied online and got an Online Assessment on CodeSignal.
The OA is on CodeSignal, need to keep the camera on.
4 coding questions to be completed in 1hour 15mins,
Questions d'entretien [1]
Question 1
1.given a int, print a String[] like : (int = 3, output : "***, * *, ***")
2. given a integer A (eg.555), and another int k (eg.1), find unique number in A of length k that is divisible by A.
3. Given a 2d int matrix, sort the integers by their occurrences in ascending order, if two integers have same occurrence, sort by their values in ascending order. Then put the sorted array to a 2d matrix from button-right index diagonally.