First part of the interview is Online Evaluation test. If you do good, and pass it, it is ussually followed by series of technical interviews (online). These ranges from leetcode medium/hards to system design questions.
Interview questions [1]
Question 1
DFS shortest bridge problem from leetcode ( medium )
I applied online. I interviewed at Microsoft (Tel Aviv-Yafo) in Nov 2024
Interview
At first we did talk about the job description , then he asked me a technical question to code, after the technical question was coded we went through some behavioral questions and that was it.
Interview questions [1]
Question 1
Given an array of binary values ( 0 or 1 ) return the sub array with the maximum size which contains the same number of zeros and ones.
I applied online. The process took 2 weeks. I interviewed at Microsoft (Haifa) in May 2024
Interview
two interviews at the same day via teams, then passing them leads to a third interview. all the interviews contain both technical and behavioural
questions, the technical questions are most about data structures and algorithms.
Interview questions [1]
Question 1
Given the heads of two singly linked-lists headA and headB, return the node at which the two lists intersect. If the two linked lists have no intersection at all, return null.