I applied online. I interviewed at Microsoft (Tel Aviv-Yafo) in Sep 2020
Interview
First, a skype interview mainly checking your personality and a coding test with 3 questions.
Then, two separate interviews each is an hour and you are being asked to solve a coding problem as long as some personal questions.
At last, there is an interview with the team manager, which also asks you to answer one coding question - also about an hour.
Interview questions [1]
Question 1
Given a string and a number k return the maximum substring which has no more than k unique digits.
I got a HackerRank home assignment with 2 leetcode questions, one was easy the other was medium-hard. It was a sliding windows, and a buy n products with the minimum coins at start. There were 2 arrays, one of the WC cost of the products and one with the expected cost.
I applied online. I interviewed at Microsoft (Tel Aviv-Yafo) in Feb 2026
Interview
3 interviews. Only 1 leetcodes (easy-medium) in the second interview. Lots of personal questions, leadership and design patterns.
They were really nice, but at the end they ended up with someone that had more experience then me.
It’s one day with two interviews, and if you move on, you’ll have another two. One focuses on designing a tic-tac-toe (X/O) game, and the other is a LeetCode-style coding question.