Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Campus placements

      Interviews questions for 2K+ colleges

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
Upload Button Icon Add office photos
logo
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.1

based on 595 Reviews

Play video Play video Video summary
  • About
  • Reviews
    595
  • Salaries
    3.9k
  • Interviews
    95
  • Jobs
    15
  • Benefits
    76
  • Photos
    1

Filter interviews by

LG Soft India Interview Questions and Answers

Updated 13 May 2025
Popular Designations

24 Interview questions

A Test Engineer was asked 1mo ago
Q. Write code to calculate the area of a triangle.
Ans. 

Calculate the area of a triangle using the formula: Area = 0.5 * base * height.

  • The formula for the area of a triangle is: Area = 0.5 * base * height.

  • Example: For a triangle with base = 5 and height = 10, Area = 0.5 * 5 * 10 = 25.

  • Ensure that the base and height are perpendicular to each other.

  • This formula applies to all types of triangles (scalene, isosceles, equilateral).

View all Test Engineer interview questions
A Softwaretest Engineer was asked 2mo ago
Q. What are the compilation stages of C++?
Ans. 

Compilation stages of C++ involve preprocessing, compiling, assembling, linking.

  • Preprocessing: Includes header file inclusion, macro expansion.

  • Compiling: Translates source code to assembly code.

  • Assembling: Converts assembly code to machine code.

  • Linking: Combines object files and libraries to generate executable.

  • Example: g++ -E main.cpp (preprocessing), g++ -S main.cpp (compiling), g++ -c main.s (assembling), g++ m...

View all Softwaretest Engineer interview questions
A Software Developer was asked 4mo ago
Q. What is the difference between macros 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 o...

View all Software Developer interview questions
A Software Developer was asked 4mo ago
Q. What is the 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

View all Software Developer interview questions
A Senior Research Engineer was asked 6mo ago
Q. Write a C program.
Ans. 

Program to print array of strings in C

  • Declare an array of strings using char*

  • Initialize each string in the array

  • Use a loop to print each string

View all Senior Research Engineer interview questions
A Test Engineer was asked 7mo ago
Q. What is a smoke test?
Ans. 

Smoke test is a basic test run on a build to check if it can be considered for further testing.

  • Smoke test is a quick and basic test run on a build to ensure it is stable enough for further testing.

  • It is usually performed after a new build is deployed to check for major issues before more in-depth testing.

  • Smoke test focuses on critical functionalities of the software to ensure they are working as expected.

  • It helps ...

View all Test Engineer interview questions
A Test Engineer was asked 7mo ago
Q. What are hybrid Selenium frameworks?
Ans. 

Hybrid Selenium is a combination of Selenium WebDriver and Appium for testing web and mobile applications.

  • Hybrid Selenium allows testers to write and execute automated tests for both web and mobile applications using a single framework.

  • It combines the capabilities of Selenium WebDriver for web application testing and Appium for mobile application testing.

  • Test scripts written using Hybrid Selenium can be run on bot...

View all Test Engineer interview questions
Are these interview questions helpful?
A C Developer was asked 7mo ago
Q. Given the root of a binary tree, invert the tree, and return its root.
Ans. 

Invert a binary tree by swapping left and right child nodes recursively.

  • Start from the root node and swap its left and right child nodes.

  • Recursively invert the left and right subtrees.

  • Repeat the process for each node in the tree.

  • Example: Original tree - 1 / \ 2 3 Inverted tree - 1 / \ 3 2

View all C Developer interview questions
A Research Engineer was asked 10mo ago
Q. Explain smart pointers.
Ans. 

Smart pointers are objects that manage the memory of dynamically allocated objects in C++ to prevent memory leaks.

  • Smart pointers automatically handle memory deallocation

  • Types of smart pointers include unique_ptr, shared_ptr, and weak_ptr

  • Example: unique_ptr ptr(new int(5));

View all Research Engineer interview questions
A Software Developer Intern was asked 10mo ago
Q. Name the storage classes and explain their 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

View all Software Developer Intern interview questions
1 2 3

LG Soft India Interview Experiences

95 interviews found

Research Engineer Interview Questions & Answers

