Candidatei-me online. O processo levou 1 semana. Fui entrevistado pela Persistent Systems (Pune) em ago. de 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
Perguntas de entrevista [2]
Pergunta 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 ]