Envié una solicitud electrónica. Acudí a una entrevista en ZoomInfo en jun 2025
Entrevista
Started with a technical screen interview with the hiring manager(more of discussion around past projects, job description, questions from the resume and how experience aligns with the job), then followed by two technical interviews with the team members that consisted of a debuggin questions, javascript, java, sql.
Preguntas de entrevista [1]
Pregunta 1
Discussion around job responsibilities in previous company,
The interview process consisted of three rounds in total. The first was a technical interview. The second interview focused on my past experience and projects I have worked on. The third and final round was a more casual, get-to-know-you conversation with the VP.
Preguntas de entrevista [1]
Pregunta 1
The question involved a Mario-like game scenario. The character can move 1 step forward, 1 step backward, or 'm' steps forward (where 'm' is a parameter provided in the function's input). Additionally, you are given an array indicating whether each position is safe to step on or if there is a spike (obstacle). The goal is to return a boolean (true/false) indicating whether it is possible to reach the end of the array starting from index 0.
I was asked a leet code question about string manipulation a $ means a number + means a letter and * means that the next 3 letter should be identical. - that was the home task