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
3.8

based on 20.2k Reviews

Filter interviews by

LTIMindtree Test Engineer Interview Questions, Process, and Tips

Updated 21 Dec 2024

Top LTIMindtree Test Engineer Interview Questions and Answers

  • Q1. Standard profiles on SFDC and what is web to lead in sfdc and how can you do it
  • Q2. What is QTP, difference between findelememt() and findelements().
  • Q3. Write a program to find occurrence of each character in string
View all 24 questions

LTIMindtree Test Engineer Interview Experiences

18 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
  • 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 record.

    • Loo...

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Explain the projects worked 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 resolve...

  • Answered by AI

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 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 Info Edge
Q3. Remove Duplicates Problem Statement You are given an array of int ... read more
asked in GlobalStep
Q4. What are the problems we faced in the old generation video game c ... read more
Q5. what is a type of testing? What are the principles?

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
  • 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.

  • Answered by AI
  • Q2. 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

  • Answered by AI
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

LTIMindtree interview questions for designations

 Senior Test Engineer

 (32)

 Automation Test Engineer

 (24)

 Performance Test Engineer

 (2)

 SAP Test Engineer

 (1)

 Manual Test Engineer

 (1)

 Trainee Test Engineer

 (1)

 QA Test Engineer

 (1)

 Senior Automation Test Engineer

 (4)

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
  • 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

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top LTIMindtree Interview Questions

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
  • 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 early in...

  • Answered by AI

Skills evaluated in this interview

Test Engineer interview

user image RD Automation Learning

posted on 23 Nov 2021

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:
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 - 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

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.

LTIMindtree Test Engineer Interview Process

based on 12 interviews

3 Interview rounds

  • Technical Round
  • HR Round
  • Personal Interview1 Round
View more

Test Engineer Interview Questions from Similar Companies

View all
LTIMindtree Test Engineer Salary
based on 1k salaries
₹2.5 L/yr - ₹8.5 L/yr
8% less than the average Test Engineer Salary in India
View more details

LTIMindtree Test Engineer Reviews and Ratings

based on 97 reviews

3.8/5

Rating in categories

3.7

Skill development

4.0

Work-life balance

3.3

Salary

3.8

Job security

3.8

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 97 Reviews and Ratings
Senior Software Engineer
21.2k salaries
unlock blur

₹4.7 L/yr - ₹18.6 L/yr

Software Engineer
16.2k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Module Lead
6.7k salaries
unlock blur

₹7 L/yr - ₹25.5 L/yr

Technical Lead
6.5k salaries
unlock blur

₹9.3 L/yr - ₹37 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16.3 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Accenture

3.9
Compare

TCS

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