Me postulé a través de una facultad o universidad. Acudí a una entrevista en LG Soft India
Entrevista
2 round of exam , 1 interview , 1st round is aptitude and 2nd round is dsa based which is medium or hard problem . but interview was quite easy , oops , and dsa question asked only
The first round was online assessment.
After that face to face technical interview 2 round at Bengaluru office .
Both the technical interviews are medium level.
Each interview will take 30 to 45 minutes based on your response
Me postulé a través de otra fuente. Acudí a una entrevista en LG Soft India (Bengaluru) en ene 2026
Entrevista
1. MCQ Based test
C++ MCQs and output prediction questions 20.
2.Leetcode Coding Round (Medium)
1. Count and Say
1 is said as One 1's(1 is one in number), hence written as 11.
Now 11 is said as Two 1's, hence written as 21.
21 is said as 'One 2's, One 1's', so written as 1211.
The sequence continues with 111221, 312211, and so on.
2. sum closest to zero
Given an array of integers, find the pair of 2 number closest to zero
3.Technical (L1)
Started with introduction and project explanation
DMA in C and C++
Memory Management in C
namespace and OOP concepts
Class vs Structure
some OS concepts(Thread vs Process, Paging)
Operator Overloading( + )
Singly Linked List