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

Updated 28 Jan 2025

16 Interview questions

A Softwaretest Engineer was asked 7mo 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...

A Softwaretest Engineer was asked 9mo ago
Q. What are the core concepts of Object-Oriented Programming (OOP)?
Ans. 

Oops concepts are the principles of Object-Oriented Programming, including Inheritance, Encapsulation, Polymorphism, and Abstraction.

  • Inheritance: Allows a class to inherit properties and behavior from another class.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit.

  • Polymorphism: Ability to present the same interface for different data types.

  • Abstraction: Hiding the complex implemen...

Softwaretest Engineer Interview Questions Asked at Other Companies

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
Q3. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q4. Write an SQL query to display the total number of students from t ... read more
Q5. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more
A Softwaretest Engineer was asked 10mo ago
Q. Write MC/DC for a requirement.
Ans. 

MCDC testing involves creating test cases that ensure every condition in a decision has been tested at least once.

  • Identify all conditions in the decision

  • Create test cases that cover all possible combinations of conditions

  • Ensure each condition is tested at least once in each test case

A Softwaretest Engineer was asked 10mo ago
Q. What is the difference between verification and validation?
Ans. 

Verification ensures the product is built right, while validation ensures the right product is built.

  • Verification focuses on process of building the product correctly

  • Validation focuses on whether the product meets the customer's needs and requirements

  • Verification is done before validation

  • Examples: Verification - code reviews, walkthroughs, inspections; Validation - testing, user feedback

What people are saying about Tech Mahindra

View All
a senior software engineer
2d (edited)
Need Insights – Choosing Between Companies
Hi all, Currently have offers from Capgemini, Tech Mahindra, LTIMindTree, Zen&Art, CitiusTech, Nagarro & Persistent. Before making a decision, I need some clarity: 1. Do you get admin access on laptop or need IT for every install? 2. Are office hours flexible or fixed 9 AM login? 3. Is 9 hrs of active laptop time mandatory? 4. What's the leave policy — casual or strict approval? 5. Do projects use the latest technologies or older versions? Thanks in advance!
Got a question about Tech Mahindra?
Ask anonymously on communities.
A Softwaretest Engineer was asked 12mo ago
Q. What is Python?
Ans. 

Python is a high-level programming language known for its simplicity and readability.

  • Python is interpreted, not compiled

  • It supports multiple programming paradigms like object-oriented, imperative, and functional programming

  • Python is widely used for web development, data analysis, artificial intelligence, and scientific computing

A Softwaretest Engineer was asked 12mo ago
Q. What is SQL?
Ans. 

SQL stands for Structured Query Language, used for managing and manipulating relational databases.

  • SQL is a standard language for accessing and manipulating databases.

  • It is used to perform tasks such as querying data, updating data, and creating databases.

  • Common SQL commands include SELECT, INSERT, UPDATE, DELETE, and JOIN.

  • Example: SELECT * FROM customers WHERE country = 'USA';

🔥 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

Are these interview questions helpful?
A Softwaretest Engineer was asked
Q. What is your favorite color?
Ans. 

My favorite color is blue.

  • Blue is a calming and peaceful color.

  • It reminds me of the ocean and the sky.

  • I find it visually appealing and soothing.

A Softwaretest Engineer was asked
Q. Are you willing to work rotational shifts?
Ans. 

Rotational shifts may be part of the job, depending on the company's operational needs and project requirements.

  • Some companies have 24/7 operations requiring shifts.

  • Examples include support teams that need to cover different time zones.

  • Rotational shifts can help in balancing workload among team members.

  • It's important to clarify during the interview about specific shift patterns.

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

Tech Mahindra Softwaretest Engineer Interview Experiences

28 interviews found

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

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. I am software engineering fresher
  • Q2. Meny Job my roll
  • Q3. How many selary
  • Ans. 

    Salaries for Software Test Engineers vary based on experience, location, and company size.

    • Entry-level positions typically range from $50,000 to $70,000 annually.

    • Mid-level engineers can earn between $70,000 and $100,000, depending on skills.

    • Senior positions may offer salaries from $100,000 to $130,000 or more.

    • Location impacts salary; for example, positions in Silicon Valley often pay higher.

    • Certifications like ISTQB can...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. How many questions
