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 Softwaretest Engineer Interview Questions and Answers for Experienced

Updated 28 Jan 2025

8 Interview questions

A Softwaretest Engineer was asked 6mo ago
Q. Why should we hire you?
Ans. 

I bring a strong blend of technical skills, problem-solving abilities, and a passion for quality assurance to ensure software excellence.

  • Proven experience in manual and automated testing, having successfully implemented Selenium for web applications.

  • Strong analytical skills demonstrated by identifying critical bugs in a recent project, which improved the product's stability by 30%.

  • Excellent communication skills, a...

🔥 Asked by recruiter 2 times
A Softwaretest Engineer was asked
Q. Given a string, reverse it.
Ans. 

Reverse a string by iterating through the characters and swapping them

  • Create a function that takes a string as input

  • Initialize two pointers, one at the beginning and one at the end of the string

  • Swap the characters at the two pointers and move them towards the center until they meet

Softwaretest Engineer Interview Questions Asked at Other Companies for Experienced

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If you encounter a blocker defect the day before the release date ... read more
asked in Playablo
Q3. Write an SQL query to display the total number of students from t ... read more
Q4. How do you decide which mode of testing to allocate?
Q5. If the delivery deadline is reached and there is still work to be ... read more
A Softwaretest Engineer was asked
Q. What is the difference between serialization and deserialization?
Ans. 

Serialisation is converting data into a format that can be stored or transmitted, while deserialisation is the opposite process.

  • Serialisation is used to convert objects into a stream of bytes for storage or transmission.

  • Deserialisation is used to convert the stream of bytes back into an object.

  • Serialisation and deserialisation are commonly used in network communication and file storage.

  • Examples of serialisation fo...

A Softwaretest Engineer was asked
Q. What is the difference between STLC and SDLC?
Ans. 

STLC is a subset of SDLC that focuses on the testing phase of software development.

  • STLC stands for Software Testing Life Cycle.

  • SDLC stands for Software Development Life Cycle.

  • STLC is a subset of SDLC that focuses on the testing phase of software development.

  • SDLC encompasses all the phases of software development including requirements gathering, design, coding, testing, and maintenance.

  • STLC includes activities lik...

What people are saying about Tech Mahindra

View All
a senior engineer
1w
💼 OFFER RECEIVED – Sr. Test Engineer (Band U3) | Tech Mahindra | Noida 📎 Screenshot attached | CTC: ₹13.5 LPA
✅ Variable is paid monthly and fully (as confirmed by HR) ❓ Looking to know the MONTHLY IN-HAND SALARY after standard deductions & partial FBP usage Would appreciate any insights from current/ex-TechM folks! 🙏
FeedCard Image
Got a question about Tech Mahindra?
Ask anonymously on communities.
A Softwaretest Engineer was asked
Q. What is the difference between regression testing, retesting, and sanity testing?
Ans. 

Regression tests changes in existing functionality, retesting tests fixed defects, and sanity tests basic functionality.

  • Regression testing ensures that changes in code do not affect existing functionality.

  • Retesting is done to ensure that defects have been fixed and do not reoccur.

  • Sanity testing is a quick check to ensure that basic functionality is working as expected.

  • Regression and retesting are usually done afte...

A Softwaretest Engineer was asked
Q. What are locator, exception handling
Ans. 

Locators are used to identify web elements on a webpage, while exception handling is used to handle errors and unexpected events in software testing.

  • Locators are used in test automation to find and interact with web elements on a webpage, such as buttons, text fields, and dropdowns.

  • Common locators include ID, class name, name, tag name, link text, and CSS selectors.

  • Exception handling is used to handle errors and u...

A Softwaretest Engineer was asked
Q. Rest assured for API testing
Ans. 

Rest Assured is a Java-based library used for API testing and validation.

  • Rest Assured simplifies API testing by providing a domain-specific language (DSL) for writing tests.

  • It supports various HTTP methods like GET, POST, PUT, DELETE, etc.

  • It can validate response status codes, headers, and body using built-in or custom assertions.

  • It can also handle authentication, cookies, and SSL certificates.

  • Example: RestAssured...

