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

      Algotec

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Algotec | Empleos en Algotec | Sueldos en Algotec | Prestaciones en Algotec
      Entrevistas en AlgotecEntrevistas para el cargo de Senior Software Developer en AlgotecEntrevista en Algotec


      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 Senior Software Developer

      7 jul 2016
      Candidato de entrevista anónimo
      Ra`ananna
      Sin ofertas
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé a través de una agencia de empleos. El proceso tomó 1 semana. Acudí a una entrevista en Algotec (Ra`ananna) en abr 2016

      Entrevista

      The first interview with a team leader, an exam (about an hour and a half). Second interview with group manager, another question (about an hour). the process was fast, people are fairly nice

      Preguntas de entrevista [5]

      Pregunta 1

      Write a function that gets an array of numbers and zero's and returns the array without the zero values. should be consider run time (without extra memory)
      1 respuesta

      Pregunta 2

      var funcs = {}; for (var i=0; i<3; i++){ funcs[i] = function(){ alert[i); } } for (var j = 0; j < 3; j++){ funcs[j](); } the code should print 0, 1, 2. but there is a bug, what is it and how should you fix it?
      1 respuesta

      Pregunta 3

      Given a code A wrote, putting the code in a given code B. there is the same parameter 'i' in A code & B code. the code doesn't work: 1. why? 2. how to fix. 3. how to make it generic
      1 respuesta

      Pregunta 4

      OO structure question of building a post system that can create notes on a screen. describe how you would do UNDO function. give 2 answers, one should be fast, the other low memory.
      1 respuesta

      Pregunta 5

      Second interview: Given a system the knows how to handle Queues, give a solution to a slow process to handle messages that are kept in a queue. the types are A,B,C. the queue is like A,A,B,C,A rules: 1. can't process same message type at the same time (order must be kept) an expansion to the queue is a message of two types AC that cannot be split.
      Responder pregunta
      3