hims & hers | Software Engineer | Tech Phone Screen
Timeline: 2025(Oct - Dec) • Fulltime • JobHopper •
Waiting for result
Tech Phone Screen at hims & hers:
The interviewer started with some background questions to understand my experience. Then we moved on to a coding question which was based on arrays and strings. I was asked to write code to check for duplicates in an array.
I explained my approach and the interviewer seemed satisfied with the initial plan. I implemented the solution and ran through some test cases.
After the coding question, we discussed system design for a brief moment. The interviewer asked about scalability and how to handle real-time data.
Overall, the interview lasted about 45 minutes and I felt it went well. Awaiting feedback for the next steps!
Interview Questions
Duplicate Number
Given an array of integers, find if the array contains any duplicates.
Difficulty: Easy | Reference: LC-217 | Tags: Array
Design a Scalable System
Design a system that can handle real-time data processing.
Difficulty: Medium | Tags: System Design