Are these interview questions helpful?
A Softwaretest Engineer was asked
Q. Bug finding from any product or area
Ans. 

Bug finding involves thorough testing and analysis of the product or area.

  • Conducting various types of testing such as functional, regression, and performance testing

  • Using tools like JIRA, Bugzilla, and Selenium for bug tracking and reporting

  • Collaborating with developers and stakeholders to understand the product and its requirements

  • Analyzing logs and error messages to identify the root cause of the bug

  • Reproducing ...

Tech Mahindra Softwaretest Engineer Interview Experiences for Experienced

9 interviews found

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

Test case write-up and bug finding from any app

Round 2 - One-on-one 

(2 Questions)

  • Q1. STLC life cycle
  • Q2. Bug life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack just need basics of testing
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. About sql and python

Softwaretest Engineer Interview Questions & Answers

user image Deepak Hetram Parshuramkar

posted on 4 Dec 2024

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

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me above self?
  • Ans. 

    I am a dedicated Software Test Engineer with a passion for quality assurance and a strong background in software development.

    • I have over 5 years of experience in software testing, focusing on both manual and automated testing.

    • I am proficient in using testing tools like Selenium and JUnit, which I used to automate regression tests for a web application.

    • I have a strong understanding of the software development lifecycle ...

  • Answered by AI
  • Q2. What is the reason to hired you?
  • Ans. 

    I bring a strong blend of technical skills, problem-solving abilities, and a passion for quality assurance to ensure software excellence.

    • Proven experience in manual and automated testing, having successfully implemented Selenium for web applications.

    • Strong analytical skills demonstrated by identifying critical bugs in a recent project, which improved the product's stability by 30%.

    • Excellent communication skills, allowi...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. Just be confident and understand the basic concept
Round 3 - Technical 

(1 Question)

  • Q1. Difference between serialisation and deserialisation?
  • Ans. 

    Serialisation is converting data into a format that can be stored or transmitted, while deserialisation is the opposite process.

    • Serialisation is used to convert objects into a stream of bytes for storage or transmission.

    • Deserialisation is used to convert the stream of bytes back into an object.

    • Serialisation and deserialisation are commonly used in network communication and file storage.

    • Examples of serialisation formats...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best just make sure that you give answers with honesty
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between STLC AND SDLC
  • Ans. 

    STLC is a subset of SDLC that focuses on the testing phase of software development.

    • STLC stands for Software Testing Life Cycle.

    • SDLC stands for Software Development Life Cycle.

    • STLC is a subset of SDLC that focuses on the testing phase of software development.

    • SDLC encompasses all the phases of software development including requirements gathering, design, coding, testing, and maintenance.

    • STLC includes activities like tes...

  • Answered by AI
  • Q2. Difference between regression, retesting and sanity
  • Ans. 

    Regression tests changes in existing functionality, retesting tests fixed defects, and sanity tests basic functionality.

    • Regression testing ensures that changes in code do not affect existing functionality.

    • Retesting is done to ensure that defects have been fixed and do not reoccur.

    • Sanity testing is a quick check to ensure that basic functionality is working as expected.

    • Regression and retesting are usually done after cha...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Test case writing about any product or area
  • Q2. Bug finding from any product or area
Round 3 - HR 

