I applied online. The process took 4 weeks. I interviewed at ninjacart (Bengaluru)
Interview
Their are two technical interview so in 1st the basics question related to program like, factorial, palindrome, etc.
In next they basically more focus on DSA (array, string) and in 3rd discuss about project and related basic question
Interview questions [3]
Question 1
1. Fibonacci series with recursion and without recursion
2. String Palindrome
3. Count all repeated numbers from the array
Round 2:
1. Duplicate elements deletion without creating new array
2. Optimized Searching algorithm.
1.Given an array(0-based indexing), you have to find the max sum of i*A[i] where A[i] is the element at index i
in the array. The only operation allowed is to rotate(clock-wise or counter clock-wise) the array any number of times.
2.Activity lifestyle
I applied through college or university. The process took 1 week. I interviewed at ninjacart (Bengaluru) in Mar 2024
Interview
There are total 4 rounds
round 1-
online test
2 dsa questions 1 easy 1 medium
round 2-
technical interview 1- one dsa problem [ longest palindromic substring]
technical interview 2- two dsa problem in leetcode [interviewer give leetcode link ] binary tree easy [check two identical tree] , binary tree medium [ length of longest tree from leaf ]
technical interview 3 - one dsa problem + project discussion
binary tree problem[ print all tree path from root to leaf ]
Interview questions [1]
Question 1
dsa problems
longest palindromic substring
length of longest tree from leaf