user image Ravi Kumawat

posted on 10 Mar 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions based on java.
  • Add your answer
  • Q2. Some advance concept such exception handling, muti thread..
  • Add your answer

Research Engineer Interview Questions asked at other Companies

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

Software Developer Interview Questions & Answers

user image Anonymous

posted on 26 Dec 2024

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
    Add your answer
  • 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
    Add your answer
Round 3 - HR 

(2 Questions)

  • Q1. About yourself in 200 words
  • Add your answer
  • 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
    Add your answer

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)
Anonymous

Customer Service Executive Interview Questions & Answers

user image Anonymous

posted on 5 Dec 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Successful completed

Round 2 - HR 

(4 Questions)

  • Q1. Are you comfortable night shift s
  • Add your answer
  • Q2. What is human resources
  • Add your answer
  • Q3. What kind of job
  • Add your answer
  • Q4. You explain to me your project
  • Add your answer
Round 3 - Technical 

(2 Questions)

  • Q1. Comfartbule this job
  • Add your answer
  • Q2. How much u expected package
  • Add your answer

Customer Service Executive Interview Questions asked at other Companies

Q1. How would you handle a situation where a customer receives non-vegetarian food instead of vegetarian food?
View answer (40)
Anonymous

Web Developer Interview Questions & Answers

user image Anonymous

posted on 13 Jan 2025

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

I applied via AmbitionBox and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Case Study 

Html. Css, js, and python only

Round 2 - Group Discussion 

Basics of above language

Interview Preparation Tips

Topics to prepare for LG Soft India Web Developer interview:
  • Python
  • HTML
  • CSS
  • Javascript

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (2)
Anonymous

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 13 May 2025

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

  • Q1. Talk about yourself
  • Ans. 

    I am a dedicated Test Engineer with a passion for quality assurance and a strong background in software testing methodologies.

    • Over 5 years of experience in software testing, focusing on both manual and automated testing.

    • Proficient in using testing tools like Selenium and JIRA to streamline the testing process.

    • Successfully led a team in a project that reduced bug rates by 30% through rigorous testing protocols.

    • Strong un...

  • Answered by AI
    Add your answer
  • Q2. Questions about data structures and slgorithms
  • Add your answer

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)
Anonymous

Project Manager Interview Questions & Answers

user image Anonymous

posted on 25 Jul 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. C++ related question
  • Add your answer
  • Q2. C related question
  • Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. Qt related question
  • Add your answer
  • Q2. Qml related question
  • Add your answer
Round 3 - Technical 

(2 Questions)

  • Q1. Qt related question
  • Add your answer
  • Q2. Qml related question
  • Add your answer
Round 4 - Technical 

(2 Questions)

  • Q1. C++ related question
  • Add your answer
  • Q2. Qml related question
  • Add your answer
Round 5 - HR 

(2 Questions)

  • Q1. No salary discussed, they just decided by their own
  • Add your answer
  • Q2. Just normal HR discussion
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Recruited for Project Manager, and doing a work of below freshers.. not good company for experienced person

Project Manager Interview Questions asked at other Companies

Q1. How did you manage the software release and deployment?
View answer (2)
Anonymous

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 2 Oct 2024

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

(2 Questions)

  • Q1. What is automation test
  • Ans. 

    Automation test is the use of software to control the execution of tests and compare actual outcomes with expected outcomes.

    • Automation test involves writing scripts to automate repetitive tasks in testing.

    • It helps in increasing test coverage, efficiency, and accuracy.

    • Examples include using tools like Selenium for web application testing or Appium for mobile application testing.

  • Answered by AI
    Add your answer
  • Q2. What is smoke test
  • Ans. 

    Smoke test is a basic test run on a build to check if it can be considered for further testing.

    • Smoke test is a quick and basic test run on a build to ensure it is stable enough for further testing.

    • It is usually performed after a new build is deployed to check for major issues before more in-depth testing.

    • Smoke test focuses on critical functionalities of the software to ensure they are working as expected.

    • It helps in id...

  • Answered by AI
    Add your answer
Round 2 - Technical 

