The process took 2 weeks. I interviewed at Palo Alto Networks (Tel Aviv-Yafo) in Feb 2024
Interview
the first round was 3 questions in a room full of other candidates we had 2 hours to answer correctly the first 2 was the main and the third was a bonus question
the second round of personal interview
Interview questions [1]
Question 1
I was asked to remove in a binary tree all of the nodes with only one son not including the root
I applied online. I interviewed at Palo Alto Networks (Tel Aviv-Yafo) in June 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.
The process included an online Codility coding test focused on problem solving and data structures, followed by a technical face-to-face interview. The interview covered algorithmic questions, coding exercises, and discussion of my approach, complexity, and problem-solving skills. The interviewers were professional and asked in-depth technical questions.
Interview questions [1]
Question 1
Solving algorithmic problems involving arrays and data structures, focusing on time and space complexity, edge cases, and explaining the solution clearly during the technical interview.
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