Upload Button Icon Add office photos

Filter interviews by

LG Electronics Softwaretest Engineer Interview Questions and Answers

Updated 4 Jun 2024

LG Electronics Softwaretest Engineer Interview Experiences

1 interview found

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

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

Round 1 - Coding Test 

It was on c and elimanating round

Round 2 - Coding Test 

Asked many c fundamental question

Round 3 - HR 

(2 Questions)

  • Q1. Why should hire you?
  • Q2. Hobbies, interest

Interview questions from similar companies

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

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

Round 1 - Group Discussion 

Tell about AC industry

Round 2 - Technical 

(3 Questions)

  • Q1. Move zeros to end?
  • Ans. 

    Move all zeros in an array of strings to the end while maintaining the order of non-zero elements.

    • Iterate through the array and move all zeros to the end while keeping the order of non-zero elements.

    • Use two pointers approach to swap elements in-place.

    • Example: Input: ['a', 'b', 'c', '0', 'd', '0'], Output: ['a', 'b', 'c', 'd', '0', '0']

  • Answered by AI
  • Q2. WHat are AWS services?
  • Ans. 

    AWS services are cloud computing services provided by Amazon Web Services.

    • Compute services (e.g. EC2, Lambda)

    • Storage services (e.g. S3, EBS)

    • Database services (e.g. RDS, DynamoDB)

    • Networking services (e.g. VPC, Route 53)

    • Machine learning services (e.g. SageMaker)

    • Analytics services (e.g. Redshift, Athena)

  • Answered by AI
  • Q3. What is dynamodb?
  • Ans. 

    DynamoDB is a fully managed NoSQL database service provided by AWS.

    • Fully managed NoSQL database service

    • Scalable and high-performance

    • Supports key-value and document data models

    • Automatically replicates data across multiple Availability Zones for high availability

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. How good are you at stress handling situations?
  • Ans. 

    I am very good at handling stress situations, remaining calm and focused under pressure.

    • I have experience working on high-pressure projects with tight deadlines.

    • I am able to prioritize tasks effectively and stay organized during stressful situations.

    • I have developed strong problem-solving skills that help me navigate stressful scenarios.

    • I am able to communicate effectively with team members and stakeholders to manage s...

  • Answered by AI
  • Q2. Why daikin eloaborate this?
  • Ans. 

    Daikin may elaborate on a topic to provide more detailed information or explanation.

    • To provide a better understanding of a complex concept or product

    • To address potential questions or concerns from customers

    • To showcase the company's expertise and knowledge in the industry

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Bdd framework oops
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at NSS College, Cherthala and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. C code to detect loop in linkedlist.
  • Ans. 

    Use Floyd's Cycle Detection Algorithm to detect loop in linked list.

    • Initialize two pointers, slow and fast, both pointing to the head of the linked list.

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

    • If there is a loop, the slow and fast pointers will meet at some point.

    • To find the start of the loop, reset one pointer to the head and move both pointers at the same pace until they meet aga

  • Answered by AI
  • Q2. Storage class Specifiers in c language
  • Ans. 

    Storage class specifiers in C language define the scope and lifetime of variables.

    • Storage class specifiers include auto, register, static, and extern.

    • Auto variables are stored in the stack and have local scope.

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

    • Static variables retain their value between function calls.

    • Extern variables are declared in one file and can be accessed in another file.

  • Answered by AI
  • Q3. Headerfile usage in c language
  • Ans. 

    Header files in C language are used to declare functions, variables, and constants that are defined in other source files.

    • Header files are included at the beginning of a C program using the #include directive.

    • They help in organizing code by separating declarations from the actual implementation.

    • Common header files in C include , , and .

    • Header files can also be created by the user to declare c...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Dell Softwaretest Engineer interview:
  • Os
  • Dsa
  • C
Interview preparation tips for other job seekers - Learn dsa coding

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
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 - Technical 

(1 Question)

  • Q1. Read Tree & graph in detail
Round 3 - Coding Test 

Read DP in more detail

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

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Multiple choice question based on data structure, DBMS, os, 2 coding question.

Round 2 - Technical 

(2 Questions)

  • Q1. Sorting algorithm,
  • Q2. Solve question using recursion
Round 3 - Technical 

(2 Questions)

  • Q1. Project related information
  • Q2. Java, oops. Java vs c+ +
  • Ans. 

    Java and C++ are both object-oriented programming languages, but Java is platform-independent while C++ is platform-dependent.

    • Java is platform-independent, meaning it can run on any platform with the help of JVM (Java Virtual Machine)

    • C++ is platform-dependent, as it needs to be compiled separately for each platform

    • Java has automatic garbage collection, while in C++ memory management is manual

    • Java does not support point...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated Software Test Engineer with a passion for ensuring quality in software products.

    • Experienced in creating test plans and test cases

    • Proficient in automated testing tools such as Selenium

    • Skilled in identifying and documenting software defects

    • Strong analytical and problem-solving skills

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Why this role attracts you? Why Philips?

Skills evaluated in this interview

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

(1 Question)

  • Q1. Reasoning kind of questions
Round 2 - Technical 

(1 Question)

  • Q1. About Test plan

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

Good

Interview Preparation Tips

Topics to prepare for Philips Softwaretest Engineer interview:
  • Manual Testing
Interview preparation tips for other job seekers - Good company build in new career in this company for the fresher
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I applied via Company Website and was interviewed in Mar 2023. There were 4 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 - Aptitude Test 

Reasoning verbal english paragraphs

Round 3 - Technical 

(1 Question)

  • Q1. Technical questions in about subject
Round 4 - HR 

(1 Question)

  • Q1. In hr round they ask general questions and salary package
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Python and selenium
  • Q2. Jira and Git hub
  • Q3. Manual testing questions

LG Electronics Interview FAQs

How many rounds are there in LG Electronics Softwaretest Engineer interview?
LG Electronics interview process usually has 3 rounds. The most common rounds in the LG Electronics interview process are Coding Test and HR.

Tell us how to improve this page.

LG Electronics Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
LG Electronics Softwaretest Engineer Salary
based on 18 salaries
₹3 L/yr - ₹4.6 L/yr
37% less than the average Softwaretest Engineer Salary in India
View more details

LG Electronics Softwaretest Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

1.0

Skill development

3.0

Work-life balance

2.0

Salary

5.0

Job security

4.0

Company culture

2.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Assistant Manager
320 salaries
unlock blur

₹6.9 L/yr - ₹17.1 L/yr

Sales Executive
304 salaries
unlock blur

₹1.2 L/yr - ₹6 L/yr

Deputy Manager
301 salaries
unlock blur

₹8.6 L/yr - ₹22.4 L/yr

Senior Engineer
299 salaries
unlock blur

₹3.6 L/yr - ₹13 L/yr

Team Lead
214 salaries
unlock blur

₹1.5 L/yr - ₹6.2 L/yr

Explore more salaries
Compare LG Electronics with

Samsung

4.0
Compare

Sony

4.2
Compare

Whirlpool

4.0
Compare

Voltas

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