Me postulé en línea. El proceso tomó 1 semana. Acudí a una entrevista en Persistent Systems (Pune) en ago 2025
Entrevista
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
Preguntas de entrevista [2]
Pregunta 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 ]