Me postulé a través de un reclutador. El proceso tomó 1 semana. Acudí a una entrevista en Wayfair (Boston, MA) en feb 2014
Entrevista
Step 1 - Recruiter contacted me about opening
Step 2 - Recruiter interviewed and asked typical recruiter questions.
Step 3 - 30 minutes technical interview. Interviewer asked about project that I liked in the past. And asked question related to SQL join.
Step 4 - Onsite interview - 3 hours long.
1-st Hour: asked how to write code for all possible string permutation, you can find answer to this question on internet. Both interviewer has much less experience than me. I didn't expect to get such programming task, so couldn't find a solution.
Then they asked about database related question, how to extend existing database to add more features and how to write SQL queries. The second question relatively easy.
2-nd Hour: Interviewer is more senior than the previous one. Asked how to design a web browser. Then how to convert number 1-99 to word, then how to extend with number up to 999.
3-rd Hour: Hiring manager also asked how to implement different kind of problem, one example how write code to list the UNIX file system, basically how to implement "ls" command.
After the last interview, the recruiter said that they're going to give feedback about the result.
Step 5 - Recruiter got back to me after 2 office days saying that my skills and experience don't match the role they have quite as well as some other candidates.
I'm disappointed about the feedback, I thought I would get a better explanation. I knew that it wasn't a good fit, since I have more experience than all of the people that interviewed me. So, they're looking for people that has done mostly programming (not architecture) in the last few years.
Preguntas de entrevista [1]
Pregunta 1
Write a code that show all possible permutation from a given String.
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
Preguntas de entrevista [1]
Pregunta 1
They always ask the same question from each of the candidates.
Me postulé en línea. Acudí a una entrevista en Wayfair (Toronto, ON) en ago 2025
Entrevista
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.
Me postulé en línea. El proceso tomó 1 día. Acudí a una entrevista en Wayfair (Bengaluru) en abr 2025
Entrevista
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.