J'ai postulé via un recruteur. J'ai passé un entretien chez LG Soft India (Bengaluru) en déc. 2022
Entretien
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
J'ai postulé via une agence de recrutement. J'ai passé un entretien chez LG Soft India (Bengaluru) en oct. 2023
Entretien
- 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
Questions d'entretien [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; }