Upload Button Icon Add office photos

Filter interviews by

LG Electronics Software Engineer Interview Questions and Answers

Updated 26 Oct 2023

LG Electronics Software Engineer Interview Experiences

2 interviews found

Software Engineer Interview Questions & Answers

user image Varun Muppalla

posted on 26 Oct 2023

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

I applied via Walk-in and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy to attempt and creak the test

Round 2 - Technical 

(1 Question)

  • Q1. About yourself, c basic questions, about your project
Round 3 - HR 

(1 Question)

  • Q1. About yourself, about company, about location

Interview Questionnaire 

1 Question

  • Q1. What is python
  • Ans. 

    Python is a high-level, interpreted programming language known for its simplicity and ease of use.

    • Python is used for web development, data analysis, artificial intelligence, and more.

    • It has a large standard library and supports multiple programming paradigms.

    • Python code is easy to read and write, making it a popular choice for beginners.

    • Python uses indentation to indicate blocks of code, rather than curly braces or key...

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

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

(2 Questions)

  • Q1. How to design apis
  • Ans. 

    Designing APIs involves defining endpoints, request/response formats, authentication, versioning, and documentation.

    • Define clear and consistent endpoints for different functionalities

    • Design request and response formats that are easy to understand and work with

    • Implement authentication mechanisms to secure the API

    • Consider versioning to support backward compatibility

    • Provide comprehensive documentation for developers to ea

  • Answered by AI
  • Q2. How to structure databases for data collection
  • Ans. 

    Structure databases by identifying data entities, relationships, and attributes.

    • Identify data entities (e.g. customers, products) and their attributes

    • Define relationships between entities (e.g. one-to-many, many-to-many)

    • Normalize data to reduce redundancy and improve data integrity

    • Use primary keys to uniquely identify each record

    • Consider indexing for faster data retrieval

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. In detail questions related to the exp
  • Q2. In detail hr related question

Interview Preparation Tips

Interview preparation tips for other job seekers - please be confident be prepared

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is polymorphism?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance allows a child class to override a method from its parent class, exhibiting polymorphic b

  • Answered by AI
  • Q2. How abstraction is implemented?
  • Ans. 

    Abstraction is implemented in software engineering by hiding unnecessary details and exposing only relevant information.

    • Abstraction is achieved through the use of abstract classes and interfaces in object-oriented programming.

    • It allows developers to focus on the essential aspects of a concept without getting bogged down in implementation details.

    • For example, in a car simulation program, the Car class may have abstract ...

  • Answered by AI
  • Q3. What is the difference between abstraction and Interface?
  • Ans. 

    Abstraction is hiding the implementation details while Interface is a contract that defines the methods that a class must implement.

    • Abstraction focuses on hiding the internal implementation details of a class, allowing the user to only see the necessary details.

    • Interface defines a contract that specifies the methods a class must implement, without providing the implementation details.

    • Abstraction can be achieved through...

  • Answered by AI
Round 2 - Behavioral interview 

(1 Question)

  • Q1. What is your motivation when you are working on same project alone for long period?
  • Ans. 

    My motivation when working on a project alone for a long period is the satisfaction of seeing my hard work come to fruition.

    • Setting small achievable goals to keep myself motivated

    • Taking breaks to avoid burnout and maintain productivity

    • Seeking feedback from others to stay motivated and improve my work

    • Reminding myself of the end goal and the impact my project will have

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your salary expectation?
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for Software Engineers in this region.

    • Research the average salary range for Software Engineers in the specific region or industry

    • Consider your level of experience, skills, and qualifications when determining your salary expectation

    • Be prepared to negotiate based on the company's offer and benefits package

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and give interview as many as possible
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Questions related to Tree and stack

Round 2 - Coding Test 

Questions related to Binary search

Round 3 - Technical 

(2 Questions)

  • Q1. Java concepts
  • Q2. Graph coding ques
Round 4 - HR 

