I applied through college or university. I interviewed at Dell Technologies
Interview
The first interview was in Beer-Sheeva Dell's offices, Israel, with two interviewers.
The interview consisted of 3 programming questions, and the answer had to be described in psaudo-code (white board).
Later on there was an additional interview (to whom passed the first one), and then an HR interview.
Interview questions [1]
Question 1
Given a set of n integers, describe a data structure that supports the following methods:
1. Add a new element
2. Restart the current elements to a certain value (this should not influence elements added after the restart!)
3. Delete an element.