I applied through an employee referral. The process took 2 weeks. I interviewed at Apple (Herzliyya) in May 2025
Interview
One phone call with HR, one phone call with the group manager.
The first day of interviews included two interviews back-to-back of an hour long each one. They first one mainly focused on technical questions and the second was balanced between technical questions and previous experience discussion.
The first interviewer was really pleasant, the second one was just awful - he was not nice at all. He wasn't open for discussion, and cut me all through our discussions when I was explaining things.
Interview questions [1]
Question 1
Implement aligned malloc free function. Also some questions about bit manipulation.
I applied through a recruiter. The process took 2 weeks. I interviewed at Apple (Cupertino, CA) in Aug 2024
Interview
1. call with hiring manager, mix of technical and interest in team area
2. technical interview with team member (45 minutes), embedded C coding
3. virtual on-site with 7 technical interviews (45 minutes * 7), mainly focusing on embedded C knowledge and coding questions around embedded firmware implementation and design
Interview questions [1]
Question 1
TASK: have three threads print in order the following string using C
"123123123......"
I applied through an employee referral. The process took 4 weeks. I interviewed at Apple (Tel Aviv) in Oct 2023
Interview
It started with a Referral application
Then I received a call from the manager discussing the group im being interviewed for. (it was a startup that apple bought, mainly working with providing API for other developers working with storage)
2 Hours technical interview - leetcode style
Interview questions [1]
Question 1
- Merge sort (with linked lists and once with arrays)
- another leetcode style question
- Producer Consumer implementation with semaphores