Me postulé en línea. El proceso tomó 4 semanas. Acudí a una entrevista en Playtomic (Barcelona)
Entrevista
An initial contact with the HR.
They ask for an assessment that, according to them, takes 8 to 12 hours of coding. To do a good test you need a lot more than 12 hours unless you want to deliver a real shit. They never take into consideration the time you spent to think on a solution before counting these 12 hours, and of course, any quick implementation of a Digital Wallet use cases will not be fast. Be aware that you're not getting paid for all these hours of coding, as it happens in some companies.
They ask you to collect the requirements with them by email.
The thing is not about making a hard assessment, but the amount of time that they ask you to spend with their process.
After the coding assessment, you have a technical interview of an hour more or less. And after this, you have 2 interviews to evaluate cultural and product fit.
I'm pretty sure that there are better ways to evaluate the candidates on the subjects that they care about. An interview with direct questions could remove the need for 12 hours of coding to have a chance or to have nothing (because they'll not hire everyone).
I'd rather prefer a living code of 1 hour and a half than coding for 12 hours or more for an interview.
They also can move you til the last interview only to say you don't have product fit, what they could do at the beginning, but they are confident to have a wonderful interview process. If you value your time or don't have time for all of this: run away!
Preguntas de entrevista [1]
Pregunta 1
They want to discuss about locking strategies. That's the key of the assessment even if they ask a lot of other things on the requirements.
Me postulé a través de otra fuente. Acudí a una entrevista en Playtomic
Entrevista
Process is fine, standard I would say. Maybe longer than expected, between interview there is lot of time with uncertainty if you are still in our not. The process consist of 4 stages: 1st with HR, 2nd technical challenge and a defense, 3rd with engineers and 4rd with product. All doable, the technical challente focused on web application with high concurrency access requirements.
Preguntas de entrevista [1]
Pregunta 1
experiencia, soft skills, idempotency, race-safe conditions, team management, etc
Me postulé en línea. El proceso tomó 5 semanas. Acudí a una entrevista en Playtomic
Entrevista
The interview process consist on at least 3 parts:
- Call with the hiring manager
- Home tech assesment. Build a simple API to make requests to a wallet
- Tech interview
After submitting my assessment, I had to wait for too long -around 3 weeks to receive (positive) feedback-. Then, I attended the tech interview. During the interview, it was evident that the interviewers were looking for very specific answers, and providing an alternative approach or perspective didn’t seem to be enough.
One of their main concerns was how to handle concurrent requests to the same endpoint. They expected the solution to involve using a "SELECT ... FOR UPDATE" lock directly at the database level.
Preguntas de entrevista [1]
Pregunta 1
- How to update the correct value doing multiple requests at the same time to the same endpoint