I applied through an employee referral. The process took 5 days. I interviewed at Apple in Nov 2022
Interview
After the HR phone screen, we scheduled a first-round phone interview, which is 45 minutes interview. In the beginning, we introduce ourselves and then followed by the coding question. After the coding is done. We discussion how can we improve it, how to handle multi-thread problems.
Interview questions [1]
Question 1
Design an LRU cache. You need to define the APIs and all operations should run in O(1) time.