I applied through an employee referral. The process took 3 weeks. I interviewed at Palo Alto Networks (Tel Aviv-Yafo) in Feb 2024
Interview
Codility exam in the office, then if pass a phone interview to decide which position you will try for (backend, fe, research etc.) then two tech interviews then a hr interview.
Interview questions [1]
Question 1
given an array of unsorted integers, find the maximum number of elements when sorted every two adjacent number have same difference.
I interviewed at Palo Alto Networks (Tel Aviv-Yafo)
Interview
Test with 3 different question in 90 mintues , 1 a question on strings, the 2nd on intervals and the third one , I wasn't left with enough time so I used naive solution that was inefficient.
Interview questions [1]
Question 1
Given a list of strings ,return a list of lidts of string anagrams.
I applied online. I interviewed at Palo Alto Networks (Tel Aviv-Yafo) in Jun 2026
Interview
Telling about myself and asking questions to an interviewer, telling about the job I worked at recently. In addition, there were coding and architecture questions. Overall the interview was average, the people were nice and it was a good experience.
I interviewed at Palo Alto Networks (Tel Aviv-Yafo)
Interview
Leet code style testing. Mostly string and arrays questions and dynamic programming questions. Needed to bring your own laptop and they sent a link with the questions. There were many juniors tested that day
Interview questions [1]
Question 1
Dynamic programming question- number of cars that can cross bridge without exceeding the maximum weight. When a driver turns back, all drivers behind him move one position closer. Need to find the min number of drivers that will need to turn back