J'ai postulé via un recruteur. Le processus a pris 2 semaines. J'ai passé un entretien chez Braze en mars 2021
Entretien
1hr Technical Assessment, then half-day of interviews consisting of debugging/refactoring code exercise (1hr), system design (1hr), behavioral (1hr), HR interview (15 min)
My experience varied by who I spoke with. Really enjoyed the technical assessment and my conversation with the developer administering it. Also enjoyed the interview with the hiring manager.
Felt the debugging interview was poorly designed. They ask you to download a zip with a program that implements the caesar cipher and debug some failing unit tests. But it didn't work, and I had to change from taking the test in python to taking the test in c#. The code is absolutely terrible and cryptic, and for the debug portion you aren't really allowed to refactor the code. They just want you to find the specific thing wrong with that one test. After 30 min, they begin the second part of that assessment and they let you start refactoring the code.
The system design interview question was fairly standard, though I feel the prompt wasn't clearly explained by my interviewer.
My worst interactions were actually with the in-house recruiters. Very unprofessional, and I was actually ghosted during my scheduled 15 min HR interview. Got a rejection email very late Friday (like 11:30 pm) night from him 3-4 days later.
Questions d'entretien [1]
Question 1
System Design Question was about designing a web scraper that would gather data about advertisements listed in a search engine for a given keyword. The idea was that a marketing department would supply a list of keywords and after your process would run, they would analyze the data to see if their ad's or their competitors ad's were showing up more
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