I applied online. The process took 1 week. I interviewed at Persistent Systems (Pune) in Aug 2025
Interview
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
Interview questions [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 ]