Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empresas

      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

      Radware

      Empresa activa

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Radware | Ofertas de empleos en Radware | Sueldos en Radware | Beneficios en Radware
      Entrevistas de RadwareEntrevistas para el puesto de Student Backend Engineer en RadwareEntrevista de Radware


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empresas

      • Cuenta gratuita de empresa
      • Centro de empresas

      Información

      • Ayuda
      • Normas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de consentimiento de cookies

      Trabaja con nosotros

      • Anunciantes
      • Empleo
      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 de primera mano.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Las mejores empresas en cuanto a «Remuneración y beneficios» cerca de ti

      avatar
      SAP
      3.9★Remuneración y beneficios
      avatar
      Cisco
      4.0★Remuneración y beneficios
      avatar
      ADP
      3.5★Remuneración y beneficios
      avatar
      Autodesk
      4.0★Remuneración y beneficios

      Entrevista de Student Backend Engineer

      26 dic 2019
      Candidato de entrevista anónimo
      Tel Aviv
      Oferta rechazada
      Experiencia neutra
      Entrevista fácil

      Solicitud

      Envié una solicitud electrónica. El proceso duró 2 semanas. Acudí a una entrevista en Radware (Tel Aviv) en nov 2019

      Entrevista

      Stage 1: Short phone interview with a recruiter who ask few questions about my availability, university background and my salary expectations(they tend to offer 80-90 NIS per hour). Stage 2: I was invited to on-site 1:1 interview with a team leader who asked me several technical questions. The interviewer was very nice and friendly and the atmosphere over the interview was pleasent. Stage 3: After I passed the first interview I was invited to on-site 2:1 interview with two engineers. They both were very nice and friendly. I was asked two design-based questions. Stage 4: The final stage is a HR interview, but I received an offer from other company so I ended the process earlier that interview. The engineers and the team leader were very friendly and the interviews conducted in pleasent atmosphere but the place feels like old-fashion workplace and not like a tempting HiTech company, in my opinion at least.

      Preguntas de entrevista [7]

      Pregunta 1

      1st interview: The classic two-sum question. write a function that receive an array of integers and a target value, and returns the indexes i,j such that array[i] + array[j] = target(if they're exist)
      1 respuesta

      Pregunta 2

      1st interview: write a function that receive a linked list of length n and an integer k, that returns the val of the node located k steps from the end with only one pass over the list (you can assume k < n)
      1 respuesta

      Pregunta 3

      1st interview: write a function that receives a binary tree and prints the values of every level in the tree from root to bottm from left to right
      Responder pregunta

      Pregunta 4

      1st interview: follow up question of the previous one- write a function that receives a binary tree and prints the values of the first level from left to right, the next level from right to left, the next level from left to right and so on..
      1 respuesta

      Pregunta 5

      1st interview: right a function that receive an array of integers such that every element in the array, except one, appears even number of times. you should find the one element who appears odd number of times. the solution should be in O(n) runtime complexity and O(1) memory complexity
      1 respuesta

      Pregunta 6

      2nd interview: Implement virtual Excel using OOD
      Responder pregunta

      Pregunta 7

      2nd interview: memory managment- you have 1M of memory bytes and you should write a class the overrides malloc and free functions, which allocate n bytes for each call of "malloc" and free every pointer for each call of "free(ptr)" in O(1) for both functions. (you can do preprocessing)
      Responder pregunta
      8