J'ai postulé via une agence de recrutement. Le processus a pris 1 jour. J'ai passé un entretien chez Synergy Technology Services (Andheri) en juil. 2025
Entretien
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.
Questions d'entretien [1]
Question 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.