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

      Check Point Software Technologies

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Check Point Software Technologies | Empleos en Check Point Software Technologies | Sueldos en Check Point Software Technologies | Prestaciones en Check Point Software Technologies
      Entrevistas en Check Point Software TechnologiesEntrevistas para el cargo de Software Engineer Student en Check Point Software TechnologiesEntrevista en Check Point Software Technologies


      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
      AttackIQ
      4.4★Remuneración y prestaciones
      avatar
      Riba&Carod Associats
      4.4★Remuneración y prestaciones

      Entrevista para Software Engineer Student

      12 dic 2023
      Candidato de entrevista anónimo
      Tel Aviv

      Otras evaluaciones sobre las entrevistas para el cargo de Software Engineer Student en Check Point Software Technologies

      Entrevista para Software Developer Student

      24 jul 2025
      Candidato de entrevista anónimo
      Tel Aviv
      Oferta rechazada
      Experiencia neutra
      Entrevista fácil

      Solicitud

      Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en Check Point Software Technologies (Tel Aviv) en oct 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.

      Preguntas de entrevista [1]

      Pregunta 1

      How map is actually working
      1 respuesta
      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 Check Point Software Technologies (Tel Aviv) en jul 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

      Preguntas de entrevista [1]

      Pregunta 1

      leet code problems like medium and easy
      Responder pregunta

      Entrevista para Student Software Developer

      27 mar 2025
      Empleado anónimo
      Oferta aceptada
      Experiencia neutra
      Entrevista fácil

      Solicitud

      Acudí a una entrevista en 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)

      Preguntas de entrevista [1]

      Pregunta 1

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

      Entrevista para Student Software Developer

      25 jun 2025
      Candidato de entrevista anónimo
      Tel Aviv
      Sin ofertas
      Experiencia neutra
      Entrevista difícil

      Solicitud

      Me postulé a través de una recomendación de un empleado. El proceso tomó 2 semanas. Acudí a una entrevista en Check Point Software Technologies (Tel Aviv) en mar 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.

      Preguntas de entrevista [1]

      Pregunta 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 pregunta