hims & hers | Software Engineer | Phone Screen
Timeline: 2025(Oct - Dec) • Fulltime • JobHopper •
Waiting for result
I had a technical phone screen interview with hims & hers for a Software Engineer Fulltime role. The interview lasted about an hour and mainly focused on my previous experiences and some technical questions.
First, they asked me about my coding experience and specific projects I had worked on. I explained the different technologies and tools I used, and how I approached problem-solving in those projects.
Then, they moved on to some technical coding questions. I was given a couple of algorithm problems to solve on a whiteboard. The interviewer guided me through the thought process and assessed how I approached each problem. I felt it was a challenging but fair interview, and I appreciated their approach to evaluating my skills. Overall, it was a constructive and positive experience.
Interview Questions
Two Sum
Given an array of integers, find two numbers such that they add up to a specific target number.
Difficulty: Easy | Reference: LC-1 | Tags: Array, Hash Table
Best Time to Buy and Sell Stock
Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitted to complete at most one transaction, design an algorithm to find the maximum profit.
Difficulty: Easy | Reference: LC-121 | Tags: Array, Dynamic Programming