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 Softwaretest Engineer Interview Questions and Answers

Updated 14 Feb 2025

LG Soft India Softwaretest Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Coding Test 

A collection of questions based on C/C++ programming language and Object-Oriented Programming (OOP) concepts.

Round 2 - Technical 

(4 Questions)

  • Q1. Find the frequency of each digit or character in the given number or string and print each uniquely.
  • Q2. Implement a linked list
  • Q3. 5 to 10 oops questions
  • Q4. 2-3 Basic OS questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Compilation stages of c++
  • Q2. Coding good practices

Interview Preparation Tips

Interview preparation tips for other job seekers - If u are joining for permanent position then fine.Go ahead
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

1 hour include mathematics

Round 2 - Group Discussion 

Topic is about GDPof india

Round 3 - HR 

(2 Questions)

  • Q1. What is your name
  • Q2. What are your shift timings 9 to 5

Interview Preparation Tips

Interview preparation tips for other job seekers - try and be pateint

Softwaretest Engineer Interview Questions Asked at Other Companies

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If u get a blocker defect just the previous day of ur release dat ... read more
Q3. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more
Q4. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q5. Write Sql query for displaying total number of students from chil ... read more

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
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
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical,Average and Simple interest and compound interest

Round 2 - Technical 

(1 Question)

  • Q1. Self intro Project What is global in local? Write a sny c program?
  • Ans. 

    Global in local refers to the scope of variables in a program. A global variable can be accessed from any part of the program, while a local variable is limited to a specific function or block of code.

    • Global variables are declared outside of any function and can be accessed by any function in the program.

    • Local variables are declared within a function and can only be accessed within that function.

    • Example: int globalVar

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nill

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

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Random c question like pointer even/odd

Round 2 - Group Discussion 

Present news, like covid-19

Interview Preparation Tips

Topics to prepare for Livpure Software Engineer interview:
  • C question
Interview preparation tips for other job seekers - i will clear both round
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy to write with simole loetters to

Round 2 - Coding Test 

Very easy to manipulate with this code

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with the flow
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude duration One hours
Level moderate

Round 2 - Coding Test 

Coding Test Duration 3 hours
Level moderate to hard

LG Soft India Interview FAQs

How many rounds are there in LG Soft India Softwaretest Engineer interview?
LG Soft India interview process usually has 3 rounds. The most common rounds in the LG Soft India interview process are Aptitude Test, Group Discussion and HR.
What are the top questions asked in LG Soft India Softwaretest Engineer interview?

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

  1. Find the frequency of each digit or character in the given number or string and...read more
  2. Implement a linked l...read more
  3. 5 to 10 oops questi...read more

Tell us how to improve this page.

LG Soft India Softwaretest Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
LG Soft India Softwaretest Engineer Salary
based on 298 salaries
₹2.8 L/yr - ₹7 L/yr
22% less than the average Softwaretest Engineer Salary in India
View more details

LG Soft India Softwaretest Engineer Reviews and Ratings

based on 35 reviews

4.4/5

Rating in categories

3.9

Skill development

4.5

Work-life balance

3.7

Salary

4.4

Job security

4.3

Company culture

3.5

Promotions

4.3

Work satisfaction

Explore 35 Reviews and Ratings
Test Engineer
380 salaries
unlock blur

₹2.8 L/yr - ₹5.1 L/yr

Research Engineer
343 salaries
unlock blur

₹4 L/yr - ₹14.1 L/yr

Softwaretest Engineer
298 salaries
unlock blur

₹2.8 L/yr - ₹7 L/yr

Senior Research Engineer
271 salaries
unlock blur

₹12 L/yr - ₹39 L/yr

Senior Test Engineer
248 salaries
unlock blur

₹3 L/yr - ₹6.8 L/yr

Explore more salaries
Compare LG Soft India with

Samsung Research

3.2
Compare

IBM

4.0
Compare

Microsoft Corporation

4.0
Compare

Oracle

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