I applied through a recruiter. I interviewed at LG Soft India (Bengaluru) in Dec 2022
Interview
1 written test,2 tech rounds,1 hr round,, interview is not difficult,, mostly they will focus on projects,,c/c++ is mandatory,you should be good in both. Bit wise,relational,,strings and arrays In c,, structure and union in c,,,classes and objects in c is important
I applied through a staffing agency. I interviewed at LG Soft India (Bengaluru) in Oct 2023
Interview
- Call from HR consulting company - Call from HR LG - Interview round L1 mainly manager, there is no other employees, one hour scheduled but taken 1 and half hours - Schedule L2 round
Interview questions [1]
Question 1
Find the issue with the program __interrupt double circle_area(double radius) { double circ_area = PI * radius * radius; printf(“nCircle Area = % f”, circ_area); return circ_area; }