Ho presentato la mia candidatura tramite un'agenzia di reclutamento personale. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Synergy Technology Services (Andheri) nel mese di lug 2025
Colloquio
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.
Domande di colloquio [1]
Domanda 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.