(7 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. What are your salary expectations?
  • Q3. What is your family background?
  • Q4. Share details of your previous job.
  • Q5. Why should we hire you?
  • Q6. Why are you looking for a change?
  • Q7. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare about basic things need for Tester

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Basics of software testing Regression testing Database knowledge Jira
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Reverse a string
  • Ans. 

    Reverse a string by iterating through the characters and swapping them

    • Create a function that takes a string as input

    • Initialize two pointers, one at the beginning and one at the end of the string

    • Swap the characters at the two pointers and move them towards the center until they meet

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Hr level questions tell me about your self
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2022. There were 4 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 

General logical questions

Round 3 - Technical 

(2 Questions)

  • Q1. Testing knowledge on automation and manual testing
  • Q2. What are locator, exception handling
  • Ans. 

    Locators are used to identify web elements on a webpage, while exception handling is used to handle errors and unexpected events in software testing.

    • Locators are used in test automation to find and interact with web elements on a webpage, such as buttons, text fields, and dropdowns.

    • Common locators include ID, class name, name, tag name, link text, and CSS selectors.

    • Exception handling is used to handle errors and unexpe...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Discussion on package and my experience
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2022. There were 4 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 

Core java MCQ
selenium MCQ
manual testing MCQ
Automation testing MCQ

Round 3 - Technical 

(2 Questions)

  • Q1. Virtual Interview Introduction Project work Frame Work Selenium
  • Q2. Rest assured for API testing
  • Ans. 

    Rest Assured is a Java-based library used for API testing and validation.

    • Rest Assured simplifies API testing by providing a domain-specific language (DSL) for writing tests.

    • It supports various HTTP methods like GET, POST, PUT, DELETE, etc.

    • It can validate response status codes, headers, and body using built-in or custom assertions.

    • It can also handle authentication, cookies, and SSL certificates.

    • Example: RestAssured.give...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Introduction salary discussion joining location and date LWD

Interview Preparation Tips

Interview preparation tips for other job seekers - please keep your knowledge polished and updated. interviewer can ask from very basic to the pro level

Skills evaluated in this interview

Interview questions from similar companies

I applied via LinkedIn and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic test difficulty level was decent. Mathematics and reasoning based.

Round 2 - Coding Test 

Coding questions on basic DSA . Difficulty level was medium

Interview Preparation Tips

Interview preparation tips for other job seekers - Study hard and never give up. You will make it to your dream company. Just try to gain practical experience by internships or projects.

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Softwaretest Engineer interview for experienced candidates?
Tech Mahindra interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Tech Mahindra interview process for experienced candidates are Technical, One-on-one Round and HR.
How to prepare for Tech Mahindra Softwaretest Engineer interview for experienced candidates?
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 .Net Core, Automation Testing, C#, Jenkins and L2.
What are the top questions asked in Tech Mahindra Softwaretest Engineer interview for experienced candidates?

Some of the top questions asked at the Tech Mahindra Softwaretest Engineer interview for experienced candidates -

  1. Difference between regression, retesting and san...read more
  2. Difference between STLC AND S...read more
  3. Bug finding from any product or a...read more
What are the most common questions asked in Tech Mahindra Softwaretest Engineer HR round for experienced candidates?

The most common HR questions asked in Tech Mahindra Softwaretest Engineer interview are for experienced candidates -

  1. What are your strengths and weakness...read more
  2. Why are you looking for a chan...read more
  3. What is your family backgrou...read more
How long is the Tech Mahindra Softwaretest Engineer interview process?

The duration of Tech Mahindra Softwaretest Engineer interview process can vary, but typically it takes about 2-4 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 8 interview experiences

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more
Tech Mahindra Softwaretest Engineer Salary
based on 4.2k salaries
₹2.4 L/yr - ₹8.3 L/yr
22% less than the average Softwaretest Engineer Salary in India
View more details

Tech Mahindra Softwaretest Engineer Reviews and Ratings

based on 274 reviews

3.6/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

3.1

Salary

3.7

Job security

3.5

Company culture

2.9

Promotions

3.5

Work satisfaction

Explore 274 Reviews and Ratings
Software Engineer
26.6k salaries
unlock blur

₹3.7 L/yr - ₹9.2 L/yr

Senior Software Engineer
22.2k salaries
unlock blur

₹6.4 L/yr - ₹23.5 L/yr

Technical Lead
12.5k salaries
unlock blur

₹9.8 L/yr - ₹40 L/yr

Associate Software Engineer
6k salaries
unlock blur

₹1.9 L/yr - ₹5.7 L/yr

Team Lead
5.3k salaries
unlock blur

₹6.5 L/yr - ₹17.9 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
write
Share an Interview