I applied online. The process took 1 week. I interviewed at Electrifex (Eranakulam) in Jan 2025
Interview
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
Interview questions [2]
Question 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