Envié una solicitud electrónica. Acudí a una entrevista en ZoomInfo (Tel Aviv) en mar 2025
Entrevista
I went through a ZoomInfo interview process that included an online coding assessment (via CoderByte) with a strict time limit. The task focused on problem solving and string/pattern matching, similar to LeetCode easy to medium.
Preguntas de entrevista [1]
Pregunta 1
I was asked a LeetCode style question on string matching with wildcards. The task was to determine if an input string fits a custom pattern using special tokens (for example * and {N}), and to explain the approach, complexity, and edge cases.