Ir para o conteúdoIr para a pasta
  • Vagas
  • Empresas
  • Salários
  • Para empresas

      Avance em sua carreira

      Descubra qual pode ser seu salário, conquiste a vaga dos seus sonhos e compartilhe insights de qualidade de vida com sigilo.

      employer cover photo
      employer logo
      employer logo

      Algotec

      Essa empresa é sua?

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa Algotec | Vagas da empresa Algotec | Salários da empresa Algotec | Benefícios da empresa Algotec
      Entrevistas da empresa AlgotecEntrevistas do cargo de C++ Developer da empresa AlgotecEntrevista da empresa Algotec


      Glassdoor

      • Sobre
      • Prêmios
      • Blog
      • Fale conosco

      Empresas

      • Conta gratuita de empresa
      • Área da empresa
      • Blog para empresas

      Informações

      • Ajuda
      • Regras da Comunidade
      • Termos de Uso
      • Privacidade e opções de anúncios
      • Não venda nem compartilhe minhas informações
      • Ferramenta de consentimento de uso de cookies

      Trabalhe conosco

      • Anunciantes
      • Carreiras
      Baixe o aplicativo:

      • Busque por:
      • Empresas
      • Vagas
      • Localizações

      Copyright © 2008-2026. Glassdoor LLC. “Glassdoor”, “Worklife Pro”, “Bowls” e o logotipo do Glassdoor são marcas comerciais pertencentes à Glassdoor LLC.

      Empresas seguidas

      Fique por dentro de todas as oportunidades e dicas internas seguindo as empresas de seus sonhos.

      Buscas de vagas

      Comece a buscar vagas para receber atualizações e recomendações personalizadas.

      As melhores empresas na categoria “Remuneração e benefícios” perto de você

      avatar
      HHH
      3.9★Remuneração e benefícios

      Entrevista para C++ Developer

      8 de jan. de 2019
      Candidato(a) sigiloso(a) à entrevista
      Raanana

      Outras avaliações de entrevista de vagas de C++ Developer da empresa Algotec

      Entrevista para C++ Developer

      29 de dez. de 2019
      Funcionário(a) sigiloso(a)
      Oferta aceita
      Experiência positiva
      Entrevista com nível médio de dificuldade
      Nenhuma oferta
      Experiência neutra
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me por meio de recrutador(a). O processo levou 1 dia. Fui entrevistado pela Algotec (Raanana) em nov. de 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

      Perguntas de entrevista [1]

      Pergunta 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 à pergunta
      1

      Candidatura

      Fiz uma entrevista na empresa 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.

      Perguntas de entrevista [1]

      Pergunta 1

      delete spaces from string
      Responder à pergunta

      Entrevista para Software Engineer (C++)

      31 de ago. de 2016
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência positiva
      Entrevista difícil

      Candidatura

      Candidatei-me por meio de uma agência de recrutamento. O processo levou 3 dias. Fui entrevistado pela Algotec em ago. de 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.

      Perguntas de entrevista [1]

      Pergunta 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 à pergunta
      2