Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by LTIMindtree Team. If you also belong to the team, you can get access from here

LTIMindtree Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

LTIMindtree Test Engineer Interview Questions and Answers

Updated 21 Dec 2024

25 Interview questions

A Test Engineer was asked 7mo ago
Q. Write a program to swap two numbers without using a temporary variable.
Ans. 

Swapping numbers involves exchanging the values of two variables without losing their original values.

  • Use a temporary variable: e.g., temp = a; a = b; b = temp;

  • Use arithmetic operations: e.g., a = a + b; b = a - b; a = a - b;

  • Use bitwise XOR: e.g., a = a ^ b; b = a ^ b; a = a ^ b;

  • In Python, you can swap directly: a, b = b, a;

A Test Engineer was asked 10mo ago
Q. What is the STLC cycle?
Ans. 

STLC (Software Testing Life Cycle) is a systematic process for testing software applications from start to finish.

  • STLC involves planning, designing, executing, and reporting on tests.

  • It includes phases like requirement analysis, test planning, test design, test execution, and test closure.

  • Each phase has specific goals and deliverables to ensure thorough testing of the software.

  • STLC helps in identifying defects ear...

Test Engineer Interview Questions Asked at Other Companies

asked in Infosys
Q1. 1. What is the frame work u have worked and explain the framework ... read more
asked in Info Edge
Q2. Consecutive Characters Problem Statement Given a matrix of lowerc ... read more
asked in GlobalStep
Q3. What problems did we face in the old generation video game consol ... read more
Q4. what is a type of testing? What are the principles?
asked in Info Edge
Q5. Remove Duplicates Problem Statement You are given an array of int ... read more
A Test Engineer was asked 10mo ago
Q. What is the defect life cycle?
Ans. 

Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing defects in software development.

  • Defect identification: Finding and documenting defects in the software.

  • Defect reporting: Communicating the details of the defect to the development team.

  • Defect fixing: Developers address and resolve the reported defects.

  • Defect retesting: Verifying that the defect has been fixed correctly.

  • Defec...

A Test Engineer was asked
Q. Explain the projects you have worked on, including end-to-end functionality.
Ans. 

I have worked on projects where I was responsible for testing the end-to-end functionality of software applications.

  • Tested various modules of the software to ensure they function correctly individually

  • Performed integration testing to verify that different modules work together seamlessly

  • Conducted system testing to validate the overall functionality of the software

  • Collaborated with developers to troubleshoot and re...

What people are saying about LTIMindtree

View All
staticsalamander
1w
works at
Startup
Node.js Dev Dilemma: LTIMindtree, Capgemini, or TCS?
Need some advice! I’m a Node.js dev with 6+ years of experience and I’ve got offers from: LTIMindtree (26 LPA) Capgemini (27 LPA) TCS (24 LPA) I'm trying to figure out which company would have better projects, especially in AI or newer tech. I’m really into AI-related stuff. Anyone working at these companies know about the overall work experience?
Got a question about LTIMindtree?
Ask anonymously on communities.
A Test Engineer was asked
Q. What is the difference between a lookup relationship and a master-detail relationship?
Ans. 

Lookup relationship is one-to-one while Master-detail relationship is one-to-many.

  • Lookup relationship allows linking two objects together but does not impact the deletion of records, while Master-detail relationship impacts the deletion of records.

  • In a lookup relationship, the child record can exist without a parent record, while in a master-detail relationship, the child record cannot exist without a parent recor...

A Test Engineer was asked
Q. How do you handle broken links in Selenium?
Ans. 

Handle broken links in Selenium by using try-catch blocks to catch exceptions and report the broken link.

  • Use try-catch blocks to handle exceptions when clicking on a link

  • Use the 'brokenLink' method in Selenium to check if a link is broken

  • Report the broken link in the test results

LTIMindtree HR Interview Questions

495 questions and answers

Q. What is your current professional experience?
Q. How would you manage operational disruptions within your team as a project ... read more
Q. What other technologies have you worked on?
A Test Engineer was asked
Q. What is WebDriver used for?
Ans. 

Webdriver is a tool used for automating web application testing.

  • Webdriver allows testers to automate interactions with a web browser.

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

  • Webdriver can simulate user actions like clicking buttons, entering text, etc.

  • It can be used for testing web applications across different browsers and platforms.

Are these interview questions helpful?
A Test Engineer was asked
Q. What are TestNG annotations?
Ans. 

TestNG annotations are special keywords used in TestNG framework to control the flow of test execution.

  • Annotations are used to perform actions before or after a test method, class, suite, etc.

  • Examples include @BeforeSuite, @AfterSuite, @BeforeTest, @AfterTest, @BeforeClass, @AfterClass, @BeforeMethod, @AfterMethod

  • Annotations help in setting up preconditions, postconditions, data providers, etc. for tests

A Test Engineer was asked
Q. Explain what a test scenario is.
Ans. 

A test scenario is a detailed description of a particular test case that includes preconditions, actions, and expected results.

  • Test scenarios are used to ensure that all possible scenarios are covered during testing.

  • They are created based on the requirements and specifications of the software being tested.

  • Test scenarios can be used to test different aspects of the software, such as functionality, performance, and ...

A Test Engineer was asked
Q. Explain what RTM is.
Ans. 

RTM stands for Requirements Traceability Matrix, which is a document used to track requirements throughout the software development life cycle.

  • RTM is a tool used to ensure that all requirements are met during the testing phase

  • It maps requirements to test cases to ensure that all requirements are tested

  • It helps in identifying gaps in the testing process

  • It is a living document that is updated throughout the project

  • E...

