Candidatei-me por meio de recrutador(a). O processo levou 2 semanas. Fui entrevistado pela Flipkart (Bangalore Rural) em mar. de 2025
Entrevista
5 rounds started with Machine coding then Deep JS then DSA and MR then HR, I have mentioned the real-time question that they asked me I cleared the First round second got stuck due to not having a deep understanding of JS... Kindly check questions below it will be helpful for you
Perguntas de entrevista [7]
Pergunta 1
1- what is event delegation and how js handle ?
- here I gave one [ul] example then follow up question
- IF click on single li then how we can handle.
- how it works
- Benefits of event delegation
- event loop in Deep dive
2 - microtask and Macrotask me diff...
- how it is working on event loop
- how it is working with setTimeout and Promise
- then gave 1 example of promise and setTimeout ask the output of this
- Real word used cases
- suppose if we gave 5sec to both like setTimeout and promise which one execute first
- under micro and macro give one example
- apart from setTimeout and promise give other example.
3 - what is web-worker and Service Worker
- I explained - then Counter question - If both are working in Background then how ew can improve performance
- If JS is a single threaded then how it handle heavy computations and async operations
- How multi-threaded achieved in JS ?
- Give me example - In flipkart how we can use service worker.
- what about the benefits of this.
4 - Diff CSR vs SSR
- Give example and explanation about CSR flow
- Give example and explanation about SSR flow
- If HTML is rendered in Server then what about JS how it will work
- How SSR work Without JS
- what are the basic cases of SSR optimization
5 - What is core web vitals
- what is TTFB and INP
- Tell me core web vitals and non core web Vitals names
- what is TBT
- how you debug performance in dev tools and give some names
- what is LCP
- again he said open flipkart home-page and tell what is LCP here
- how we can improve LCP
- how we can debug INP
6 - Write a prototype for starWith in JavaScript
- give example of polyfills using starWith
- Once I write some lines - He said explain also one by one line.
Output based questions -
1 - console.log("apple" > "pineapple")
- How Unicode compare the char
- how we can get the Unicode value
2 - console.log("apple" < "pineapple")
3 - console.log("[] + []") - explain about this
4 - console.log("{} + {}") - explain about this
Fiz uma entrevista na empresa Flipkart (Bengaluru).
Entrevista
First Round Was Machine Coding Round which was virtual and it was of 180 Minutes. I had to code in modular way using HTML,CSS,Js, No framework was allowed. The question has Good Have and must Have feature. I implemeted all the Must to have feature.
Candidatei-me por meio de uma agência de recrutamento. O processo levou 3 semanas. Fui entrevistado pela Flipkart (Bengaluru) em abr. de 2017
Entrevista
I received call from recruitment agency. Since, I was not from Bangalore, there were 2 telephonic rounds before they called me for Face to Face rounds.
Flipkart booked up and down flight and cab tickets, you just have to share the details to them. However, when I sent an e-mail to HR asking for details, they will not consider it important to reply.
There were 3 Face to Face rounds:
1st round - It was Machine coding round and I was asked to implement a game using vanilla JavaScript. Interviewer was good and we had good discussion about my approach.
2nd round - Algorithm and data structure round. Interviewer was friendly in nature and gave me time to think about the solution and improve it.
3rd round - I was asked to design split-wise. Interviewer was impatient and was not clear with his questions. When I answer one question, he would completely change the question and mention that I was not expecting this. He also asked me to design backend for split-wise which I did not expect for UI Engineer interview. He asked me about performance issues in UI that I faced and instead of listening me completely he starting explaining how Flipkart does lazy loading.
It was hard to get reply from HR in the end. They did not plan my interview well. I reached Flipkart at 9:00 a.m. in the morning and they conducted only 3 rounds till 6:00 p.m.
In the end, I called HR several time to inform that I am leaving for the day but HR did not responded back. Since Flipkart is already a big brand, they don't care if they reject few good candidates. HR team need to be little professional handling the candidates.
Interview was not difficult and It could be cracked given you do not get a impatient interviewer.
Perguntas de entrevista [5]
Pergunta 1
Q: What is call, apply and bind? Implement bind using call and apply.