Ho presentato la mia candidatura online. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Persistent Systems (Poona) nel mese di ago 2025
Colloquio
Step One : Profile Shortlisted
Step Two: Schedule R1 Interview
It was my first round Interview they had asked some backend related question then give a little programming related question
Domande di colloquio [2]
Domanda 1
Difference between arrow function and simple function
There are an array given if i would add one number in the last index then second array element should be change
Example:
Input = [7,8,9] Result= [7,9,0]
Input = [7,9,9] , Result= [ 8, 0, 0 ]