Candidatei-me por indicação de um funcionário. O processo levou 2 semanas. Fui entrevistado pela Axon Pulse (Tel Aviv-Yafo) em mar. de 2026
Entrevista
The interview is divided into 2 parts:
1) An in-depth ~1hr conversation about a project you've done.
2) A 1hr exam with 2 questions: ML system design and Leetcode, followed by another conversation to go over your solution.
Perguntas de entrevista [1]
Pergunta 1
Written exam:
1) You are given the MNIST dataset. Design a pipeline to train a CNN classifier. Address to data preprocessing, CNN architecture, loss function etc.
2) You are given an infinite triangle made out of numbered nodes connected to each other. Write a function that receives nodes which are the triangle's vertices, and returns whether the the nodes form a valid triangle. A valid triangle is one where its edges coincide with the triangle's edges.