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 SW Engineer 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 SW Engineer

      7 sep 2024
      Candidato de entrevista anónimo
      Tel Aviv

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

      Entrevista para SW Engineer

      8 abr 2024
      Empleado anónimo
      Oferta aceptada
      Experiencia positiva
      Entrevista promedio
      Oferta rechazada
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en Check Point Software Technologies (Tel Aviv) en jul 2022

      Entrevista

      The interview process typically starts with a phone interview to discuss your experience and basic qualifications. Next, you'll receive a home test with 3 coding questions. After that, there will be a first technical interview focused on problem-solving and coding challenges. Finally, you'll have a second interview with the team lead to discuss your projects, teamwork, and overall fit with the team and company culture.

      Solicitud

      Me postulé a través de una facultad o universidad. Acudí a una entrevista en Check Point Software Technologies

      Entrevista

      1. phone call 2. online exam that contained 3 questions in every language I want 3. interview on site with team leader, about an hour 4. second interview with hiring manager and with HR

      Preguntas de entrevista [1]

      Pregunta 1

      asked about previous projects, OSI model
      Responder pregunta

      Entrevista para SW Engineer

      27 ago 2023
      Candidato de entrevista anónimo
      Tel Aviv
      Oferta rechazada
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé a través de un reclutador. Acudí a una entrevista en Check Point Software Technologies (Tel Aviv) en ago 2022

      Entrevista

      Implement lru cache Design a data structure that follows the constraints of a Least Recently Used (LRU) cache. Implement the LRUCache class: LRUCache(int capacity) Initialize the LRU cache with positive size capacity. int get(int key) Return the value of the key if the key exists, otherwise return -1. void put(int key, int value) Update the value of the key if the key exists. Otherwise, add the key-value pair to the cache. If the number of keys exceeds the capacity from this operation, evict the least recently used key.

      Preguntas de entrevista [1]

      Pregunta 1

      How can you improve the code complicity that functions get and put must each run in O(1) average time complexity.
      Responder pregunta