I applied through an employee referral. The process took 1 day. I interviewed at Samsung Semiconductor Inc (US) (Santa Clara, CA) in Dec 2025
Interview
1h30m total for 1st technical round. 5min brief introduction on both sides. Then directly come to the coding part, followed by questions on top of the code you wrote, regrading system design, coding style, etc.
Interview questions [1]
Question 1
Implementing an LRU cache in C++. Requires O(1) in get() and put().