Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For Employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo

      GSI Technology

      Is this your company?

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: GSI Technology reviews | GSI Technology jobs | GSI Technology salaries | GSI Technology benefits
      GSI Technology interviewsGSI Technology Senior Embedded Firmware Engineer interviewsGSI Technology interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent Posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls," and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalized job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      Siemens
      3.8★Compensation & Benefits
      avatar
      Samsung Electronics
      3.7★Compensation & Benefits
      avatar
      Broadcom
      4.1★Compensation & Benefits
      avatar
      ABB
      3.7★Compensation & Benefits

      Senior Embedded Firmware Engineer Interview

      Dec 30, 2025
      Anonymous Interview Candidate
      Tel Aviv-Yafo
      No offer
      Negative experience
      Average interview

      Application

      I applied online. The process took 4 weeks. I interviewed at GSI Technology (Tel Aviv-Yafo) in Dec 2025

      Interview

      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.

      Interview questions [2]

      Question 1

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

      Question 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.
      Answer question