I applied through a recruiter. The process took 3 weeks. I interviewed at Wayfair (Boston, MA) in Aug 2018
Interview
The process took about 3 weeks. Phone call with the recruiter, technical phone call then on-site loop interviews. They pay you the flight and hotel but just for one day, even if your flight is 5-6 hours long and 3-hour difference.
Phone pad problem (except 0), combinations with a chess piece returning a list of numbers of a specific length, ex. Starting point 1, Chess piece Knight, length 3: return {181, 183, 161, 167}
Implement a function that returns a sum of all multiples of N in an array.
Instead of multiples of N, multiples of any other number in a different array.
HR reached out and scheduled the discussion - discussed the details of the position.
One Online assignment
Scheduled one DSA round. - medium leetcode
System design round discussion - where we discussed the details of the different component of the system
Interview questions [1]
Question 1
They always ask the same question from each of the candidates.
I applied online. I interviewed at Wayfair (Toronto, ON) in Aug 2025
Interview
Overall ok but the coding test environment is like a black box that you just can’t debug. If you solve by debugging, you’re doomed. LeetCode won’t really prepare you for this.
I applied online. The process took 1 day. I interviewed at Wayfair (Bengaluru) in Apr 2025
Interview
The 1st round was Coding round on Hacker rank, the question was to validate if given set of IP address or not.
The second question was on Task scheduling which was based on hashmap.