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 Software Tester Interview Questions and Answers

Updated 15 Jun 2024

LG Soft India Software Tester Interview Experiences

3 interviews found

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

Aptitude test consist of 25-30 questions (I don’t remember exactly) and most of all questions are related to software testing

Round 2 - Technical 

(4 Questions)

  • Q1. 1.What is Test Plan?
  • Ans. 

    A test plan is a document that outlines the scope, approach, resources, and schedule of testing activities.

    • Test plan defines the testing activities to be performed, such as test objectives, test strategies, and test deliverables.

    • It includes details on the test environment, test tools, test data, and risks.

    • Test plan also specifies the roles and responsibilities of team members involved in testing.

    • It serves as a guide fo...

  • Answered by AI
  • Q2. 2.Test Secnario & Test Cases (Diff & Definition)
  • Q3. 3.Types of Testing
  • Ans. 

    Types of testing include functional testing, non-functional testing, manual testing, automated testing, and more.

    • Functional Testing: Testing the functionality of the software against the requirements.

    • Non-Functional Testing: Testing aspects like performance, usability, security, etc.

    • Manual Testing: Testing done manually by testers without the use of automation tools.

    • Automated Testing: Testing done using automation tools...

  • Answered by AI
  • Q4. 4.Agile methodology

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via LinkedIn and was interviewed before Jun 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

General aptitude with basic tech questions

Round 2 - Coding Test 

Basic of number logical programing

Round 3 - Technical 

(1 Question)

  • Q1. Knowledge about automatic tools and java
Round 4 - HR 

(1 Question)

  • Q1. Background verification

Software Tester Interview Questions Asked at Other Companies

asked in Amdocs
Q1. Which is a best technique to generate automated test report ?
Q2. What is SDLC and STLC ? Types of Testing?Types Of Test Cases And ... read more
asked in Infosys
Q3. What is mean by automation testing and manual testing
Q4. 1)What is regression 2)Difference between Regression and Retestin ... read more
asked in Capgemini
Q5. how to fetch from hashmap? what is agile? tell about hybrid frame ... read more

I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Abt yourself
  • Q2. Asked abt my project of college
  • Q3. Questions on smoke, regression, test case review process, test case template, defect report
  • Q4. Scenarios on whtapp chat page

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, don't b nervous in middle... Have a good conversation

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Questions regarding projects and DSA
  • Q2. Prepare your projects and CV well if if going into research profile, prepare DSA well if going into developer profile.

I applied via Walk-in and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About my last job description

Interview Preparation Tips

Interview preparation tips for other job seekers - Says limited and point to point thing, and be clear....

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic question on my inclination of work, and my family background.

Interview Preparation Tips

Round: Test
Experience: There was a np complete problem given. Brute force solution worked
Duration: 3 hours
Total Questions: 1

College Name: IIT Madras

Interview Questionnaire 

4 Questions

  • Q1. Mtech Thesis-based
  • Q2. Speech Recognition/ Signal Processing
  • Q3. Introductory questions
  • Q4. Don’t you think you should go for MBA than job after your graduation because it increases your salary package by leaps and bounds?

Interview Preparation Tips

Round: Resume Shortlist
Experience: Initial criterion for shortlisting is of CPI(>7).

Round: Test
Experience: There were two written tests: Technical and Aptitude. This year technical test was not organized due to some reasons. In technical for Bangalore Center questions were based on C language and data structures.
Duration: 60+60 minutes
Total Questions: 50+50

Round: Technical Interview
Experience: Panel of 1 person and lasted 10-15 minutes.

Round: HR Interview
Experience: Panel of 1 person and lasted for 10 minutes.

General Tips: • Improve your aptitude skills
• Try to solve puzzles ( Shakuntala Devi maths puzzles )
Skills: Speech Signal Processing , Image Processing , Statistical Signal Processing , Mathematical methods in Signal Processing
College Name: IIT- Kanpur

Interview Questionnaire 

13 Questions

  • Q1. ISO / OSI Model all layers
  • Ans. 

    The ISO/OSI model is a conceptual framework that standardizes the functions of a communication system into seven layers.

    • The ISO/OSI model stands for International Organization for Standardization/Open Systems Interconnection model.

    • It is a layered model that helps in understanding and designing network protocols.

    • The seven layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each la...

  • Answered by AI
  • Q2. Socket Programming
  • Q3. Linux : How to lock a file
  • Ans. 

    To lock a file in Linux, use the flock command or the fcntl system call.

    • The flock command can be used to lock a file by acquiring an exclusive or shared lock.

    • The fcntl system call can be used to lock a file by setting the F_SETLK or F_SETLKW command.

    • Locking a file prevents other processes from modifying or accessing it until the lock is released.

    • Locking can be done at the file level or at specific regions within a file...

  • Answered by AI
  • Q4. ACID property
  • Q5. Binary Search
  • Q6. Testing
  • Q7. Normalizaton
  • Q8. CSS Full form . Why we use CSS in HTML page
  • Ans. 

    CSS stands for Cascading Style Sheets. It is used to style the appearance of HTML elements on a webpage.

    • CSS helps in separating the content of a webpage from its design, making it easier to maintain and update.

    • It allows for consistent styling across multiple pages of a website.

    • CSS can be used to control layout, colors, fonts, and other visual aspects of a webpage.

    • It enables responsive design, making websites adapt to d...

  • Answered by AI
  • Q9. How to find a loop in linked list
  • Ans. 

    To find a loop in a linked list, we can use the Floyd's cycle-finding algorithm.

    • Use two pointers, one moving at a speed of one node at a time and the other at a speed of two nodes at a time.

    • If there is a loop, the two pointers will eventually meet at the same node.

    • To find the starting point of the loop, move one pointer back to the head and then move both pointers at a speed of one node at a time.

    • The point where they m...

  • Answered by AI
  • Q10. OOps Concept
  • Q11. Projects
  • Q12. Your interests
  • Ans. 

    I enjoy exploring new technologies, solving complex problems, and collaborating with others to create innovative solutions.

    • Exploring new technologies

    • Solving complex problems

    • Collaborating with others

    • Creating innovative solutions

  • Answered by AI
  • Q13. How do you see software industry after 10 years

