I applied online. The process took 1 day. I interviewed at Navan in Jan 2020
Interview
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,
Interview questions [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.
I applied online. The process took 2 weeks. I interviewed at Navan in Jan 2024
Interview
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?
I applied through college or university. The process took 2 weeks. I interviewed at Navan
Interview
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
Interview questions [1]
Question 1
For the phone screen one of the questions asked LRU cache