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

Filter interviews by

LG Soft India Interview Questions and Answers for Freshers

Updated 8 Jul 2025
Popular Designations

LG Soft India Interview Experiences for Freshers

21 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

C programming
Cpp programs
Embedded c
Aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between macro and functions
  • Ans. 

    Macros are preprocessor directives that are replaced before compilation, while functions are blocks of code that are executed at runtime.

    • Macros are defined using #define directive, while functions are defined using function keyword.

    • Macros are expanded by the preprocessor before compilation, while functions are executed at runtime.

    • Macros can be used for simple text replacement, while functions can perform complex operat...

  • Answered by AI
  • Q2. Difference between exec and fork
  • Ans. 

    exec replaces the current process with a new one, while fork creates a new process.

    • exec replaces the current process with a new one, while fork creates a new process

    • exec system call loads a new program into the current process's memory space and starts its execution

    • fork system call creates a new process by duplicating the existing process

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. About yourself in 200 words
  • Q2. Tell about our company
  • Ans. 

    Your company is a leading software development firm specializing in creating innovative solutions for various industries.

    • Specializes in creating innovative software solutions

    • Works with clients from various industries

    • Known for high-quality and reliable products

    • Has a strong team of experienced developers

    • Provides excellent customer support

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Plan it and prepare well

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Jul 2024

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

I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Manual testing,percentages,bloodrelations

Round 2 - Technical 

(2 Questions)

  • Q1. Manual testing,java basic program,what is testing
  • Q2. Project related questions
Round 3 - Technical 

(2 Questions)

  • Q1. Project related,test scenarios
  • Q2. Mostly concentrating on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be proficient in topics that u have mentioned in resume
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Reverse the word in string.
  • Ans. 

    To reverse a word in a string, split the string, reverse the target word, and join it back into the original string format.

    • String Splitting: Use a method to split the string into an array of words. Example: 'Hello World' becomes ['Hello', 'World'].

    • Word Reversal: Identify the word to reverse and reverse its characters. Example: 'World' becomes 'dlroW'.

    • Joining: Combine the words back into a string after reversing the tar...

  • Answered by AI
  • Q2. Operating system questions. What is deadlocks.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude Test is based on C/C++

Round 2 - Technical 

(4 Questions)

  • Q1. Here They asked about C & C++ briefly and DSA and Communication protocols
  • Q2. About 2D arrays , Advance pointers
  • Q3. Shell scripting, Virtual function, Structure padding
  • Q4. Code to write list creation in dsa and so many
  • Ans. 

    Implement list creation in data structures and algorithms

    • Use an array to store the elements of the list

    • Implement functions to add, remove, and access elements in the list

    • Consider using a linked list for more efficient insertion and deletion operations

  • Answered by AI

Skills evaluated in this interview

Interview Questions & Answers

user image Munna Suprathik

posted on 5 Jul 2024

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

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

Round 1 - Coding Test 

C++ basics such as oops, mcqs and input output based questions

Round 2 - Technical 

(2 Questions)

  • Q1. Overriding in oops concept
  • Q2. Copy constructor

Interview Preparation Tips

Topics to prepare for LG Soft India interview:
  • C++
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Simple questions on reasoning.

Round 2 - Coding Test 

Beginner-level Python questions.

Round 3 - HR 

(1 Question)

  • Q1. Package discussions and location

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Jun 2025

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Everything about resume points
  • Q2. Even the first round multiple choice questions answers can be asked in last round
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are storage classes in c
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • There are four storage classes in C: auto, register, static, and extern.

    • Auto variables are local to the block they are declared in and are automatically destroyed when the block exits.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared outside of any funct...

  • Answered by AI
  • Q2. Name the storage classes and explain the uses
  • Ans. 

    Storage classes in C are auto, register, static, and extern. They control the scope and lifetime of variables.

    • Auto - default storage class for local variables, stored in stack memory

    • Register - stored in CPU registers for faster access

    • Static - retains its value between function calls, stored in data segment

    • Extern - used to access global variables across multiple files

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LG Soft India Software Developer Intern interview:
  • C

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Oct 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 - Aptitude Test 

C and c++ in good knowledge in logic bulilding and dsa

Round 3 - HR 

(1 Question)

  • Q1. Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared of jd
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Quant, Reasoning and Technical questions

Round 2 - Coding Test 

3 questions on Array and strings

Round 3 - Technical 

(1 Question)

  • Q1. Basic questions on C/C++ questions and Data structures
Round 4 - Technical 

(1 Question)

  • Q1. Basic java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics and data structures. Practice more questions on coding.

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about LG Soft India?
Ask anonymously on communities.

LG Soft India Interview FAQs

How many rounds are there in LG Soft India interview for freshers?
LG Soft India interview process for freshers usually has 2-3 rounds. The most common rounds in the LG Soft India interview process for freshers are Technical, Coding Test and Aptitude Test.
How to prepare for LG Soft India interview for freshers?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at LG Soft India. The most common topics and skills that interviewers at LG Soft India expect are C++, C, Manual Testing, Data Structures and Regression Testing.
What are the top questions asked in LG Soft India interview for freshers?

Some of the top questions asked at the LG Soft India interview for freshers -

  1. Name the storage classes and explain the u...read more
  2. Code to write list creation in dsa and so m...read more
  3. What are storage classes i...read more
How long is the LG Soft India interview process?

The duration of LG Soft India interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 10 interview experiences

Difficulty level

Easy 13%
Moderate 75%
Hard 13%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

OPPO Interview Questions
4.0
 • 230 Interviews
LG Electronics Interview Questions
3.9
 • 228 Interviews
Blue Star Interview Questions
4.1
 • 178 Interviews
HP India Interview Questions
4.0
 • 153 Interviews
Voltas Interview Questions
4.0
 • 150 Interviews
Samsung Research Interview Questions
3.1
 • 140 Interviews
Bajaj Electricals Interview Questions
4.0
 • 133 Interviews
Whirlpool Interview Questions
3.9
 • 107 Interviews
View all

LG Soft India Reviews and Ratings

based on 620 reviews

3.1/5

Rating in categories

2.8

Skill development

3.2

Work-life balance

3.0

Salary

3.6

Job security

2.8

Company culture

2.6

Promotions

2.8

Work satisfaction

Explore 620 Reviews and Ratings
BSP Developer

Bangalore / Bengaluru

4-6 Yrs

Not Disclosed

Embedded Software Engineer

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

General Admin Team Leader

Bangalore / Bengaluru

4-7 Yrs

Not Disclosed

Explore more jobs
Test Engineer
419 salaries
unlock blur

₹2.8 L/yr - ₹5.1 L/yr

Research Engineer
410 salaries
unlock blur

₹7.2 L/yr - ₹15.5 L/yr

Senior Research Engineer
321 salaries
unlock blur

₹19.2 L/yr - ₹34.4 L/yr

Softwaretest Engineer
288 salaries
unlock blur

₹3 L/yr - ₹5.7 L/yr

Senior Test Engineer
263 salaries
unlock blur

₹2.9 L/yr - ₹6.8 L/yr

Explore more salaries
Compare LG Soft India with

OPPO

4.0
Compare

LG Electronics

3.9
Compare

Bajaj Electricals

4.0
Compare

Voltas

4.0
Compare
write
Share an Interview