J'ai postulé via une agence de recrutement. Le processus a pris 1 jour. J'ai passé un entretien chez Flipkart (Bengaluru) en sept. 2018
Entretien
No initial telephonic call from HR or anyone. Directly called to their office through a mail which was 10km away from my place. They gave a coding round for which I had to ring my own laptop. After the round the HR came and said team was not happy with my solution and that it was not running, though a person from team had come a few mins before and had seen my running code. Complete waste of time. They should do a telephonic round or assignment round first instead of wasting people's time. Very unprofessional behaviour. They just need a reason to call you and just send you back.
Questions d'entretien [1]
Question 1
Asked to develop a chat application in 2 hrs using pure JS
J'ai postulé via un recruteur. J'ai passé un entretien chez Flipkart (Bengaluru) en févr. 2026
Entretien
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
J'ai postulé en ligne. Le processus a pris 2 mois. J'ai passé un entretien chez Flipkart en sept. 2024
Entretien
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.
Questions d'entretien [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.
Questions d'entretien [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.