(2 Questions)

  • Q1. What are hybrid selenium
  • Ans. 

    Hybrid Selenium is a combination of Selenium WebDriver and Appium for testing web and mobile applications.

    • Hybrid Selenium allows testers to write and execute automated tests for both web and mobile applications using a single framework.

    • It combines the capabilities of Selenium WebDriver for web application testing and Appium for mobile application testing.

    • Test scripts written using Hybrid Selenium can be run on both web...

  • Answered by AI
    Add your answer
  • Q2. What is selenium
  • Ans. 

    Selenium is a popular open-source automation testing tool used for web application testing.

    • Selenium is used for automating web browsers.

    • It supports multiple programming languages like Java, Python, C#, etc.

    • Selenium WebDriver is the most commonly used component for writing test scripts.

    • Selenium IDE is a record and playback tool for creating quick test scripts.

    • Selenium Grid is used for parallel execution of test scripts ...

  • Answered by AI
    Add your answer
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated Test Engineer with a strong background in software testing and quality assurance.

    • Experienced in creating test plans, test cases, and executing tests

    • Proficient in using testing tools such as Selenium, JIRA, and TestRail

    • Skilled in identifying and documenting software defects

    • Strong analytical and problem-solving skills

    • Excellent communication and teamwork abilities

  • Answered by AI
    Add your answer
  • Q2. Are u able to join immediately
  • Ans. 

    Yes, I am able to join immediately.

    • I am available to start right away

    • I have no prior commitments that would prevent me from starting immediately

    • I am excited about the opportunity and ready to hit the ground running

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - basic must be strong

Skills evaluated in this interview

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)
Anonymous

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
  • Add your answer
  • Q2. Project related questions
  • Add your answer
Round 3 - Technical 

(2 Questions)

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

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)
Anonymous

Research Engineer Interview Questions & Answers

user image Chirayu Shah

posted on 2 May 2025

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
    Add your answer
  • Q2. Operating system questions. What is deadlocks.
  • Add your answer

Research Engineer Interview Questions asked at other Companies

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

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 8 Apr 2025

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

  • Q1. Code (py) to make a program that can print my name using “*”.
  • Ans. 

    This program prints a name using asterisks, creating a visual representation of the letters.

    • Use nested loops to print each letter line by line.

    • Define patterns for each letter using asterisks.

    • Example: For 'A', print spaces and asterisks to form the shape.

  • Answered by AI
    Add your answer
  • Q2. Code to calculate the area of a triangle
  • Ans. 

    Calculate the area of a triangle using the formula: Area = 0.5 * base * height.

    • The formula for the area of a triangle is: Area = 0.5 * base * height.

    • Example: For a triangle with base = 5 and height = 10, Area = 0.5 * 5 * 10 = 25.

    • Ensure that the base and height are perpendicular to each other.

    • This formula applies to all types of triangles (scalene, isosceles, equilateral).

  • Answered by AI
    Add your answer

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)
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
devshacker007
·
ex -
Zizbey Consultancy
Job Chahiye Boss, Experience 3 Saal Ka — Lekin Salary Fresher Wali!
👔 HR: "Aapke paas Vue.js, React, Node.js, DevOps, AI sabka experience hai?" 👨‍💻 Main: "Haan, maine toh LinkedIn pe sabki post bhi like ki hai!😅" 🤖 Aaj kal interview mein skills se zyada "you must be available to work under pressure, weekends, and salary delay" pe focus hota hai! 💸 Salary expectation batate hi HR bolta hai — "Oh! We are looking for someone who is passionate... not someone who wants money!🏃‍♂️" 🚀 Lekin fir bhi hum apply karte ja rahe hain, kyunki ghar ke EMI aur Swiggy ke bill ne bhi promise kiya hai — "We will never leave you alone!" 📢 Dear companies, ab to job dedo — experience toh Zindagi bhi de rahi hai daily!
FeedCard Image
Got a question about LG Soft India?
Ask anonymously on communities.
More about working at LG Soft India
  • HQ - Bangalore/Bengaluru, Karnataka, India
  • Consumer Electronics & Appliances
  • 1k-5k Employees (India)
  • Automobile
  • Software Product

