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 Engineer (C++) 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.

      Las mejores empresas en cuanto a "Remuneración y prestaciones" cerca de ti

      avatar
      Northside Hospital
      4.0★Remuneración y prestaciones
      avatar
      NewYork-Presbyterian Hospital
      4.1★Remuneración y prestaciones
      avatar
      Bethesda Hospital East
      3.5★Remuneración y prestaciones
      avatar
      Aidoc
      3.6★Remuneración y prestaciones

      Entrevista para Software Engineer (C++)

      31 de ago de 2016
      Candidato de entrevista anónimo
      Sin ofertas

      Otras evaluaciones sobre las entrevistas para el cargo de Software Engineer (C++) en Algotec

      Entrevista para C++ Developer

      29 de dic de 2019
      Empleado anónimo
      Oferta aceptada
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Acudí a una entrevista en Algotec

      Entrevista

      first interview with team leader 2 hours , secound interview with team leader and then with head team 1.5 hours ,HR 0.5 hours very nice and fast process. Before the test the interviewer gave me a thorough description of the company, its departments and products.

      Preguntas de entrevista [1]

      Pregunta 1

      delete spaces from string
      Responder pregunta
      Experiencia positiva
      Entrevista difícil

      Solicitud

      Me postulé a través de una agencia de empleos. El proceso tomó 3 días. Acudí a una entrevista en Algotec en ago 2016

      Entrevista

      After a short phone interview was called to a technical interview. The interview took place in a quiet room with the team manager. The first half hour was more of an introductory session. I explained about myself and my resume and then he explained a bit about the role and the team as well as what the company does. Immediately after he gave me a written exam which included both technical and design questions. He gave me the exam and left, when I finished I called him up and we discussed the solutions, going over every question. After the first interview I was called to a second one with the team leader. Same kind of process, about a half hour of explaining about myself and then he explained more about the role and technologies. And then another test which focused more on design, efficiency and good data structure use. Seemed very nice, not pushing at all. Wanted me to get to the right answer even if it meant giving me hints.

      Preguntas de entrevista [1]

      Pregunta 1

      For the first interview: similar questions to what other people wrote here with the addition of one new question: You are given a pseudo code for a paint program - the code creates buttons for the different shapes in the GUI and there is a function which is called when a button is pressed. This function draws the shape on the screen. You are asked to design the system/class structure in such a way that you are able to dynamically create the buttons (in a loop for instance) as well as adding support for new shapes with the addition of just one line of code (not including the code for drawing the shape) Second interview: You are given a system which is comprised of a DB table and XML Files. The system is built in such a way that for every record in the table there should be a corresponding XML file. Some of the fields in the record are present in the XML file, and there are some fields in the XML file which are not present in the DB. You are first tasked to explain how you would find the following 4 issues that may appear: 1) Missing XML: There are records which do not have a corresponding XML file 2) Orphaned XML: There are XML files which do not have a corresponding record in the table 3) Bad XML data: There are XML files with discrepancies with the DB (You do not know which is the good data and which is the bad data) 4) Corrupt XML data: There is an XML file which you cannot open The second question: Design an algorithm/work flow which will allow you to take the current state of the system and find out all the files/records with problems as stated above. Take into account that there are 10 million XML files and similar number of records The third question: Modify your algorithm to support fixing each problem encountered
      Responder pregunta
      2

      Entrevista para C++ Developer

      8 de ene de 2019
      Candidato de entrevista anónimo
      Raanana
      Sin ofertas
      Experiencia neutra
      Entrevista promedio

      Solicitud

      Me postulé a través de un reclutador. El proceso tomó 1 día. Acudí a una entrevista en Algotec (Raanana) en nov 2018

      Entrevista

      Ask about project that I take part of. then bring writen test and give me two hours to answer. Then come back and I show him all the answer and we talk about some mistake there

      Preguntas de entrevista [1]

      Pregunta 1

      1.write code that remove spaces from string and split it by ',' to array in O(n) 2.why the destructor should be Virtual (ans : to clean all the memory we created by sub class) 3.design 2 options of undo function for drawing page (ans : 1. faster but use more space - save each time the whole screen 2. less space but slower - save each time the last metadata of ecah object) 4.some probelm about not having copy cunstructor (use the default one - cause problem sometime - not allocate memory as we tought and might crash). 5.Factory pattern design. change from many "if" to factory design. (ans : Factory design and each time just add to dictionary and dont need to cahnge code)
      Responder pregunta
      1