I applied through a staffing agency. The process took 1 day. I interviewed at Synergy Technology Services (Andheri) in Jul 2025
Interview
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.
Interview questions [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.