Candidatei-me por indicação de um funcionário. Fui entrevistado pela Palo Alto Networks (Tel Aviv-Yafo) em nov. de 2025
Entrevista
Technical tests in the office, on Codility, consisting of 3 questions: one easy and two medium.
After that, 2 more technical interviews.
The hr in the company were really nice and supportive,
Perguntas de entrevista [1]
Pergunta 1
1 - Given time in seconds, convert it to hours/minutes/seconds
2- given date like 2#/0# - create the largest date possible
for example 29/09
you make a 3 leetcoode questions in a class with about 50 other people.
The questions are easy, medium and hard.
You have to finish the test in two hours.
The hard question was in dynamic programming
Perguntas de entrevista [1]
Pergunta 1
1. Find the words plus and minus in a string and return a string with the signs +- according to their position.
2. We receive N,K that scale the amount of cups and liters and we need to fill the cups using a minimum of cups.
3. We receive an array of weights of vehicles that need to pass over a bridge and a maximum weight that can be on the bridge, only 2 vehicles are allowed on the bridge at the same time and we need to return a vehicle. If the weight of the 2 vehicles is greater than the maximum weight, we need to return what is the minimum number of vehicles that need to be returned.