Interview Preparation Tips

Round: Test
Experience: 1. Aptitute

2. DS & C : Maninly queue , Dequeue and linked list

3. C++ : Theory part

4. Network : OSI Layer's working

College Name: NA

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Which area would you concentrate on if you were the CEO of the company?
  • Ans. 

    I would concentrate on improving the company's software development process.

    • Implementing agile methodologies

    • Investing in automation tools

    • Encouraging continuous learning and development

    • Fostering a culture of innovation

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: One hour written test.
Objective questions related to C/C++/OS + 1 coding question .
Tips: Basic C/C++ reference material should be enough.
Revise basic OS, Networks, Data Structures and Algorithms.
Duration: 60 minutes

Round: Interview
Experience: Two Technical Interviews (20 minutes each)
 Questions on your B.Tech project, M.Tech project, Favorite subject, Programming ability.
 Discussion about the company, expectations from the company, future opportunities.
 Too much emphasis on the work done by you before. They require every explanation in
detail.
 If your B.Tech and M.Tech projects are in the field which company is looking forward for, it
is an added bonus.
Tips: Questions are mostly related to BTP as well as other work done in the Department.
 Prepare a compendium of the topics expected to prop up during interview.
 Revision of basic fundamentals of the field.
 Short report of the B.Tech as well as M.Tech project.
 Refer to placement sites for some tips.

General Tips: For non-core companies, only puzzle solving skills and accuracy are needed to be
sharpened. So practice standard interview puzzles available on net. Also revise of topics in
probability and permutation/combination.
College Name: IIT Madras

Interview Questionnaire 

3 Questions

  • Q1. About Projects
  • Q2. About Research Work
  • Q3. Straight forward questions relating to project experiences.

Interview Preparation Tips

Round: Resume Shortlist
Experience: CGPA-9.55

Round: Test
Experience: Basic C Programming and Algorithms questions
Tips: General C programming knowledge is required. Nothing specific for the test
Duration: 60 minutes

Round: Technical Interview
Experience: Subjects tested: Signal Processing, Speech Technology, and Machine Learning

General Tips: Mostly they looked for Research experience, Project works and a good knowledge of Speech
Technology, Signal processing and Machine Learning and maybe CGPA. They were looking for work related to Speech Technology, Signal processing and Machine Learning. I had my BTP and several projects related to these subjects.
Skills: Signal Processing, Speech Technology, Machine Learning
College Name: IIT Madras

LG Soft India Interview FAQs

How many rounds are there in LG Soft India Software Tester interview?
LG Soft India interview process usually has 3 rounds. The most common rounds in the LG Soft India interview process are Aptitude Test, Technical and Coding Test.
What are the top questions asked in LG Soft India Software Tester interview?

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

  1. 1.What is Test Pl...read more
  2. 3.Types of Test...read more
  3. Questions on smoke, regression, test case review process, test case template, d...read more

Tell us how to improve this page.

LG Soft India Software Tester Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

OPPO Interview Questions
4.0
 • 216 Interviews
LG Electronics Interview Questions
4.0
 • 201 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
 • 132 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 Software Tester Salary
based on 11 salaries
₹3.5 L/yr - ₹4.2 L/yr
19% less than the average Software Tester Salary in India
View more details

LG Soft India Software Tester Reviews and Ratings

based on 3 reviews

2.8/5

Rating in categories

2.2

Skill development

3.7

Work-life balance

2.0

Salary

4.0

Job security

3.2

Company culture

1.8

Promotions

2.4

Work satisfaction

Explore 3 Reviews and Ratings
Research Engineer
391 salaries
unlock blur

₹4.5 L/yr - ₹18 L/yr

Test Engineer
384 salaries
unlock blur

₹2.8 L/yr - ₹5 L/yr

Senior Research Engineer
317 salaries
unlock blur

₹11.3 L/yr - ₹39 L/yr

Softwaretest Engineer
292 salaries
unlock blur

₹2.5 L/yr - ₹6.2 L/yr

Senior Test Engineer
248 salaries
unlock blur

₹3 L/yr - ₹6.8 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