J'ai postulé en ligne. Le processus a pris 1 semaine. J'ai passé un entretien chez Persistent Systems (Pune) en août 2025
Entretien
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
Questions d'entretien [2]
Question 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 ]