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

      Nagarro

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Nagarro | Empleos en Nagarro | Sueldos en Nagarro | Prestaciones en Nagarro
      Entrevistas en NagarroEntrevistas para el cargo de React Developer en NagarroEntrevista en Nagarro


      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.

      Entrevista para React Developer

      24 ene 2024
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia negativa
      Entrevista fácil

      Solicitud

      Me postulé en persona. Acudí a una entrevista en Nagarro

      Entrevista

      First round was online test for which they shared "front-end assessment link" , later the recruiter told she shared the wrong test instead i have to give "React assessment". after clearing assessment i was scheduled for technical interview where the interviewer asked whether i have worked on Vue or svelte , and this position for for Vue only. Interviewer was not interested in the interview and called off in 10 mins. Very disorganized interview process

      Preguntas de entrevista [1]

      Pregunta 1

      1.coding assesment and MCQ 2.why use react
      Responder pregunta
      2

      Otras evaluaciones sobre las entrevistas para el cargo de React Developer en Nagarro

      Entrevista para React Developer

      26 jun 2025
      Candidato de entrevista anónimo
      Bengaluru
      Sin ofertas
      Experiencia negativa
      Entrevista promedio

      Solicitud

      Acudí a una entrevista en Nagarro (Bengaluru)

      Entrevista

      Online MCQ 60 min, ~40 Qs Aptitude & technical theory 2. Coding test 3 hrs, 3–5 Qs DSA problem solving 3. Technical interview 45–60 min Explain code, DSA, domain skills 4. HR interview 20–30 min Fit, motivation, salary

      Preguntas de entrevista [1]

      Pregunta 1

      Hooks flex lifecycle js map set
      Responder pregunta
      1

      Entrevista para React Developer

      16 ago 2024
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé a través de un reclutador. El proceso tomó 1 semana. Acudí a una entrevista en Nagarro

      Entrevista

      1. Online Test (45 min) - aptitude, react MCQ, 2 coding questions. This test was in 3 sections as mentioned above. 2. Technical Round (45 min) (React, JS, HTML, CSS Questions) This test was a virtual round.

      Preguntas de entrevista [1]

      Pregunta 1

      1. Versions of React you have worked on and features of latest React version you have worked with? 2. All the hooks that you have used. Explain when to use useCallback. 3. How to manage state in React? 4. Custom hooks. Why use it? 5. What CSS preprocessors you have worked on? 6. Redux related questions. 7. Use of effects in Saga middleware. 8. Which library have you used for testing? Some basic questions. 9. Positions in CSS 10. Grid vs Flex 11. Semantic elements 12. JS questions ---------------- var a = [] function test(b) {     a.push(b)   return b } var a = [1,2,3] var b = a b.push(4) console.log(a) ---------------- let i;  for (i = 0; i < 3; i++) {     const log = () => {     console.log(i); } setTimeout(log, 100); } ---------------------- var obj = {    a: “John”,    fun1: function () {     console.log(this)    } }  obj.fun1() ----------------- var obj = {     a: “John”,     fun1: () => {      console.log(this)     }  }  obj.fun1() -------------------- 13. Create a timer/stopwatch using react.
      Responder pregunta
      7