I applied through an employee referral. The process took 4 weeks. I interviewed at Palo Alto Networks (Tel Aviv-Yafo) in Dec 2020
Interview
I applied for the Junior Software Engineer position in the XSOAR team. I was contacted by HR and given three days to complete a home task before my technical interview. Several weeks after the interview, I was told over the phone that the company would be progressing with other candidates.
Interview questions [3]
Question 1
Home Task (Three days to complete, submit ahead of interview): Write a Python method that receives a file hash, makes a GET request to a specific VirusTotal endpoint, and outputs the scan results as a string formatted in Markdown
Modify home task code:
- Write a Python script that takes system arguments (from the terminal/command prompt) and calls the main scanner method
- Order the results alphabetically according to the name of the scanner and show the number of days since the file has last been scanned by this scanner
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