Professional consisting of 2 rounds, they have many applicants that's why sometimes no one will appear on the call but they quickly reschedule. The interviewers are very friendly and assist you in solving tasks.
I applied through an employee referral. I interviewed at Google (Tel Aviv) in Dec 2024
Interview
Home assignment (was easy), two technical interviews over zoom - can be in english, after that if you pass you can be matched to a team. After the home assignment there will also be a preferences form to submit
Interview questions [1]
Question 1
A subtree is a tree with the exact same nodes as the original tree. Return true if there is a subtree in the given tree, false otherwise
The recruitment process for this position proved to be excessively lengthy and cumbersome, involving numerous stages that felt repetitive. Additionally, maintaining consistent communication with the recruiter was quite challenging, as responses were often delayed, making it difficult to stay informed about my candidacy status throughout the journey.
Interview questions [1]
Question 1
Given N numbers: a[0], a[1], ..., a[N-1]
find i <= j such that:
a[i] = a[j]
and
sum a[i] + a[i+1] + ... + a[j-1] + a[j] is maximized.