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
Solicité el puesto por otro medio. 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
Envié una solicitud electrónica. Acudí a una entrevista en LG Soft India (Bengaluru) en sept 2025
Entrevista
The first round was an online technical MCQ test that primarily evaluated fundamental concepts, logical reasoning, and problem-solving skills. This round helped in shortlisting candidates with strong basics.
The second round was a coding assessment conducted at the LG premises. It included hands-on programming questions, mainly focused on arrays, trees, and traversal techniques. This round tested practical coding ability and efficiency in solving algorithmic problems.
The third round was a technical interview, where in-depth technical questions were asked. The focus was on understanding core programming knowledge, problem-solving approach, and the ability to apply concepts in real-world scenarios
Preguntas de entrevista [1]
Pregunta 1
Yes, they asked me to solve a problem based on array manipulation and optimize it for time complexity.