J'ai postulé en ligne. J'ai passé un entretien chez ZoomInfo (Tel Aviv) en mars 2025
Entretien
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.
Questions d'entretien [1]
Question 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.