i
LG Soft India
Filter interviews by
I applied via Internshala and was interviewed in Mar 2022. There were 2 interview rounds.
Duration 30 min
topics C++ Compile Questions
platform AON
Coding,aptitude coding is quite easy
OOPs concepts are fundamental principles in object-oriented programming. Real-time examples include classes, objects, inheritance, polymorphism, and encapsulation.
Classes: Blueprint for creating objects with attributes and methods.
Objects: Instances of classes that contain data and behavior.
Inheritance: Allows a class to inherit attributes and methods from another class.
Polymorphism: Ability to present the same interfa...
I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.
2 coding questions along with multiple choice questions
Strong number coding problem involves finding numbers whose sum of factorial of digits is equal to the number itself.
Iterate through numbers and check if sum of factorial of digits equals the number
Use a function to calculate factorial of digits
Examples: 145, 40585
I applied via Campus Placement and was interviewed in Apr 2024. There was 1 interview round.
I applied via campus placement at Indian Institute of Technology (IIT), Kharagpur and was interviewed before Oct 2023. There were 3 interview rounds.
3 questions medium leetcode
Depth First Search (DFS) pseudo code
Initialize a stack to keep track of nodes to visit
Start with the initial node and push it onto the stack
While the stack is not empty, pop a node from the stack and visit its neighbors
Push unvisited neighbors onto the stack
Repeat until all nodes are visited
BFS (Breadth First Search) algorithm pseudo code
Start by enqueueing the starting node
While the queue is not empty, dequeue a node and process it
Enqueue all adjacent nodes that have not been visited yet
Repeat until all nodes have been visited
To find the middle of a linked list, use the slow and fast pointer technique.
Initialize two pointers, slow and fast, both pointing to the head of the linked list.
Move the slow pointer by one step and the fast pointer by two steps until the fast pointer reaches the end of the list.
The position of the slow pointer at this point will be the middle of the linked list.
I applied via Company Website and was interviewed in Apr 2023. There were 3 interview rounds.
I applied via campus placement at Heritage Institute of Technology, Kolkata and was interviewed before Mar 2023. There were 2 interview rounds.
Difficulties were moderate level and most questions were repeted
I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.
I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.
Graduated with a degree in Computer Science
Passionate about coding and problem-solving
Completed internships at tech companies
Proficient in programming languages like Java, Python, and C++
I applied via campus placement at Chitkara Institute of Engineering & Technology, Rajpura and was interviewed in May 2022. There were 2 interview rounds.
I have worked on various projects including a web development project and a data analysis project.
Web development project: Developed a responsive website using HTML, CSS, and JavaScript.
Data analysis project: Analyzed a large dataset using Python and generated insights using data visualization techniques.
I have studied the basics of HVAC systems including principles, components, and maintenance.
Studied the principles of heating, ventilation, and air conditioning
Learned about the different components of HVAC systems such as compressors, condensers, and evaporators
Explored the importance of proper maintenance and troubleshooting techniques
Gained knowledge about energy efficiency and environmental impact of HVAC systems
I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed before Sep 2022. There were 3 interview rounds.
Coding test had medium-hard leetcode questions
based on 5 reviews
Rating in categories
Test Engineer
374
salaries
| ₹2.8 L/yr - ₹5.1 L/yr |
Research Engineer
346
salaries
| ₹4 L/yr - ₹13.7 L/yr |
Softwaretest Engineer
298
salaries
| ₹2.8 L/yr - ₹6.5 L/yr |
Senior Research Engineer
288
salaries
| ₹11 L/yr - ₹38 L/yr |
Senior Test Engineer
249
salaries
| ₹3 L/yr - ₹6.5 L/yr |
Samsung Research
IBM
Microsoft Corporation
Oracle