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

      MyHeritage

      Empresa activa

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre MyHeritage | Ofertas de empleos en MyHeritage | Sueldos en MyHeritage | Beneficios en MyHeritage
      Entrevistas de MyHeritageEntrevistas para el puesto de Senior Web Developer en MyHeritageEntrevista de MyHeritage


      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
      Google
      4.5★Remuneración y beneficios
      avatar
      Amazon
      3.7★Remuneración y beneficios
      avatar
      Meta
      4.6★Remuneración y beneficios
      avatar
      Booking.com
      4.2★Remuneración y beneficios

      Entrevista de Senior Web Developer

      12 sept 2017
      Candidato de entrevista anónimo
      Sin oferta
      Experiencia negativa

      Otras opiniones sobre las entrevistas para el puesto de Senior Web Developer en MyHeritage

      Entrevista de Senior Web Developer

      30 jun 2016
      Candidato de entrevista anónimo
      Or Yehuda
      Sin oferta
      Entrevista difícil

      Solicitud

      Solicité el puesto a través de un captador. Acudí a una entrevista en MyHeritage

      Entrevista

      The first interview was conducted via a skype phone call, since I live and work in Canada. The second was a 1.5 hour "quiz". Now I'm not sure why they chose this methodology of testing people perhaps it works for them in some countries around the world. But it certainly didn't work for me. Having been in this business 20 years I can say with certainty that this is a terrible way to assess a candidates worthiness or even performance. I know of only two engineers that could have answered all three questions (both have masters degrees in computer science), in the time frame specified. If you want a challenge to prove your programming skills go ahead and take it but IMHO, stay away and don't get discouraged if you can't get any of the questions right.
      3
      Experiencia negativa
      Entrevista normal

      Solicitud

      Envié una solicitud electrónica. El proceso duró 4 días. Acudí a una entrevista en MyHeritage (Or Yehuda) en jun 2016

      Entrevista

      Phone call with HR then The interview was with a young TM that was sent to give me a test in front of a computer with some questions. The computer was a MacBook

      Preguntas de entrevista [4]

      Pregunta 1

      Write a method that takes a string and reverse it
      3 respuestas

      Pregunta 2

      Write recursive Fibonacci function. when entering n = 100, the recursion gets stuck. so write a non-recursive Fibonacci function
      1 respuesta

      Pregunta 3

      Closure problem: function addButtons(numButtons) { for (var i = 0; i < numButtons; i++) { var button = document.createElement('input'); button.type = 'button'; button.value = 'Button ' + (i + 1); button.oncl1ck = function() { alert['Button ' + (i + 1) + ' clicked'); }; document.body.appendChild(button); document.body.appendChild(document.createElement('br')); } } window.onl0ad = function() { addButtons(5); }; when clicking either button (1-5) will print "Button 5 Clicked",
      1 respuesta

      Pregunta 4

      CSS question, where you have a section of an element with width:75% and another element with width:25%, where the padding is 1rem. the elements don't sit on the same block but are one above the other. fix it with CSS only
      1 respuesta
      3