Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empleadores

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      Flipkart

      Parte de Walmart

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Flipkart | Empleos en Flipkart | Sueldos en Flipkart | Prestaciones en Flipkart
      Entrevistas en FlipkartEntrevistas para el cargo de UI Engineer II en FlipkartEntrevista en Flipkart


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empleadores

      • Cuenta de empleador gratuita
      • Centro de empleador

      Información

      • Ayuda
      • Pautas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de autorización de cookies

      Trabaja con nosotros

      • Anunciantes
      • Oportunidades laborales
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor", "Worklife Pro", "Bowls" y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información desde adentro.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Las mejores empresas en cuanto a "Remuneración y prestaciones" cerca de ti

      avatar
      Amazon
      3.7★Remuneración y prestaciones
      avatar
      Maze
      4.5★Remuneración y prestaciones

      Entrevista para UI Engineer II

      26 abr 2017
      Candidato de entrevista anónimo
      Bengaluru

      Otras evaluaciones sobre las entrevistas para el cargo de UI Engineer II en Flipkart

      Entrevista para UI Engineer II

      23 mar 2025
      Candidato de entrevista anónimo
      Bangalore Rural
      Sin ofertas
      Sin ofertas
      Experiencia negativa
      Entrevista promedio

      Solicitud

      Me postulé a través de una agencia de empleos. El proceso tomó 3 semanas. Acudí a una entrevista en Flipkart (Bengaluru) en abr 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.

      Preguntas de entrevista [5]

      Pregunta 1

      Q: What is call, apply and bind? Implement bind using call and apply.
      Responder pregunta

      Pregunta 2

      Q: Write poly-fill for Object.create?
      1 respuesta

      Pregunta 3

      Q: Check if strings are Anagram of each other?
      1 respuesta

      Pregunta 4

      Q: How do you flat an Array?
      3 respuestas

      Pregunta 5

      Q: Design split-wise game?
      Responder pregunta
      5
      Experiencia positiva
      Entrevista difícil

      Solicitud

      Me postulé a través de un reclutador. El proceso tomó 2 semanas. Acudí a una entrevista en Flipkart (Bangalore Rural) en mar 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

      Preguntas de entrevista [7]

      Pregunta 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
      Responder pregunta

      Pregunta 2

      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.
      Responder pregunta

      Pregunta 3

      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.
      Responder pregunta

      Pregunta 4

      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
      Responder pregunta

      Pregunta 5

      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
      Responder pregunta

      Pregunta 6

      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.
      Responder pregunta

      Pregunta 7

      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
      Responder pregunta

      Entrevista para UI Engineer II

      25 nov 2024
      Candidato de entrevista anónimo
      Bengaluru
      Sin ofertas
      Experiencia negativa
      Entrevista difícil

      Solicitud

      Acudí a una entrevista en 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.

      Preguntas de entrevista [1]

      Pregunta 1

      Something Around Grid Traversl Question
      Responder pregunta
      1