Upload Button Icon Add office photos
Engaged Employer

i

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

Tech Mahindra Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tech Mahindra Manual Test Engineer Interview Questions, Process, and Tips

Updated 25 Mar 2025

Top Tech Mahindra Manual Test Engineer Interview Questions and Answers

View all 6 questions

Tech Mahindra Manual Test Engineer Interview Experiences

6 interviews found

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

(2 Questions)

  • Q1. What is regression testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Regression testing is performed after code changes to verify that the existing functionality still works correctly.

    • It helps in identifying any defects introduced by new code changes.

    • Regression testing can be automated or manual, depending on the complexity of the appli...

  • Answered by AI
  • Q2. What is sanity testing
  • Ans. 

    Sanity testing is a subset of regression testing that focuses on testing the most crucial functionalities of a software application.

    • Sanity testing is a quick and shallow testing to ensure that the software is stable enough for further testing.

    • It is usually performed after a new build or minor changes to the code.

    • The main goal of sanity testing is to verify that the critical functionalities are working as expected.

    • It is...

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Intro , about projects,
  • Q2. What is smoke testing, difference between automation and manual
  • Ans. 

    Smoke testing verifies basic functionality of a build, while manual testing involves human testers executing test cases.

    • Smoke testing is a preliminary test to check the basic functionality of an application.

    • Example: After a new build, smoke testing checks if the application launches and key features work.

    • Manual testing involves human testers executing test cases without automation tools.

    • Example: A tester manually check...

  • Answered by AI
  • Q3. What is bug
  • Ans. 

    A bug is an error or flaw in software that causes it to produce incorrect or unexpected results.

    • Bugs can arise from coding errors, such as syntax mistakes or logic flaws.

    • Example: A calculator app that gives incorrect results for certain calculations.

    • Bugs can also be due to miscommunication of requirements between stakeholders.

    • Example: A feature that was supposed to allow users to filter results by date but doesn't work...

  • Answered by AI

Manual Test Engineer Interview Questions Asked at Other Companies

Q1. Why choose testing field What is manual testing What is tradition ... read more
Q2. What is the Software Testing Why Testing is Important Smoke and S ... read more
Q3. 2)what is testing?diff between manual and automation testing
Q4. Why you switching to IT field from Mechanical ?
Q5. 2. what are dynamic elements 3. hooks 4 .describe keyword 5. how ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2023. 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 - Aptitude Test 

Checks the strength and weekness

Round 3 - HR 

(1 Question)

  • Q1. What do you measure success in the role
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Aptitude Test 

What are arrays in java?
what are strings in java?

Interview Preparation Tips

Interview preparation tips for other job seekers - answers

Tech Mahindra interview questions for designations

 Test Engineer

 (23)

 Senior Test Engineer

 (19)

 Automation Test Engineer

 (7)

 Associate Test Engineer

 (3)

 ETL Test Engineer

 (1)

 Functional Test Engineer

 (1)

 Associate Software Test Engineer

 (2)

 Senior Automation Test Engineer

 (1)

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is that manual testing?
  • Ans. 

    Manual testing is a process of verifying software functionality manually by executing test cases without automation tools.

    • Manual testing involves executing test cases manually to identify defects in software.

    • It is a time-consuming process but allows for better understanding of the software.

    • Testers simulate end-user behavior to ensure the software meets requirements.

    • It includes functional, regression, usability, and exp...

  • Answered by AI
  • Q2. Why fo we do manual testing?
  • Ans. 

    Manual testing is important to ensure software quality and identify defects that automated testing may miss.

    • Manual testing allows for human intuition and creativity in identifying potential issues

    • It can simulate real-world scenarios that automated testing may not cover

    • It can be more cost-effective for smaller projects or features

    • It can provide immediate feedback on user experience and usability

    • It can help build a compr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - What is the manual testing, why do wo do testing

Skills evaluated in this interview

Get interview-ready with Top Tech Mahindra Interview Questions

I applied via Walk-in and was interviewed in Feb 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 - Assignment 

Test scenario and test cases

Interview Preparation Tips

