First I was asked to take online coding test. There were 3 questions easy and medium level. Then next two rounds were dsa interviews. I was asked to solve 2 coding questions in each round. Question were from dp, binary search, Queue. There was one hard level question and other questions were medium leetcode questions. Next round was hiring manager round. I was rejected in this round.
Interview questions [1]
Question 1
I don't remeber the exact question but it was based on topological sorting. The question is something like there are some jobs in a machine and we have some constraints like job A can't be done before job B. I was asked to tell the order in which we should perform jobs.
started with self intro, then oops concepts and the projects i did. later,2 coding questions 1 array and 1 string solved array problem
Array problem -return true if the array is strict mountain else false
Interview questions [1]
Question 1
OOPS concepts, projects and problem solving
Array problem -return true if the array is strict mountain else false
I applied through college or university. The process took 1 day. I interviewed at Flipkart (New Delhi) in Aug 2025
Interview
Round 1 :
1. Find the longest substring with non repeating characters.
2. Find the longest subarray with sum equals 0.
Round 2 :
Mostly HR based, and Resume Grilling.
Interview questions [1]
Question 1
1. What is bubbling in Javascript ?
2. What is variable hoisting ?
3. How does HashMap work ?