Ho presentato la mia candidatura online. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Electrifex (Eranakulam, Kakkanad) nel mese di gen 2025
Colloquio
First round was online quiz was pretty average in terms of difficulty . Second round is coding and then 2 technical interview and finnally and HR . The round was bit hard for an entry level opening
Domande di colloquio [2]
Domanda 1
The first qn of coding round was something like this find smallest sum of prime pair sets where n is the length of prime no. Where 100<=n<=20000 and k is the no. Of prime no. To concatenate . Any 2 no of those pairs when concatenating should also be prime ...find the sum in sorted format ...input is n and k as single line seperated with a space
The second qn was comparatively easy There's a triangle opq where o is (0,0) p is (x1,y1) and q is (x2,y2) now 0<=x1,x2,y1,y2<=2500 . If I give n as input then n is between 0<25 ....if input is 2 cordinates would be between 0,1,2 ....the output is no. Of right angle triangle formed for input 1 output is 4 . Give a python code