Me postulé a través de una agencia de empleos. El proceso tomó 1 día. Acudí a una entrevista en Synergy Technology Services (Andheri) en jul 2025
Entrevista
It was a walk-in drive interview with multiple openings in java developer role,front end developer role and testing also.
I was there for Front end development,there were multiple rouds which started with a comman coding round where a plain sheet was given along with a question paper which consisted of 2 questions each of set A to G.
Preguntas de entrevista [1]
Pregunta 1
The first question i was asked was to
Find 3rd maximum value in array.
arr=[1,2,3,4]
Value=2 (should be the output)
The second question i was asked was
Find the sum of 4 quadruplets
arr=[2,2,2,2]
Final value 8 or 0
this question where told to be only solved logically not complete code was to be written.