Round 3 - Technical 

(1 Question)

  • Q1. Many rounds in next round
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between veification and validation
  • Ans. 

    Verification ensures the product is built right, while validation ensures the right product is built.

    • Verification focuses on process of building the product correctly

    • Validation focuses on whether the product meets the customer's needs and requirements

    • Verification is done before validation

    • Examples: Verification - code reviews, walkthroughs, inspections; Validation - testing, user feedback

  • Answered by AI
  • Q2. Write mcdc for a requirement
  • Ans. 

    MCDC testing involves creating test cases that ensure every condition in a decision has been tested at least once.

    • Identify all conditions in the decision

    • Create test cases that cover all possible combinations of conditions

    • Ensure each condition is tested at least once in each test case

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. Describe about yourself
  • Ans. 

    I am a dedicated and detail-oriented Software Test Engineer with a passion for ensuring quality in software products.

    • Experienced in creating test plans, test cases, and executing tests to identify software defects

    • Proficient in using testing tools such as Selenium, Jira, and TestRail

    • Strong analytical skills to troubleshoot issues and provide solutions

    • Excellent communication skills to collaborate with cross-functional te...

  • Answered by AI
  • Q2. Basic question about background
Round 2 - Technical 

(4 Questions)

  • Q1. Questions about Testing
  • Q2. OOPs concept question
  • Q3. Basic SQL query
  • Q4. Aptitude questions
Round 3 - Assignment 

Test Case and scenarios of any application

Round 4 - HR 

(1 Question)

  • Q1. Basic discussion of salary and perks

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for manual testing questions
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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are Oops concepts
  • Ans. 

    Oops concepts are the principles of Object-Oriented Programming, including Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementatio...

  • Answered by AI

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
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Quants logical verbal

Round 2 - Coding Test 

Arrays strings questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Nil
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

A test to find out whether someone has a natural ability a particular type of work some company conduct aptitude tests to detect the best job candidates

Round 3 - One-on-one 

(5 Questions)

  • Q1. One on one round
  • Q2. Company development
  • Q3. Work based project
  • Q4. Software field
  • Q5. Programming language
Interview experience
3
Average
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Pretty basic questions

Interview Preparation Tips

Topics to prepare for Tech Mahindra Softwaretest Engineer interview:
  • Java
Interview preparation tips for other job seekers - Fundamentals should be strong

Tech Mahindra Interview FAQs

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

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

  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?

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

  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

4.1/5

based on 33 interview experiences

Difficulty level

Easy 25%
Moderate 69%
Hard 6%

Duration

Less than 2 weeks 33%
2-4 weeks 53%
More than 8 weeks 13%
View more
Tech Mahindra Softwaretest Engineer Salary
based on 4.2k salaries
₹2.7 L/yr - ₹7.7 L/yr
19% less than the average Softwaretest Engineer Salary in India
View more details

Tech Mahindra Softwaretest Engineer Reviews and Ratings

based on 277 reviews

3.6/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.0

Salary

3.7

Job security

3.5

Company culture

2.9

Promotions

3.5

Work satisfaction

Explore 277 Reviews and Ratings
Software Engineer
26.7k salaries
unlock blur

₹3.7 L/yr - ₹9.2 L/yr

Senior Software Engineer
22.2k salaries
unlock blur

₹9.2 L/yr - ₹18.9 L/yr

Technical Lead
12.5k salaries
unlock blur

₹16.9 L/yr - ₹30 L/yr

Associate Software Engineer
6.1k salaries
unlock blur

₹1.9 L/yr - ₹5.6 L/yr

Team Lead
5.4k salaries
unlock blur

₹5.7 L/yr - ₹17.9 L/yr

Explore more salaries
Compare Tech Mahindra with

Infosys

3.6
Compare

Cognizant

3.7
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare
write
Share an Interview