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

Updated 25 May 2025

43 Interview questions

A Senior Test Engineer was asked 6mo ago
Q. What is the automation process in Salesforce?
Ans. 

Automation process in Salesforce involves using tools like Salesforce Automation, Process Builder, and Apex triggers to automate repetitive tasks and streamline workflows.

  • Salesforce Automation allows users to create rules and triggers to automate tasks like sending emails, updating records, and creating tasks.

  • Process Builder is a visual tool that allows users to automate business processes by creating workflows wi...

A Senior Test Engineer was asked 6mo ago
Q. What is the difference between Workflow and Process Builder?
Ans. 

Workflow is a declarative automation tool for automating standard processes, while Process Builder is a visual tool for automating business processes.

  • Workflow is based on criteria and actions, while Process Builder uses a visual interface with point-and-click functionality.

  • Workflow can only perform actions on the same object, while Process Builder can work across multiple objects.

  • Workflow can only update fields on...

Senior Test Engineer Interview Questions Asked at Other Companies

asked in LTIMindtree
Q1. What should be done when a defect is found in production?
asked in Sapiens
Q2. From Selenium -> Which Automation framework I have implemented ... read more
asked in LTIMindtree
Q3. How did you perform incremental load in your project?
asked in LTIMindtree
Q4. What is meant by regression and retesting?
asked in LTIMindtree
Q5. How can a circular cake be cut into 8 equal pieces with only 3 cu ... read more
A Senior Test Engineer was asked 6mo ago
Q. What is Salesforce?
Ans. 

Salesforce is a cloud-based customer relationship management (CRM) platform that helps businesses manage their sales, customer service, marketing, and more.

  • Cloud-based CRM platform

  • Helps businesses manage sales, customer service, marketing, etc.

  • Provides tools for automation, analytics, and integration

  • Offers a wide range of apps and services for various business needs

A Senior Test Engineer was asked 12mo ago
Q. How do you click an element using Selenium?
Ans. 

In Selenium, clicking on elements can be done using the click() method.

  • Locate the element using appropriate locator strategies

  • Use the click() method to perform the click action

  • Handle any exceptions that may occur during the click operation

What people are saying about LTIMindtree

View All
a senior software engineer
1w
Need clarity on Ltimindtree's Variable pay
Hi, I have received an Offer from LTIMINDTREE, and there offering 24L(5Yoe) P3, 21.8L as Fixed and 2L as variable pay monthly. Client is Amazon I also have another offer with HTC, have two questions on the vp. The HR is trying to say that the VP is like non performance, regardless of performance you'll get it unless other companies which offer it based on performance...is this tru ? Then if I'm receiving a hike next year, what it'll be based on ?, will the 2.2L VP apply again next year. Hows the hike and promotion ? LTIMindtree
FeedCard Image
Got a question about LTIMindtree?
Ask anonymously on communities.
A Senior Test Engineer was asked 12mo ago
Q. How is mouse over point used in Selenium?
Ans. 

Mouse over point in Selenium is used to simulate hovering over an element on a web page.

  • Mouse over point is used to trigger dropdown menus or tooltips that appear when hovering over an element.

  • It can be achieved using Actions class in Selenium.

  • Example: actions.moveToElement(element).perform();

A Senior Test Engineer was asked 12mo ago
Q. How does the static keyword affect memory allocation in Java?
Ans. 

Static keyword in Java is used for memory allocation at class level rather than object level.

  • Static variables are shared among all instances of a class.

  • Static methods can be called without creating an instance of the class.

  • Static blocks are used to initialize static variables.

  • Example: public static int count = 0;

A Senior Test Engineer was asked 12mo ago
Q. Is String mutable or immutable?
Ans. 

Strings in many programming languages, like Java and Python, are immutable, meaning their values cannot be changed after creation.

  • In Java, once a String object is created, it cannot be altered. Example: String str = 'Hello'; str = str + ' World'; creates a new String.

  • In Python, strings are also immutable. Example: s = 'Hello'; s[0] = 'h' raises an error.

  • To modify strings, new strings must be created. Example: str....

Are these interview questions helpful?
A Senior Test Engineer was asked
Q. How do you resolve a production issue?
Ans. 

I investigate the issue, identify the root cause, develop a solution, test it thoroughly, and implement the fix.

  • Investigate the issue thoroughly to understand the root cause

  • Develop a solution or workaround to address the issue

  • Test the solution rigorously to ensure it resolves the problem

  • Implement the fix carefully to prevent any further issues

  • Communicate with stakeholders about the resolution

A Senior Test Engineer was asked
Q. What is a lambda function, and can you explain it?
Ans. 

A lambda function is an anonymous function that can have any number of parameters but can only have one expression.

  • Lambda functions are used for creating small, throwaway functions.

  • They are often used as arguments to higher-order functions.

  • Lambda functions are concise and do not require a return statement.

  • Example: lambda x: x*2 defines a lambda function that doubles the input.

A Senior Test Engineer was asked
Q. Write code to determine if a number is prime.
Ans. 

Code to check if a number is prime or not

  • Iterate from 2 to square root of the number

  • Check if the number is divisible by any number in the range

  • If divisible, it is not a prime number

LTIMindtree Senior Test Engineer Interview Experiences

33 interviews found

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

I applied via Walk-in and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Senior Test Engineer with a strong background in software testing and quality assurance.

    • Over 8 years of experience in testing web and mobile applications

    • Proficient in test planning, execution, and automation using tools like Selenium and JIRA

    • Skilled in identifying and documenting defects, and working closely with development teams to resolve issues

    • Strong analytical and problem-solving skills, with a keen at...

  • Answered by AI
  • Q2. Project details
Round 2 - HR 

(2 Questions)

  • Q1. What is Salesforce ?
  • Ans. 

    Salesforce is a cloud-based customer relationship management (CRM) platform that helps businesses manage their sales, customer service, marketing, and more.

    • Cloud-based CRM platform

    • Helps businesses manage sales, customer service, marketing, etc.

    • Provides tools for automation, analytics, and integration

    • Offers a wide range of apps and services for various business needs

  • Answered by AI
  • Q2. Salesforce CRM
Round 3 - HR 

(2 Questions)

  • Q1. Difference Between Workflow and process builder
  • Ans. 

    Workflow is a declarative automation tool for automating standard processes, while Process Builder is a visual tool for automating business processes.

    • Workflow is based on criteria and actions, while Process Builder uses a visual interface with point-and-click functionality.

    • Workflow can only perform actions on the same object, while Process Builder can work across multiple objects.

    • Workflow can only update fields on the ...

  • Answered by AI
  • Q2. What is automation process in salesforce
  • Ans. 

    Automation process in Salesforce involves using tools like Salesforce Automation, Process Builder, and Apex triggers to automate repetitive tasks and streamline workflows.

    • Salesforce Automation allows users to create rules and triggers to automate tasks like sending emails, updating records, and creating tasks.

    • Process Builder is a visual tool that allows users to automate business processes by creating workflows with po...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Static keyword memory allocation in java
  • Ans. 

    Static keyword in Java is used for memory allocation at class level rather than object level.

    • Static variables are shared among all instances of a class.

    • Static methods can be called without creating an instance of the class.

    • Static blocks are used to initialize static variables.

    • Example: public static int count = 0;

  • Answered by AI
  • Q2. Constructor in java
  • Ans. 

    Constructor in Java is a special type of method used to initialize objects.

    • Constructors have the same name as the class they are in.

    • They do not have a return type, not even void.

    • They are called when an object of a class is created.

    • Constructors can be overloaded, meaning a class can have multiple constructors with different parameters.

  • Answered by AI
  • Q3. String mutable or immutable
  • Ans. 

    Strings in many programming languages, like Java and Python, are immutable, meaning their values cannot be changed after creation.

    • In Java, once a String object is created, it cannot be altered. Example: String str = 'Hello'; str = str + ' World'; creates a new String.

    • In Python, strings are also immutable. Example: s = 'Hello'; s[0] = 'h' raises an error.

    • To modify strings, new strings must be created. Example: str.repla...

  • Answered by AI
  • Q4. How to click in selenium
  • Ans. 

    In Selenium, clicking on elements can be done using the click() method.

    • Locate the element using appropriate locator strategies

    • Use the click() method to perform the click action

    • Handle any exceptions that may occur during the click operation

  • Answered by AI
  • Q5. How mouse over point is used in selenium
  • Ans. 

    Mouse over point in Selenium is used to simulate hovering over an element on a web page.

    • Mouse over point is used to trigger dropdown menus or tooltips that appear when hovering over an element.

    • It can be achieved using Actions class in Selenium.

    • Example: actions.moveToElement(element).perform();

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Movement types of different scenarios
  • Ans. 

    Movement types of different scenarios refer to the various ways in which objects or individuals can move in a given situation.

    • Walking - moving on foot

    • Running - moving quickly on foot

    • Crawling - moving on hands and knees

    • Swimming - moving through water

    • Flying - moving through the air

  • Answered by AI
  • Q2. Cultural Round will be about your previous organisation
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is nft in software testing
  • Ans. 

    NFT in software testing stands for Non-Functional Testing, which focuses on the performance, usability, reliability, and other non-functional aspects of a software application.

    • NFT includes testing aspects like performance testing, usability testing, reliability testing, scalability testing, and security testing.

    • Performance testing involves evaluating the speed, responsiveness, and stability of the software under differ...

  • Answered by AI
  • Q2. Types of performance testing
  • Ans. 

    Performance testing is a type of testing to ensure software applications perform well under expected workload.

    • Load testing: Testing the system's ability to handle a specific load.

    • Stress testing: Testing the system's ability to handle beyond its expected load.

    • Endurance testing: Testing the system's ability to handle a sustained load over time.

    • Scalability testing: Testing the system's ability to scale up or down based on...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on basics

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Apr 2023. There were 4 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 - Technical 

(1 Question)

  • Q1. Questions asked on manual testing
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions asked on manual functional testing
Round 4 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Salary discussion and expectations
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Selenium with java interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Question based on Manual Testing
  • Q2. Questions related to ServiceNow and ServiceNow ATF
Round 2 - Behavioral 

(2 Questions)

  • Q1. Questions related to ServiceNow
  • Q2. Scenarios related questions to managing of work
Round 3 - HR 

(2 Questions)

  • Q1. Salary Discussion
  • Q2. Joining date confirmations

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with Basic concepts of Manual testing thoroughly
If applying for ServiceNow Testing, prepare for Servicenow Basics.
Make Sure you have experience with ServiceNow ATF

Senior Test Engineer Interview Questions & Answers

user image sai pavan kumar reddy

posted on 30 Oct 2022

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 

(2 Questions)

  • Q1. Do you have knowledge on monitpring tools
  • Ans. 

    Yes, I have knowledge on monitoring tools.

    • I have experience with tools like Nagios, Zabbix, and Prometheus.

    • I am familiar with setting up alerts and notifications based on specific metrics.

    • I have worked with log monitoring tools like ELK stack and Splunk.

    • I have also used APM tools like New Relic and AppDynamics for application performance monitoring.

  • Answered by AI
  • Q2. If yes what are they
Round 3 - One-on-one 

(2 Questions)

  • Q1. What are the scripting challenges you faced?
  • Ans. 

    Scripting challenges faced as a Senior Test Engineer

    • Handling dynamic elements on web pages

    • Debugging complex scripts

    • Ensuring cross-browser compatibility

    • Integrating with CI/CD pipelines

    • Managing test data and environment variables

  • Answered by AI
  • Q2. How do you overcome those challenges?

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to prepare from bascis and ahoyld be able to answer work based scenario questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Aug 2019, where I was asked the following questions.

  • Q1. Xpath for calendar
  • Ans. 

    XPath is a powerful language for navigating XML documents, including calendars in web applications.

    • Use '//' to select nodes in the document from anywhere, e.g., '//div[@class='calendar']'.

    • To select a specific date, use an XPath expression like '//td[text()='15']' for the 15th of the month.

    • Use predicates to filter nodes, e.g., '//div[@id='calendar']//td[contains(@class, 'available')]' to find available dates.

    • For selecti...

  • Answered by AI
  • Q2. Pattern program
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(6 Questions)

  • Q1. Manual testing interview questions
  • Q2. Selenium locators, implicitwait explicit waut
  • Q3. Bug life cycle agile methodologies
  • Ans. 

    Bug life cycle in agile methodologies involves identification, reporting, fixing, retesting, and closing bugs.

    • Bugs are identified during testing or by stakeholders

    • Bugs are reported in a bug tracking tool like Jira or Trello

    • Developers fix the reported bugs

    • Testers retest the fixed bugs to ensure they are resolved

    • Once verified, bugs are closed

  • Answered by AI
  • Q4. How do you resolve a prod issue
  • Ans. 

    I investigate the issue, identify the root cause, develop a solution, test it thoroughly, and implement the fix.

    • Investigate the issue thoroughly to understand the root cause

    • Develop a solution or workaround to address the issue

    • Test the solution rigorously to ensure it resolves the problem

    • Implement the fix carefully to prevent any further issues

    • Communicate with stakeholders about the resolution

  • Answered by AI
  • Q5. What 5 whys for rca
  • Q6. Sql basics questions like fetching

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are good at your basics and interview cocpets and able to articulate what were you able to do in your current job it will be a cakewalk

Skills evaluated in this interview

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Senior Test Engineer interview?
LTIMindtree interview process usually has 2-3 rounds. The most common rounds in the LTIMindtree interview process are Technical, HR and One-on-one Round.
How to prepare for LTIMindtree Senior 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 Automation Testing, Hyperion, OTM, Oracle Apps and Oracle E - business Suite.
What are the top questions asked in LTIMindtree Senior Test Engineer interview?

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

  1. What should be done when a defect is found in producti...read more
  2. How do you performed incrimental load in your proje...read more
  3. What is meant by regression and retesti...read more
What are the most common questions asked in LTIMindtree Senior Test Engineer HR round?

The most common HR questions asked in LTIMindtree Senior Test Engineer interview are -

  1. What are your salary expectatio...read more
  2. What are your strengths and weakness...read more
  3. What is your family backgrou...read more
How long is the LTIMindtree Senior Test Engineer interview process?

The duration of LTIMindtree Senior Test Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 19 interview experiences

Difficulty level

Easy 9%
Moderate 82%
Hard 9%

Duration

Less than 2 weeks 100%
View more
LTIMindtree Senior Test Engineer Salary
based on 2.8k salaries
₹8.2 L/yr - ₹15.2 L/yr
5% less than the average Senior Test Engineer Salary in India
View more details

LTIMindtree Senior Test Engineer Reviews and Ratings

based on 289 reviews

4.1/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

3.3

Salary

3.9

Job security

4.0

Company culture

3.1

Promotions

3.8

Work satisfaction

Explore 289 Reviews and Ratings
Senior Software Engineer
22k salaries
unlock blur

₹7.4 L/yr - ₹21.7 L/yr

Software Engineer
16.3k salaries
unlock blur

₹3.9 L/yr - ₹8.8 L/yr

Technical Lead
6.4k salaries
unlock blur

₹16.4 L/yr - ₹28.5 L/yr

Module Lead
5.7k salaries
unlock blur

₹12.6 L/yr - ₹22 L/yr

Senior Engineer
4.7k salaries
unlock blur

₹5.8 L/yr - ₹14 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Accenture

3.7
Compare

TCS

3.6
Compare
write
Share an Interview