Topics to prepare for Tech Mahindra Manual Test Engineer interview:
  • Manual Testing
  • Ajail methodology
  • JIRA
  • Bug Reporting
Interview preparation tips for other job seekers - Resume short list and about the project and about myself,I have excellent communication skills and experience

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Best sorting although and its working they asked
  • Q2. Write a program to replace the character with another character in java.
  • Ans. 

    A program to replace a character with another character in Java.

    • Create a string variable with the original text

    • Use the replace() method to replace the character with another character

    • Print the new string with the replaced character

  • Answered by AI
  • Q3. SQL queries on order by, group by, and it's difference they asked.
  • Q4. Project management experience they asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare on the basis concepts and be perfect on your resume they are not expecting much from you as you are a fresher.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What is second level cache?How to implement second level cache?How to optimize sql query?what are solid principles?
  • Ans. 

    Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.

    • Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.

    • To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.

    • SOLID principles are a set of design principles for writing maintainable and scalable cod...

  • Answered by AI
  • Q2. Mostly FAQ but somewhat in depth?
  • Q3. How to deploy application in aws?
  • Ans. 

    To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.

    • Create an EC2 instance in the desired region and select the appropriate instance type

    • Configure security groups to allow traffic to and from the instance

    • Install necessary software and dependencies on the instance

    • Upload your application code to the instance

    • Start the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic faq but in depth,Interview level is easy to medium.They will ask only theory .No practical algorithm test.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is my longterm and short-term goals.
  • Ans. My short-term is to become an expert in solving queries And long term is to become valuable employee in an organisation and managing a team, also helping new recruits to learn the work.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent and friendly-nature interview

I applied via Campus Placement and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. THERE WERE 4 ROUNDS.1-APTITUDE 2-PSEUDO TEST 2-TECHNICAL INTERVIEW 4-HR ROUND
  • Q2. 1ST ROUND WAS VERY SIMPLE 2ND WAS LITTLE COMPLEX 3RD&4TH ROUND WAS VERY SIMPLE

Interview Preparation Tips

Interview preparation tips for other job seekers - PREPARE BASIC PROGRAMMING CONCEPTS AND APTITUDE

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Manual Test Engineer interview?
Tech Mahindra interview process usually has 1-2 rounds. The most common rounds in the Tech Mahindra interview process are Resume Shortlist, Technical and Aptitude Test.
How to prepare for Tech Mahindra Manual 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 Tech Mahindra. The most common topics and skills that interviewers at Tech Mahindra expect are Manual Testing, Test Engineering, QA, Test Cases and API.
What are the top questions asked in Tech Mahindra Manual Test Engineer interview?

Some of the top questions asked at the Tech Mahindra Manual Test Engineer interview -

  1. What is that manual testi...read more
  2. what is smoke testing, difference between automation and man...read more
  3. Why fo we do manual testi...read more

Tell us how to improve this page.

Tech Mahindra Manual Test Engineer Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more
Tech Mahindra Manual Test Engineer Salary
based on 201 salaries
₹2.1 L/yr - ₹7.5 L/yr
At par with the average Manual Test Engineer Salary in India
View more details

Tech Mahindra Manual Test Engineer Reviews and Ratings

based on 15 reviews

3.4/5

Rating in categories

3.0

Skill development

3.3

Work-life balance

3.1

Salary

3.7

Job security

3.5

Company culture

2.6

Promotions

3.2

Work satisfaction

Explore 15 Reviews and Ratings
Software Engineer
26.4k salaries
unlock blur

₹2 L/yr - ₹9.4 L/yr

Senior Software Engineer
21.6k salaries
unlock blur

₹5.5 L/yr - ₹23.4 L/yr

Technical Lead
11.9k salaries
unlock blur

₹9.6 L/yr - ₹32 L/yr

Associate Software Engineer
5.7k salaries
unlock blur

₹1.8 L/yr - ₹5.9 L/yr

Team Lead
5k salaries
unlock blur

₹5.3 L/yr - ₹17.5 L/yr

Explore more salaries
Compare Tech Mahindra with

Infosys

3.6
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare

Wipro

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