J'ai postulé en ligne. Le processus a pris 1 semaine. J'ai passé un entretien chez Speechify en mars 2025
Entretien
You receive an automated email explaining the interview process.
1. Manual Assessment (90 Minutes)
2. Hiring Manager Round (90 Minutes)
3. Live Coding (45 minutes)
In each section, you are given hints of what might be discussed or required to be implemented for your own "better preparation". Hints are very vague, and you shouldn't expect them to be enough for preparation. I doubt it is even possible to pass without having a referral who'd tell you what to expect.
As soon as you are ready for Manual Assessment, the process is as follows: you receive a link to GitHub, turn on camera/screen recording/mic, and have 90 mins to complete the task. The task is considered complete if it's functional. You have to commit the code before 90 minutes elapse because access to the repo is instantly revoked.
I don't regret failing because the task aimed right from the start to trip you up. The pre-existing code lacks clarity and guidance. Be prepared to navigate yourself and understand obscure comment requirements.
J'ai postulé en ligne. J'ai passé un entretien chez Speechify (Dublin, Dublin) en juil. 2026
Entretien
Applied online through linkedin, instantly got an email about a technical interview that needed to be scheduled.
The initial technical interview is a screening interview where you are required to share your screen and use your webcam. There is nobody in the interview with you.
I was given 90 minutes to clone a repo, setup the local environment and then read through the task list of 5 tasks. The tasks themselves are essentially what you would be assigned as a ticket to fix bugs and optimize. However for someone who wants to figure out the codebase first before tackling tasks, having a 90 minute countdown is not helpful. They are essentially having you do the job of a developer but from day 1 with zero onboarding.
They did allow AI usage but I am not here to be tested on my prompting ability, so I left after 30 minutes and did not complete the assessment
Personally, its possible that this role was out of my capabilities, or it was just not meant for people who prefer to fully understand a codebase before making changes without relying on AI
The interview process started with an online assessment. It was a hands-on technical test focused on auditing an existing full-stack codebase. After that, there was supposed to be a technical interview with one of their engineers, followed by a final round with the CEO. The process felt structured and focused on practical coding and problem-solving skills rather than just theoretical questions.
Questions d'entretien [1]
Question 1
Can you audit this existing codebase, identify root causes of the issues spanning performance, security, and tooling, and implement surgical fixes without breaking any existing functionality?
J'ai passé un entretien chez Speechify (Taipei) en avr. 2026
Entretien
The 1st round is online assessment. You book a 90 minutes time slot, and do AI-assisted coding without interviewer. During the assessment, you are given access to a Github project containing a fullstack NodeJS project for a social media platform, including web frontend, api server, unit test, functional test. And you should find issues in the project, and submit fixes. Any AI tools are allowed.
You don't have time to look over the whole project, so you must use AI. It uses Protobuf and Playwright, so make sure your environment is prepared for that. Playwright is big in size, and Protobuf doesn't support all platforms.