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, Process, and Tips for Freshers

Updated 10 Mar 2025

Top LG Soft India Interview Questions and Answers for Freshers

View all 6 questions

LG Soft India Interview Experiences for Freshers

Popular Designations

18 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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

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

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
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

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other. Explanation: Two trees are considered mirror of each other if: The roots of both the trees are the... read more
View answer (1)

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

LG Soft India interview questions for popular designations

 Research Engineer

 (12)

 Software Engineer

 (9)

 Test Engineer

 (8)

 Software Developer

 (5)

 Senior Research Engineer

 (4)

 C Developer

 (3)

 Software Tester

 (3)

 Embedded Software Engineer

 (3)

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

Automation Engineer Interview Questions asked at other Companies

Q1. 16) What is modbus ? Types of modbus? How many slaves we can connect to one master
View answer (1)
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

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Jobs at LG Soft India

View all
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

Research Engineer Interview Questions asked at other Companies

Q1. Why did you use such a high degree polynomial fit?
View answer (1)
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 5 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 

Quant, Reasoning and Technical questions

Round 3 - Coding Test 

3 questions on Array and strings

Round 4 - Technical 

(1 Question)

  • Q1. Basic questions on C/C++ questions and Data structures
Round 5 - 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.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)

I applied via Naukri.com and was interviewed in Nov 2022. There were 6 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 - Coding Test 

Hackerearth coding test with around 5 DSA questions and 20 theoretical questions on python.

Round 3 - Technical 

(1 Question)

  • Q1. Asked straight forward questions on ML and DL and asked about projects in a very detailed manner.
Round 4 - Technical 

(1 Question)

  • Q1. They conducted another DSA round in python
Round 5 - Technical 

(1 Question)

  • Q1. NLP ROUND ASKED ALL CONCEPTS IN NLP
Round 6 - HR 

(1 Question)

  • Q1. Discussoon about role

Interview Preparation Tips

Interview preparation tips for other job seekers - After doing all this they told they are keeping the position on hold

Research Engineer Interview Questions & Answers

user image Shraddha Tripathi

posted on 4 Jun 2022

Round 1 - Coding Test 

As a fresher you can prepare CPP MCQ questions they give some question on this you can prepare
these type of question from Sanfoundry & Indiaix .

Round 2 - Technical 

(1 Question)

  • Q1. 1. Project related question 2.Technology which mention in resume 3.create array in range store numbers i.e. a[10] ={1,2,3,4,5,6,8,9,10} find missing number on given series (//7 is missing here ). 4.write...

Interview Preparation Tips

Interview preparation tips for other job seekers - You can prepare basic question & build your logic And be prepare for technology which you mention in resume .. All the best

Research Engineer Interview Questions asked at other Companies

Q1. Why did you use such a high degree polynomial fit?
View answer (1)

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.

LG Soft India Interview Process for Freshers

based on 7 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

OPPO Interview Questions
4.0
 • 216 Interviews
LG Electronics Interview Questions
4.0
 • 202 Interviews
Blue Star Interview Questions
4.1
 • 167 Interviews
Daikin Interview Questions
4.1
 • 152 Interviews
HP India Interview Questions
4.1
 • 142 Interviews
Samsung Research Interview Questions
3.1
 • 133 Interviews
Voltas Interview Questions
4.0
 • 131 Interviews
Bajaj Electricals Interview Questions
4.0
 • 127 Interviews
IFB Interview Questions
3.7
 • 96 Interviews
View all

LG Soft India Reviews and Ratings

based on 570 reviews

3.1/5

Rating in categories

2.9

Skill development

3.3

Work-life balance

3.0

Salary

3.6

Job security

2.9

Company culture

2.7

Promotions

2.9

Work satisfaction

Explore 570 Reviews and Ratings
R&D Planning Manager

Bangalore / Bengaluru

10-16 Yrs

Not Disclosed

Manager Training & Development (IC Role)

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Korean Translator

Bangalore / Bengaluru

0-4 Yrs

Not Disclosed

Explore more jobs
Test Engineer
384 salaries
unlock blur

₹2.8 L/yr - ₹5 L/yr

Research Engineer
375 salaries
unlock blur

₹4.5 L/yr - ₹15 L/yr

Senior Research Engineer
310 salaries
unlock blur

₹10.9 L/yr - ₹38 L/yr

Softwaretest Engineer
292 salaries
unlock blur

₹2.5 L/yr - ₹6.2 L/yr

Senior Test Engineer
250 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Explore more salaries
Compare LG Soft India with

OPPO

4.0
Compare

LG Electronics

4.0
Compare

Bajaj Electricals

4.0
Compare

Voltas

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview