I applied through an employee referral. The process took 2 weeks. I interviewed at Axon Pulse (Tel Aviv-Yafo) in Mar 2026
Interview
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.
Interview questions [1]
Question 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.