(1 Question)

  • Q1. Salary discssion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. OOPS concepts with DSA in java
  • Ans. 

    OOPS concepts in Java are principles like Inheritance, Encapsulation, Polymorphism, and Abstraction. DSA involves data structures and algorithms.

    • OOPS concepts in Java include Inheritance, where a class inherits properties and behaviors from another class.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of their parent cla...

  • Answered by AI
  • Q2. Questions related to resume projects and tech stacks used.
Round 2 - HR 

(1 Question)

  • Q1. Questions related to previous experiences in team oriented internships

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have good basics of DSA and OOPS in JAVA

Skills evaluated in this interview

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

Apti quest normal maths english

Round 2 - Coding Test 

Medium leetchode question

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

(2 Questions)

  • Q1. What's desing patterns
  • Ans. 

    Design patterns are reusable solutions to common problems encountered in software design.

    • Design patterns help in creating flexible, maintainable, and scalable software.

    • Examples include Singleton, Factory, Observer, and Strategy patterns.

    • Design patterns can be categorized into creational, structural, and behavioral patterns.

  • Answered by AI
  • Q2. What's object oriented programming
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP focuses on creating objects that interact with each other to solve problems

    • Encapsulation, inheritance, and polymorphism are key principles of OOP

    • Examples of OOP languages include Java, C++, and Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good place to work

Skills evaluated in this interview

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

(4 Questions)

  • Q1. Why to join WD?
  • Ans. 

    WD offers exciting opportunities for growth and innovation in the software engineering field.

    • Opportunity to work on cutting-edge technologies

    • Collaborative and supportive work environment

    • Career development and growth opportunities

    • Strong company culture and values

    • Global presence and diverse projects

  • Answered by AI
  • Q2. Detect loop in linked list
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect loop in linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at any point, there is a loop in the linked list.

  • Answered by AI
  • Q3. What are different product of WD?
  • Ans. 

    WD offers a variety of products including external hard drives, internal hard drives, SSDs, and network attached storage devices.

    • External hard drives

    • Internal hard drives

    • SSDs

    • Network attached storage devices

  • Answered by AI
  • Q4. Do you want to ask any questions?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't know result yet

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

There was a coding round on techgig which i cleared

Round 2 - Technical 

(3 Questions)

  • Q1. I was invited to the technical round which was also online
  • Q2. I could not attend the online technical round
  • Q3. 2 questions on dsa

LG Electronics Interview FAQs

How many rounds are there in LG Electronics Software Engineer interview?
LG Electronics interview process usually has 4 rounds. The most common rounds in the LG Electronics interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for LG Electronics Software Engineer 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 Electronics. The most common topics and skills that interviewers at LG Electronics expect are C++, Multimedia and OOPS.

Tell us how to improve this page.

People are getting interviews through

based on 1 LG Electronics interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
LG Electronics Software Engineer Salary
based on 40 salaries
₹4 L/yr - ₹10 L/yr
22% less than the average Software Engineer Salary in India
View more details

LG Electronics Software Engineer Reviews and Ratings

based on 2 reviews

1.2/5

Rating in categories

4.8

Skill development

4.8

Work-Life balance

4.8

Salary & Benefits

4.8

Job Security

4.8

Company culture

4.8

Promotions/Appraisal

4.8

Work Satisfaction

Explore 2 Reviews and Ratings
Assistant Manager
319 salaries
unlock blur

₹6.9 L/yr - ₹17.1 L/yr

Senior Engineer
295 salaries
unlock blur

₹4.2 L/yr - ₹13.2 L/yr

Sales Executive
295 salaries
unlock blur

₹1.2 L/yr - ₹5.6 L/yr

Deputy Manager
249 salaries
unlock blur

₹8.6 L/yr - ₹23 L/yr

Manager
207 salaries
unlock blur

₹12.5 L/yr - ₹29 L/yr

Explore more salaries
Compare LG Electronics with

Samsung

4.0
Compare

Sony

4.3
Compare

Whirlpool

4.0
Compare

Voltas

4.0
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