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

      Check Point Software Technologies

      Empresa engajada

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa Check Point Software Technologies | Vagas da empresa Check Point Software Technologies | Salários da empresa Check Point Software Technologies | Benefícios da empresa Check Point Software Technologies
      Entrevistas da empresa Check Point Software TechnologiesEntrevistas do cargo de Software Engineer Student da empresa Check Point Software TechnologiesEntrevista da empresa Check Point Software Technologies


      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
      Capgemini
      3.7★Remuneração e benefícios
      avatar
      SAP
      3.9★Remuneração e benefícios
      avatar
      Bloomberg
      4.0★Remuneração e benefícios
      avatar
      Deel
      4.2★Remuneração e benefícios

      Entrevista para Software Engineer Student

      12 de dez. de 2023
      Candidato(a) sigiloso(a) à entrevista
      Tel Aviv-Yafo

      Outras avaliações de entrevista de vagas de Software Engineer Student da empresa Check Point Software Technologies

      Entrevista para Software Developer Student

      24 de jul. de 2025
      Candidato(a) sigiloso(a) à entrevista
      Tel Aviv-Yafo
      Oferta recusada
      Experiência neutra
      Entrevista fácil

      Candidatura

      Candidatei-me online. O processo levou 2 semanas. Fui entrevistado pela Check Point Software Technologies (Tel Aviv-Yafo) em out. de 2022

      Entrevista

      She asked for basic data structures and basic algorithms. Don't remember exactly those questions but just go over the basic data structures from the DAST course (or any other names for it) and those functionalities and you'll be just fine.

      Perguntas de entrevista [1]

      Pergunta 1

      How map is actually working
      1 resposta
      Nenhuma oferta
      Experiência positiva
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me por meio de recrutador(a). O processo levou 2 semanas. Fui entrevistado pela Check Point Software Technologies (Tel Aviv-Yafo) em jul. de 2025

      Entrevista

      it was good the platform was nice to work on and understandable, showed my skills pretty well! they came back to me pretty quickly as well! like 40 minutes after the code challenges

      Perguntas de entrevista [1]

      Pergunta 1

      leet code problems like medium and easy
      Responder à pergunta

      Entrevista para Student Software Developer

      27 de mar. de 2025
      Funcionário(a) sigiloso(a)
      Oferta aceita
      Experiência neutra
      Entrevista fácil

      Candidatura

      Fiz uma entrevista na empresa Check Point Software Technologies.

      Entrevista

      HR screening, home assignment - easy-medium codility. TL interview (90 min) - 2 technical questions - reverse linked list and another one a bit more complicated. GM interview (60 min)

      Perguntas de entrevista [1]

      Pergunta 1

      Reverse a linked list. Comparing recursion and iteration based solutions.
      Responder à pergunta

      Entrevista para Student Software Developer

      25 de jun. de 2025
      Candidato(a) sigiloso(a) à entrevista
      Tel Aviv
      Nenhuma oferta
      Experiência neutra
      Entrevista difícil

      Candidatura

      Candidatei-me por indicação de um funcionário. O processo levou 2 semanas. Fui entrevistado pela Check Point Software Technologies (Tel Aviv) em mar. de 2025

      Entrevista

      In the first step, there was not interview, only a coding exercise conaining 3 LeetCode -like questions. For one of them i had to think of the "fastest" solution, where for the rest i needed only to get correct algorithms.

      Perguntas de entrevista [1]

      Pergunta 1

      Input: string in the format of XX:XX, where X could be either X or a digit (guaranteed). output: fill the X's so the string will contain the "latest" date on the year in the format of DD:MM, or null if the date is invalid. for example: 1. the input is "24:XX", the XX will be 12 because the latest date in the year that could fit here is December 24th. 2. the output for "X1:11" the date would be "21:11" beacuse November doesn't have only 30 days and not 31 so "31:11" is invalid 3. the output for "4X:XX" would be null because there is no month with more then 31 days in it. note: rembember that each month have a different amound of days
      Responder à pergunta