Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by LG Soft India Team. If you also belong to the team, you can get access from here

LG Soft India Verified Tick

Compare button icon Compare button icon Compare
3.3

based on 504 Reviews

Filter interviews by

LG Soft India Intern Interview Questions and Answers

Updated 13 Sep 2022

LG Soft India Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2022

I applied via Internshala and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Duration 30 min
topics C++ Compile Questions
platform AON

Round 2 - Technical 

(1 Question)

  • Q1. Topics Array,String,OOPS,Linked Lists

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Basics of programming language. Basics code knowledge is necessary like reverse of string , Sorting , Searching and linked list questions.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Coding,aptitude coding is quite easy

Round 2 - Technical 

(2 Questions)

  • Q1. OOPs concepts and real time examples
  • Ans. 

    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...

  • Answered by AI
  • Q2. Sql queries and bst implementation
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding questions along with multiple choice questions

Round 2 - Technical 

(2 Questions)

  • Q1. Fibonacci series coding question
  • Q2. Strong number coding problem
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - easy and must be good in any of the programming languages

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Self intro and myself

Interview Preparation Tips

Interview preparation tips for other job seekers - all the best
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Technology (IIT), Kharagpur and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

3 questions medium leetcode

Round 2 - Technical 

(3 Questions)

  • Q1. Dfs write whole pseudo code.
  • Ans. 

    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

  • Answered by AI
  • Q2. Bfs write whole pseudo code.
  • Ans. 

    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

  • Answered by AI
  • Q3. Find the middle of the linked list.
  • Ans. 

    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.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Cv grilling some questions on projects.

Skills evaluated in this interview

Intern Interview Questions & Answers

Xiaomi user image Anonymous

posted on 13 May 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. What do you know about the company
Round 3 - One-on-one 

(1 Question)

  • Q1. What is your long term goal

Intern Interview Questions & Answers

Daikin user image Anonymous

posted on 29 Feb 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Heritage Institute of Technology, Kolkata and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Difficulties were moderate level and most questions were repeted

Round 2 - Technical 

(1 Question)

  • Q1. VCRS related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing to say
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    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++

  • Answered by AI
  • Q2. Everything about college experience Goals aspirations measure

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic is very important

I applied via campus placement at Chitkara Institute of Engineering & Technology, Rajpura and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What are your projects?
  • Ans. 

    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.

  • Answered by AI
  • Q2. What have you studied about HVAC
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be calm and speak nicely with full confidence
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Coding test had medium-hard leetcode questions

Round 3 - Technical 

(2 Questions)

  • Q1. Mostly resume based questions were asked. Since they were research based, I got shortlisted in first round itself
  • Q2. Resumebased reinforcement learning

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be thorough in your resume

LG Soft India Interview FAQs

How many rounds are there in LG Soft India Intern interview?
LG Soft India interview process usually has 2 rounds. The most common rounds in the LG Soft India interview process are Coding Test and Technical.

Tell us how to improve this page.

People are getting interviews through

based on 1 LG Soft India interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Intern Interview Questions from Similar Companies

TCS Intern Interview Questions
3.7
 • 34 Interviews
Google Intern Interview Questions
4.4
 • 23 Interviews
Infosys Intern Interview Questions
3.7
 • 22 Interviews
IBM Intern Interview Questions
4.1
 • 14 Interviews
Wipro Intern Interview Questions
3.7
 • 11 Interviews
Oracle Intern Interview Questions
3.7
 • 8 Interviews
HCLTech Intern Interview Questions
3.5
 • 6 Interviews
View all
LG Soft India Intern Salary
based on 5 salaries
₹3.6 L/yr - ₹4 L/yr
At par with the average Intern Salary in India
View more details

LG Soft India Intern Reviews and Ratings

based on 5 reviews

3.5/5

Rating in categories

2.8

Skill development

3.1

Work-Life balance

3.5

Salary & Benefits

3.5

Job Security

2.7

Company culture

3.1

Promotions/Appraisal

3.2

Work Satisfaction

Explore 5 Reviews and Ratings
Test Engineer
374 salaries
unlock blur

₹2.8 L/yr - ₹5.1 L/yr

Research Engineer
346 salaries
unlock blur

₹4 L/yr - ₹13.7 L/yr

Softwaretest Engineer
298 salaries
unlock blur

₹2.8 L/yr - ₹6.5 L/yr

Senior Research Engineer
288 salaries
unlock blur

₹11 L/yr - ₹38 L/yr

Senior Test Engineer
249 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Explore more salaries
Compare LG Soft India with

Samsung Research

3.2
Compare

IBM

4.1
Compare

Microsoft Corporation

4.1
Compare

Oracle

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview