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

Updated 19 Oct 2024

LTIMindtree Software Tester Interview Experiences

4 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Sep 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Gave me user story and asked me to write test cases

Software Tester Interview Questions & Answers

user image Tunna Dashrath Dora

posted on 22 Dec 2022

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

I applied via Naukri.com and was interviewed in Nov 2022. There were 3 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 - Technical 

(4 Questions)

  • Q1. Java Oops concepts, implementation in Framework
  • Q2. Testing Framework explanation
  • Ans. 

    A testing framework is a set of guidelines, coding standards, and tools used for creating and executing test cases.

    • It provides a structured approach to testing

    • It helps in reducing the time and effort required for testing

    • It allows for easy maintenance and scalability of test cases

    • Examples include Selenium, JUnit, TestNG, and Cucumber

  • Answered by AI
  • Q3. Selenium basic questions ( window handling, select, locator ..etc )
  • Q4. Cucumber framework, dry-run, test-runner
Round 3 - Coding Test 

String Programmes.
1) Count duplicate character
2) reverse word without changing position
3) String methods
4) HashMap

Interview Preparation Tips

Topics to prepare for LTIMindtree Software Tester interview:
  • Core Java
  • Selenium
  • Cucumber
  • JIRA
  • Agile Methodology
Interview preparation tips for other job seekers - Core java Basics and Implementation in Framework.
Oops, concept.
String programs.
Find a location on Flipkart.
Selenium Basics.
Read Ecell code.

Skills evaluated in this interview

Software Tester Interview Questions Asked at Other Companies

asked in Amdocs
Q1. Which is a best technique to generate automated test report ?
asked in Infosys
Q2. What is mean by automation testing and manual testing
Q3. What is SDLC and STLC ? Types of Testing?Types Of Test Cases And ... read more
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
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 - Technical 

(2 Questions)

  • Q1. Framework design explanation
  • Ans. 

    Framework design is the process of creating a structure for software testing that ensures efficiency and effectiveness.

    • Framework design involves identifying the testing requirements and creating a plan to meet those requirements.

    • It includes selecting the appropriate tools and technologies for testing.

    • The framework should be scalable and adaptable to changes in the software.

    • Examples of testing frameworks include Seleniu

  • Answered by AI
  • Q2. Framework types and which one was used
  • Ans. 

    Framework types include data-driven, keyword-driven, and hybrid. I have experience with hybrid framework.

    • Data-driven framework uses external data sources to drive test cases

    • Keyword-driven framework uses keywords to define test steps

    • Hybrid framework combines both data-driven and keyword-driven approaches

    • I have experience working with a hybrid framework that used Excel sheets as data sources and keywords to define test s

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary expectation and previous company salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Say confidently and you can crack it surely

I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1. Simple questions related to functional testing. 2. Some scenario based questions. 3. Basic automation questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence is the key.
If you don't know the answer, say you don't know instead of going round and round.
When you are asked to tell something about yourself, say your career journey and focus of your achievements.

LTIMindtree interview questions for designations

 Senior Software Tester

 (2)

 Software Automation Tester

 (1)

 Tester

 (2)

 ETL Tester

 (7)

 Automation Tester

 (5)

 Selenium Automation Tester

 (2)

 Software Engineer

 (316)

 Software Developer

 (92)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions related to your experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Related to resume
Round 3 - HR 

(1 Question)

  • Q1. Past documents and forms for verification
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary testing to check if the basic functionalities of a software application are working fine.

    • Performed at the beginning of testing phase

    • Focuses on basic functionality

    • Not detailed testing

    • Helps in identifying major issues early on

    • Usually automated for efficiency

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal

Round 1 - Aptitude Test 

Reasoning,numerical ,ratios

Round 2 - Coding Test 

Basic coding questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(8 Questions)

  • Q1. What exception have you faced and how to you handle exceptions
  • Q2. About robot class
  • Q3. Reverse a string/number of vowels in giver string
  • Ans. 

    Reverse a string and count the number of vowels in the given string.

    • Create a function that takes a string as input

    • Reverse the string using built-in functions or loops

    • Count the number of vowels in the string using a loop or regex

    • Return the reversed string and the count of vowels

  • Answered by AI
  • Q4. Print the repeating substring in given string
  • Ans. 

    Find and print the repeating substring in a given string.

    • Iterate through the string and check for repeating substrings

    • Use a hashmap to keep track of seen substrings

    • Return the repeating substrings as an array of strings

  • Answered by AI
  • Q5. Screen shot code
  • Q6. Types of waits in selenium
  • Ans. 

    Types of waits in Selenium include implicit, explicit, and fluent waits.

    • Implicit wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit wait: Waits for a certain condition to occur before proceeding further in the code.

    • Fluent wait: Waits for a condition to be true with a defined polling frequency.

    • Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

  • Answered by AI
  • Q7. Explain runner file and code for report
  • Ans. 

    A runner file is used to execute test scripts and generate reports in software testing.

    • Runner file is a script that executes test cases written in a testing framework.

    • It can be used to run multiple test cases in a specific order.

    • The code for generating reports in a runner file typically includes functions to collect test results and format them into a readable report.

    • Example: In a Selenium test automation project, a ru...

  • Answered by AI
  • Q8. Interface in selenium
  • Ans. 

    Interface in Selenium is a way to define a set of methods that a class must implement.

    • Interface in Selenium is used to define a contract for classes that implement it.

    • It helps in achieving abstraction and modularity in test automation.

    • Example: WebDriver interface in Selenium is implemented by classes like ChromeDriver, FirefoxDriver, etc.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Automation related questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed in May 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Numerics ,adverb,reasoning question

Round 2 - Coding Test 

C languages ,c++languages

Round 3 - Group Discussion 

Talking about general knowledges

Round 4 - HR 

(2 Questions)

  • Q1. Tell about your self
  • Q2. Interesting programming
Round 5 - HR 

(2 Questions)

  • Q1. Tell about yourself
  • Q2. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Lot of the object and note experience to get the job

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Software Tester interview?
LTIMindtree interview process usually has 2-3 rounds. The most common rounds in the LTIMindtree interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in LTIMindtree Software Tester interview?

Some of the top questions asked at the LTIMindtree Software Tester interview -

  1. Testing Framework explanat...read more
  2. Framework types and which one was u...read more
  3. framework design explanat...read more

Tell us how to improve this page.

LTIMindtree Software Tester Interview Process

based on 4 interviews

Interview experience

5
  
Excellent
View more
LTIMindtree Software Tester Salary
based on 113 salaries
₹2.5 L/yr - ₹9 L/yr
7% more than the average Software Tester Salary in India
View more details

LTIMindtree Software Tester Reviews and Ratings

based on 15 reviews

4.2/5

Rating in categories

3.8

Skill development

4.1

Work-life balance

3.3

Salary

4.2

Job security

3.9

Company culture

3.3

Promotions

4.1

Work satisfaction

Explore 15 Reviews and Ratings
Senior Software Engineer
21.3k salaries
unlock blur

₹5.1 L/yr - ₹18.7 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.4k salaries
unlock blur

₹9.4 L/yr - ₹36 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16.4 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.8
Compare

Capgemini

3.7
Compare

Accenture

3.8
Compare

TCS

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