I applied through college or university. The process took 1+ week. I interviewed at Palo Alto Networks (New Delhi) in Jun 2025
Interview
there were multiple rounds, 1St is online proctored coding round with 3 ques ( 1 python Class and function implementation with given requirement and condition , 1 Django form validation and regression check, 1 simple ques ] , 2nd round was a technical round , 3rd round (final ) is also a technical round too ( with mixture of question from resume , DSA, real-time application and problems, Networking and Linux ]
Interview questions [1]
Question 1
question - given 12 coins with different weight, and a machine that gives output "too heavy" or "too light", you have to find the real coin among them.
question - given a stream of data ( over 15 GB ) that refreshes in every 15 minutes, how would you transfer that data to 100 computers, provide your approach
question - you type "https://www.linkedin.com" in browser ( you have good internet connectivity and URL is also correct ) , but when you enter , it show "connection refused", how you will resolve this issue
I applied online. The process took 3 weeks. I interviewed at Palo Alto Networks (Tel Aviv-Yafo) in Jun 2024
Interview
Interview process:
- Phone call with the recruiter.
- Phone call with the team leader.
- Home assignment with a deadline of a few days.
- Interview at their offices with the team leader and his manager.
I had a big flaw in my assignment, which probably caused to me not passing.
I answered the rest of the questions properly, even as requested to code.
During the interview, it was pretty clear that I wasn't the candidate they were looking for, but messaging in front of me while glancing at me felt unprofessional. They could have waited a few minutes for me to leave before doing that.
Interview questions [1]
Question 1
Describe what is cache and demonstrate it in your code.
I applied in-person. The process took 1 day. I interviewed at Palo Alto Networks in Sep 2021
Interview
The first stage of the process is a codility test, the test is performed on the home computer at home, it is 90 minutes 3 questions.
The questions are not very difficult, but it is necessary to pay good attention to the efficiency of the solution (complicates the solution very much), and to extreme cases. A total of 3 programs to compile and work well in 90 minutes is a bit challenging.
Interview questions [1]
Question 1
An array of integers, find the largest positive limb that has a complement to a 0 negative in that array.