I applied through a recruiter. I interviewed at Flipkart (Bengaluru)
Interview
Interview started at 10.30 am
- First Round was machine coding which I nailed it. Did all parts. You had to create and UI dynamically from api response and implement search functionality.
- Second Round - UI Tech in which I was asked closure, implementation of many UI components and debounce etc. It was also really good. I cleared it.
- Third round was DS - where I gave solutions of all questions, but wasn't completely optimized, I used indexOf method inside a for loop. And guess what I was rejected.
If company really wanna reject a UI Developer based on DS optimization, then take this as screening round. Why waste my time on Machine coding 2 hrs and UI Tech 1 hr? Other two has no relation with third.
If Frontend has to think about doing operations on thousand records in UI(as per Interviewer) then something is really wrong with backend. Anyways, It's a loss of company not candidate.
I applied through a recruiter. I interviewed at Flipkart (Bengaluru) in Feb 2026
Interview
2 rounds, first machine coding plus basic concept for javascript like event loop, promises, closures.
Second round was hiring manager round. It was more like discussion of ai usage in my daily life
I applied online. The process took 2 months. I interviewed at Flipkart in Sept 2024
Interview
Online Assessment > 2 PS - DS Rounds > HR Round.
This was an off campus drive via unstop for 2024 freshers.
Firstly there was an online assessment round, where there were a couple of coding questions. Selected candidates got interview calls. Process went over a month. Then in first DSA round they asked medium level dsa questions. Shortlisted candidates proceeded to second DSA round. For me that was pretty hard question. Couldn't completely solve the question, hence rejected.
Interview questions [1]
Question 1
Apart from DS questions, they would first get an into from you
The Flipkart hiring process is a rigorous and challenging process, but it's also an excellent opportunity for you to showcase your skills and expertise. The process involves several rounds of interviews, including a technical screening and an onsite interview.
Interview questions [1]
Question 1
Few questions that I could recall are as follows:-
const word = ‘hello’
word[1] = ‘m’
console.log(word)
console.log(a)
const a = 1;
There were follow up questions based on var & let
Currying and hoisting in javascript
Difference between Typescript & Javascript
Explain the entire process (what actually happens in backend) starting from sending request from client to server and then back to client.