I applied online. I interviewed at SolarEdge Technologies (Herzliya) in Mar 2026
Interview
About six months ago, I interviewed for a Chip Design Student position at SolarEdge in Herzliya. The interview process consisted of two separate one-hour rounds, covering a mix of hardware and software technical questions.
The first round was conducted by the Design and Verification Team Leads. Both were very approachable, friendly, and created a welcoming atmosphere. The second round was with the VP of Product Development. His interviewing style and personality are somewhat unconventional, so a good tip for this stage is to quickly read the room, adapt to his communication style, and speak 'his language' to build strong rapport
Interview questions [1]
Question 1
Q1: You receive the dimensions of a bounding rectangle as input: length and width.
Additionally, you are given an array of smaller rectangles.
The goal is to pack the main rectangle with these smaller ones. If a row runs out of space, move down to the next row, and so on.
Q2: Implement a D-Latch using basic logic gates, given the inputs D and ENABLE.
Next, implement the same latch using a Multiplexer (MUX).
Following this, there are questions regarding timing analysis