LTIMindtree Test Engineer Interview Experiences

17 interviews found

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 13 May 2024

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

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is a role
  • Q2. Difference between look up and Master detail relationship
Round 2 - Behavioral 

(1 Question)

  • Q1. Explain the projects worked end to end functionality

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Python variables, data structure,list and tuples
  • Q2. Python coding, sorted and unsorted array

Test Engineer Interview Questions & Answers

user image Shivanjali

posted on 3 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Webdriver use
  • Q2. What are testng annotations
Round 2 - Technical 

(1 Question)

  • Q1. Tell me about your project

Skills evaluated in this interview

Test Engineer Interview Questions & Answers

user image Arun Kumar

posted on 20 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about your experience

Test Engineer Interview Questions & Answers

user image pankaj jamdade

posted on 4 May 2024

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

(1 Question)

  • Q1. How to handle broken link in selenium

Skills evaluated in this interview

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 20 May 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Explain what is RTM
  • Ans. 

    RTM stands for Requirements Traceability Matrix, which is a document used to track requirements throughout the software development life cycle.

    • RTM is a tool used to ensure that all requirements are met during the testing phase

    • It maps requirements to test cases to ensure that all requirements are tested

    • It helps in identifying gaps in the testing process

    • It is a living document that is updated throughout the project

    • Exampl...

  • Answered by AI
  • Q2. Explain what is test scenario
  • Ans. 

    A test scenario is a detailed description of a particular test case that includes preconditions, actions, and expected results.

    • Test scenarios are used to ensure that all possible scenarios are covered during testing.

    • They are created based on the requirements and specifications of the software being tested.

    • Test scenarios can be used to test different aspects of the software, such as functionality, performance, and secur...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics and explain experience

Skills evaluated in this interview

Test Engineer Interview Questions & Answers

user image Krishna Bhume

posted on 4 Oct 2024

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

I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is defect life cycle
  • Ans. 

    Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing defects in software development.

    • Defect identification: Finding and documenting defects in the software.

    • Defect reporting: Communicating the details of the defect to the development team.

    • Defect fixing: Developers address and resolve the reported defects.

    • Defect retesting: Verifying that the defect has been fixed correctly.

    • Defect clo...

  • Answered by AI
  • Q2. What is stlc cycle

Skills evaluated in this interview

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Dec 2024

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

I applied via Job Fair and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

1hr 30mins, 50 questions

Round 2 - Coding Test 

Bubble sort and many other techniques

Round 3 - Technical 

(2 Questions)

  • Q1. Fibonacci series
  • Q2. Swap numbers

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Apr 2022

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.

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 - One-on-one 

(1 Question)

  • Q1. Selenium basics and Java basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Totally 3 Rounds
1. Techincal 1
2. Manager round Techincal 2
3. HR
The interview difficult level out of 5 is 2.9 for fresher

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Feb 2024

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

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Coding Test 

It was only one round of interview as it was a entry level position
Question were asked on python basics like lists strings regular expression

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Test Engineer interview?
LTIMindtree interview process usually has 1-2 rounds. The most common rounds in the LTIMindtree interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for LTIMindtree Test 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 LTIMindtree. The most common topics and skills that interviewers at LTIMindtree expect are ETL Testing, Python, Selenium, Testing and Automation.
What are the top questions asked in LTIMindtree Test Engineer interview?

Some of the top questions asked at the LTIMindtree Test Engineer interview -

  1. Standard profiles on SFDC and what is web to lead in sfdc and how can you do...read more
  2. What is QTP, difference between findelememt() and findelements...read more
  3. Write a program to find occurrence of each character in str...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.2/5

based on 12 interview experiences

Difficulty level

Easy 20%
Moderate 80%

Duration

Less than 2 weeks 80%
2-4 weeks 20%
View more

Interview Questions from Similar Companies

TCS Test Engineer Interview Questions
3.5
 • 11.3k Interviews
Wipro Test Engineer Interview Questions
3.7
 • 6.2k Interviews
HCLTech Test Engineer Interview Questions
3.5
 • 4.2k Interviews
Genpact Test Engineer Interview Questions
3.7
 • 3.5k Interviews
IBM Test Engineer Interview Questions
3.9
 • 2.5k Interviews
View all
LTIMindtree Test Engineer Salary
based on 996 salaries
₹3.5 L/yr - ₹7.1 L/yr
13% less than the average Test Engineer Salary in India
View more details

LTIMindtree Test Engineer Reviews and Ratings

based on 104 reviews

3.7/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.2

Salary

3.7

Job security

3.6

Company culture

2.9

Promotions

3.4

Work satisfaction

Explore 104 Reviews and Ratings
Senior Software Engineer
22.3k salaries
unlock blur

₹7.6 L/yr - ₹22.4 L/yr

Software Engineer
16.4k salaries
unlock blur

₹3.9 L/yr - ₹8.9 L/yr

Technical Lead
6.4k salaries
unlock blur

₹17.3 L/yr - ₹31.4 L/yr

Module Lead
5.6k salaries
unlock blur

₹11.9 L/yr - ₹22 L/yr

Senior Engineer
4.7k salaries
unlock blur

₹6.2 L/yr - ₹14.8 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Accenture

3.7
Compare

TCS

3.5
Compare
write
Share an Interview