Envié una solicitud electrónica. El proceso duró 2 meses. Acudí a una entrevista en Flipkart en sept 2024
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
Apart from DS questions, they would first get an into from you
Solicité el puesto a través de un captador. Acudí a una entrevista en Flipkart (Bengaluru) en feb 2026
Entrevista
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
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.
Preguntas de entrevista [1]
Pregunta 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.