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

      11 ene 2019
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé a través de un reclutador. El proceso tomó 2 semanas. Acudí a una entrevista en Algotec en nov 2018

      Entrevista

      Call from HR then interview with team leader in-person 1:1 Tell about your self and experience then written test - coding and design. Questions were reasonable and to the point. No cryptic riddles

      Preguntas de entrevista [1]

      Pregunta 1

      In C - clean a string from spaces Same questions as already here
      Responder pregunta

      Otras evaluaciones sobre las entrevistas para el cargo de Software Developer en Algotec

      Entrevista para Software Engineer

      16 oct 2019
      Candidato de entrevista anónimo
      Raanana
      Sin ofertas
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé en línea. El proceso tomó 3 días. Acudí a una entrevista en Algotec (Raanana) en ene 2018

      Entrevista

      the interview was very nice. i got a full review of the product and had a lot of time for questions. the question were straight forward and right on the things that i was told to learn

      Preguntas de entrevista [1]

      Pregunta 1

      reverse a string
      Responder pregunta

      Entrevista para Software Engineer

      10 ene 2018
      Candidato de entrevista anónimo
      Tel Aviv
      Sin ofertas
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en Algotec (Tel Aviv) en dic 2017

      Entrevista

      After a call from HR, i was summoned to an in place interview which lasted about 4 hours. During the first two hours we talked about their company, and my background. The other two hours were questions.

      Preguntas de entrevista [1]

      Pregunta 1

      First few questions were easy enough, finding bugs in a small piece of code. The big question, as everyone else mentioned: "Design a system that draws notes on the screen, while supporting unlimited UNDOs" (design a memory-efficient solution, and a time-efficient solution): answer: -time efficient: push the current screen state to a stack, then push to stack the new state when a new note is drawn, or pop from stack when UNDO. -memory efficient: keep the current screen state in a stack, then push to stack only the details about the drawn note whenever a note is drawn (size, location, color ...), and for each UNDO iterate the stack from the beginning (the initial screen state) and draw everything from scratch.
      Responder pregunta