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

      GSI Technology

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de GSI Technology | Empleos en GSI Technology | Sueldos en GSI Technology | Prestaciones en GSI Technology
      Entrevistas en GSI TechnologyEntrevistas para el cargo de Senior Embedded Firmware Engineer en GSI TechnologyEntrevista en GSI Technology


      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.

      Entrevista para Senior Embedded Firmware Engineer

      30 dic 2025
      Candidato de entrevista anónimo
      Tel Aviv
      Sin ofertas
      Experiencia negativa
      Entrevista promedio

      Solicitud

      Me postulé en línea. El proceso tomó 4 semanas. Acudí a una entrevista en GSI Technology (Tel Aviv) en dic 2025

      Entrevista

      2 days after applying, I got a phone call from the recruiter and we talked for about 10-15 minutes. A few days after that call I had a 30 minutes video call with the hiring manager. He didn't ask any technical questions, only gave an overview of the company, some details of what the department he's a part of does, and what the roll of his team in that department is. 2 days after that video call I got another phone call from the recruiter who told me they wanted to proceed and invited me for a face-to-face interview at the office. That interview took place 1 week after the video-call. The interview started with the hiring manager presenting the board that contains their SoC and engineers use for testing in their work. Then he asked me to describe the system I was working on, give an example of an assignment I had which I really enjoyed doing and describe an interesting bug I dealt with. Then he asked 2 technical questions, each with 2 parts (see questions below). At this point the interview took a weird turn. During the 2nd part of the 2nd question, while I was working on a solution, the interviewer said he needed to step outside for a few minutes, and disappeared for about 30 minutes. All that time I was waiting for him in the conference room. At a certain point I decided to go look for him around the office, but couldn't find him anywhere, so I returned to the conference room, took a look at the clock on my phone (which until that point was tucked in my bag) and saw that we're already half an hour past the time the interview should have ended by. The interviewer came back a few minutes after that and continued the interview as normal, returning to that last technical question, then continuing with some more questions about me. At the end, an interview that was scheduled for 1.5 hours, took 2 hours and 50 minutes. The response with their decision after this interview came 2.5 weeks after the interview (not that I any intensions of proceeding after that facade). There's a proper, respectful way to treat candidates, and this, was not it.

      Preguntas de entrevista [2]

      Pregunta 1

      Write a function that gets a 4-byte integer, which is in little-endian, and returns it in big-endian.
      1 respuesta

      Pregunta 2

      Part 1: Implement a function that copies data from a source address to a destination address (just a one liner wrapper which uses memcpy). Part 2 : You now also have an API that triggers a DMA that can copy data efficiently, but it has a limitation that both the source address and the transfer length must be 8-byte aligned. Use this DMA API, and the API you wrote in part 1, to write an API that can copy any size of data from any source address to any destination.
      Responder pregunta