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

      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

      Synechron

      Empresa activa

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Synechron | Ofertas de empleos en Synechron | Sueldos en Synechron | Beneficios en Synechron
      Entrevistas de SynechronEntrevistas para el puesto de Senior Javascript Developer en SynechronEntrevista de Synechron


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empresas

      • Cuenta gratuita de empresa
      • Centro de empresas

      Información

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

      Trabaja con nosotros

      • Anunciantes
      • Empleo
      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 de primera mano.

      Búsquedas de empleo

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

      Las mejores empresas en cuanto a «Remuneración y beneficios» cerca de ti

      avatar
      Concentrix
      3.6★Remuneración y beneficios
      avatar
      IBM
      3.6★Remuneración y beneficios
      avatar
      Hewlett Packard Enterprise | HPE
      3.6★Remuneración y beneficios
      avatar
      Dell Technologies
      3.5★Remuneración y beneficios

      Entrevista de Senior Javascript Developer

      8 mar 2024
      Candidato de entrevista anónimo
      Pune
      Sin oferta
      Experiencia positiva
      Entrevista normal

      Solicitud

      Envié una solicitud electrónica. El proceso duró 5 días. Acudí a una entrevista en Synechron (Pune) en mar 2024

      Entrevista

      The first round is initial screening, job location preferences, work from the office, current expertise and contributions, and skill sets, it was a telephonic round by HR and then eligible for the second round which is Technical Round I, They have an interview process and I understand that is 1. Screening round 2. Technical round I 3. Technical Round II I reached so far

      Preguntas de entrevista [8]

      Pregunta 1

      What is an event loop?
      1 respuesta

      Pregunta 2

      Promises, async/await are tools in JavaScript for handling asynchronous code more elegantly.
      1 respuesta

      Pregunta 3

      what are three important states in JavaScript promise?
      1 respuesta

      Pregunta 4

      explain destructuring for Array, Object or String in JavaScript, and what are uses?
      1 respuesta

      Pregunta 5

      Explain the Pure function in the javascript
      1 respuesta

      Pregunta 6

      what is currying in the javascript Currying is a technique used to transform a function with multiple arguments into a sequence of nested functions, each taking a single argument. The curried function returns a new function for each argument until all arguments are provided, and then it finally returns the result. This technique allows for partial application of a function, meaning you can pass some arguments now and the rest later.
      1 respuesta

      Pregunta 7

      explain sorting principles with examples
      1 respuesta

      Pregunta 8

      write code to unique object array from var obj = [ { name: 'xyz', id: '1' }, { name: 'abc', id: '2' }, { name: 'xyz', id: '1' }, { name: 'pqr', id: '3' }, ];
      1 respuesta
      4