LG Soft India Interview FAQs

How many rounds are there in LG Soft India interview?
LG Soft India interview process usually has 2-3 rounds. The most common rounds in the LG Soft India interview process are Technical, Coding Test and HR.
How to prepare for LG Soft India interview?
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++, Linux, C, Java and RTOS.
What are the top questions asked in LG Soft India interview?

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

  1. what do you know about testi...read more
  2. Tell me something that is not in res...read more
  3. write Singleton pattern which is thread s...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 Interviews By Designations

  • LG Soft India Research Engineer Interview Questions
  • LG Soft India Test Engineer Interview Questions
  • LG Soft India Software Engineer Interview Questions
  • LG Soft India Software Developer Interview Questions
  • LG Soft India Senior Research Engineer Interview Questions
  • LG Soft India C Developer Interview Questions
  • LG Soft India Software Tester Interview Questions
  • LG Soft India Embedded Software Engineer Interview Questions
  • Show more
  • LG Soft India Senior Engineer Interview Questions
  • LG Soft India Manual Testing Interview Questions

Interview Questions for Popular Designations

  • Research Engineer Interview Questions
  • Test Engineer Interview Questions
  • Software Engineer Interview Questions
  • Software Developer Interview Questions
  • Senior Research Engineer Interview Questions
  • Associate Interview Questions
  • Senior Associate Interview Questions
  • Senior Engineer Interview Questions
  • Show more
  • Data Analyst Interview Questions
  • Deputy Manager Interview Questions

Overall Interview Experience Rating

4/5

based on 82 interview experiences

Difficulty level

Easy 23%
Moderate 68%
Hard 9%

Duration

Less than 2 weeks 87%
2-4 weeks 9%
6-8 weeks 2%
More than 8 weeks 2%
View more

Interview Questions from Similar Companies

OPPO
OPPO Interview Questions
4.0
 • 221 Interviews
LG Electronics
LG Electronics Interview Questions
3.9
 • 212 Interviews
Blue Star
Blue Star Interview Questions
4.0
 • 172 Interviews
Daikin
Daikin Interview Questions
4.1
 • 160 Interviews
Voltas
Voltas Interview Questions
4.0
 • 138 Interviews
Haier Appliances India
Haier Appliances India Interview Questions
4.0
 • 130 Interviews
Bajaj Electricals
Bajaj Electricals Interview Questions
4.0
 • 129 Interviews
IFB
IFB Interview Questions
3.6
 • 101 Interviews
KENT RO Systems
KENT RO Systems Interview Questions
3.9
 • 85 Interviews
Eureka Forbes
Eureka Forbes Interview Questions
3.7
 • 73 Interviews
View all

LG Soft India Reviews and Ratings

based on 595 reviews

3.1/5

Rating in categories

2.9

Skill development

3.2

Work-life balance

3.0

Salary

3.6

Job security

2.9

Company culture

2.7

Promotions

2.9

Work satisfaction

Explore 595 Reviews and Ratings
Jobs at LG Soft India
LG Soft India
ML/DL Engineer (Audio)

Bangalore / Bengaluru

3-7 Yrs

₹ 12-22 LPA

LG Soft India
Vehicle Infotainment Test Lead

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

LG Soft India
Research Engineer - Ethernet

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Explore more jobs
LG Soft India Salaries in India
Research Engineer
407 salaries
unlock blur

₹4.5 L/yr - ₹18 L/yr

Test Engineer
388 salaries
unlock blur

₹2.8 L/yr - ₹5 L/yr

Senior Research Engineer
302 salaries
unlock blur

₹12.1 L/yr - ₹40 L/yr

Softwaretest Engineer
291 salaries
unlock blur

₹2.5 L/yr - ₹5.7 L/yr

Senior Test Engineer
253 salaries
unlock blur

₹3 L/yr - ₹6.8 L/yr

Explore more salaries
Compare LG Soft India with
OPPO

OPPO

4.0
Compare
LG Electronics

LG Electronics

3.9
Compare
Bajaj Electricals

Bajaj Electricals

4.0
Compare
Voltas

Voltas

4.0
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • LG Soft India Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Campus Placements
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter