Acudí a una entrevista en Wincent Capital Management
Entrevista
Had two interviews with HR and a tech specialist some time ago. I believe those guys really don't know how to talk to candidates. It is important to mention that those guys are the sister project of VacuumLabs: the same management and the same habits. See VacuumLabs on GlassDoors with many negative reviews, and avoid them.
7
Otras opiniones sobre las entrevistas para el puesto de Software Engineer en Wincent Capital Management
Envié una solicitud electrónica. Acudí a una entrevista en Wincent Capital Management en jul 2025
Entrevista
The process started with a brief screening call and a Big Five personality test. The final step was a coding challenge called Dodgeball, which involved simulating a turn-based game on a 2D grid where players throw balls in eight compass directions. I implemented the logic in Node.js using direction vectors, ray-casting, and elimination handling, completing it within the time limit. However, the submission platform failed at upload. I reported the issue with screenshots but never received a response. A few days later, I was informed I had failed due to a “missing upload.” The challenge itself was interesting, but the process lacked transparency and professionalism.
Preguntas de entrevista [1]
Pregunta 1
The Dodgeball challenge: simulate a turn-based game where players throw a ball in one of eight directions, rotating until a valid target is found.
Acudí a una entrevista en Wincent Capital Management
Entrevista
Phone call screen, followed by a 4 hour take home test done in the language of your choice then a remote technical interview. On the phone screen they also mentioned a behavioral interview after the technical, but the website doesn't mention this.
None of the programming is particularly difficult, to be honest if you just go with whatever is simplest to implement you will probably get the offer.
Preguntas de entrevista [1]
Pregunta 1
Given a vector of numbers, return the number of combinations of 4 items where items 0,1,2 multiply to equal item 3. The items do not have to be next to each other in the array, but must be strictly increasing in indices (meaning item 2 can't appear before item 0 in the vector for example).