Candidatei-me online. O processo levou 2 semanas. Fui entrevistado pela Wayfair (San Francisco, CA) em out. de 2022
Entrevista
One hiring manager round followed by a technical (coding + system design short answers) and finally an on-site. Unfortunately, they didn't go through with the on-site because the role was filled
Perguntas de entrevista [1]
Pergunta 1
We are working on a clone of Facebook that allows users to share content with their social network. Users view posts in an infinite stream. Our product only has a few thousand users but we expect it to be as popular as Facebook very soon! We want to add a live numeric count to every post showing how many friends the post's author has. Right now, our database has two tables, 'user' and 'user_relationship'. Each friendship relation appears in the database exactly once. The database definition includes: USER 'id' (primary key) 'name' 'created_date' USER_RELATIONSHIP 'id' (primary key, unique to each relationship) 'user1_id' (indexed) 'user2_id' (indexed) 'start_date' What would you do with the database in order to provide this feature for use at a large scale?
Fiz uma entrevista na empresa Wayfair (Bengaluru).
Entrevista
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
Perguntas de entrevista [1]
Pergunta 1
They always ask the same question from each of the candidates.
Candidatei-me online. Fui entrevistado pela Wayfair (Toronto, ON) em ago. de 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.
Candidatei-me online. O processo levou 1 dia. Fui entrevistado pela Wayfair (Bengaluru) em abr. de 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.