J'ai postulé via une autre source. Le processus a pris 3 semaines. J'ai passé un entretien chez Braze (Berea, OH) en mars 2021
Entretien
Coding interview was extremely unprofessional. Was asked to solve as many brain teasers as possible, interviewer outright refused to answer any questions at all and just said “it’s all in the README”.
When I attempted to improve the code I was told that I should only fix the bug, and shouldn’t make the code better (these instructions weren’t in the README)
Other two interviews were system design questions, and they both seemed reasonable.
If you’re interviewing here, you should fully expect them to do a weird flex as opposed to them trying to get a grasp on your experiences.
Questions d'entretien [1]
Question 1
Find a bug in this contrived piece of code, but don’t put any effort into making the code better
Didn't even get that far. Was scheduled with a recruiter, and then last minute cancelled and introduced to another person who rescheduled me with a new person. The new recruiter was outright rude and unprofessional. I then found out that my original recruiter was fired. Seems like red flags all around. Avoid.
Questions d'entretien [1]
Question 1
Address my short tenure in my resume (laid off) and my career gap. Not interested in anything else.
J'ai postulé en ligne. J'ai passé un entretien chez Braze (São Paulo, ) en janv. 2026
Entretien
Check the comments about toxic culture and the interview process, because this company really fits that description. The interviewers have terrible people skills and ask puzzle-style questions for a senior role.
I passed the first algorithm interview and was then scheduled for four more. The debugging interview was a complete joke and again focused on puzzle-style questions instead of real-world problems.
The interviewers don’t help when you ask questions. They are only there to judge you and make the process harder. The culture seems like they are only looking for yes-men.
Questions d'entretien [4]
Question 1
The "debugging" interview was a Caesar cipher puzzle. Each character was shifted by some +/− offset, but the code was badly written: heavy ASCII character mapping, non-descriptive variable names, and messy logic. It felt like a trick puzzle, not real debugging work you’d do in a senior role.
The first algorithm interview was about removing fields or detecting changes in object fields. There were three questions that could basically be solved by tweaking the first solution, but they wanted me to reimplement it each time instead of reusing or adjusting what I had already written. Basically, we were counting how many changes exist between two objects recursively.
System design interview for google search, you have a list of 1 million keywords and you have to create a web scraper to search each keyword on google every day.
J'ai passé un entretien chez Braze (São Paulo, ) en déc. 2025
Entretien
Default interview process + debugging round: HR Interview, Coding interview, System design, Debugging interview.
Focusing on the debugging round is essential -> They expect you to be able to identify patterns and fix them on failing tests