• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

SoftwareTestingo - Interview Questions, Tutorial & Test Cases Template Examples

SoftwareTestingo - Interview Questions, Tutorial & Test Cases Template Examples

  • Home
  • Interview Questions
  • Java
  • Java Programs
  • Selenium
  • Selenium Programs
  • Manual Testing
  • Test Cases
  • Difference
  • Tools
  • SQL
  • Contact Us
  • Search
SoftwareTestingo Â» Interview Questions Â» Tech Mahindra Tech M Interview Questions

Tech Mahindra Tech M Interview Questions

Last Updated on: February 25, 2022 By Softwaretestingo Editorial Board

Tech Mahindra Overview

  • www.techmahindra.com
  • Pune
  • 10000+ employees
  • 1986
  • Public (TECHM)
  • IT Services
  • ₹100 to ₹500 billion (INR)/YR
  • HCL Technologies

What We Are Learn On This Post

  • Tech M Pune Interview Questions
  • Tech Mahindra  Bangalore Testing interview Questions
  • Tech Mahindra  Pune Testing interview Questions
  • Tech Mahindra Protractor Interview Questions [ 24.02.2021]
  • Tech Mahindra Hyderabad Interview Questions [ 23.02.2021 ]
  • Tech Mahindra interview questions related to selenium and protractor
  • Tech M Telephonic Round Interview Questions:
  • Tech Mahindra WebX Round Interview Questions [01.07.2019]
  • Tech Mahindra Interview Questions
  • Tech Mahindra Tech M Selenium Interview Questions

Tech Mahindra Tech M Selenium interview Questions: The most important part of preparing for an interview is practice. Knowing what job interview questions you might be asked is essential – that way, you can craft your answers well in advance, and feel confident in your responses when the pressure is on.

Wouldn’t it be great if you knew exactly what interview questions are asked for the Test Engineer, QA for Manual & Automation Positions, We can’t read minds, unfortunately, but we’ll give you the next best thing: a list of previously asked Tech Mahindra Tech M Selenium interview questions and answers.

Post On:Tech Mahindra Tech M Interview Questions
Post Type:Interview Questions
Published On:www.softwaretestingo.com
Applicable For:Freshers & Experience
Get Updates:Software Testingo Telegram Group

We have tried to share some of the manual testing interview questions, selenium interview questions & testing interview questions also, but we are recommending spending some quality time to get comfortable with what might be asked when you go for the Tech Mahindra Tech M Selenium interview.

Still, we need you are love and support to make this platform more helpful to our fellow testers. So it would be great if you will share your recent interview questions and experience with us. You Can share those details by connecting us at softwaretestingo.com@gmail.com.

More Interview Questions

SoftwareTestingo Interview Questions
  • Tavant Interview Questions
  • TCS Interview Questions
  • TCS Manual Testing Interview Questions
  • TEKsystems Interview Questions
  • Tekstorm Interview Questions
  • Temenos India Interview Questions

Tech M Pune Interview Questions

Company Name: Tech Mahindra
Company Location: Pune, India
Updated on: 16.03.2020

  • How to manage junk data passing through Jenkins
  • How will we run test data more than 1L with testNG
  • Test case addition method input and output for a database

Tech Mahindra  Bangalore Testing interview Questions

Company Name: Tech Mahindra
Company Location: Bangalore, India
Updated on: 09.03.2020

Technical round 1

  • What all tools you have used for automation?
  • What is a cross-browser testing
  • What is a cross-browser testing
  • What if I want to call static variables outside the package
  • How do you maintain a repository?
  • Suppose I have a new machine what all things are required for the BDD framework?
  • What is the difference between BDD and TestNG
  • Suppose my client requirement is like execution should not stop even your test cases are failed, what will be your approach
  • Suppose I have 100 scenarios and those scenarios are divided into 5 functionalities and I want to execute only 2 scenarios what will be your approach
  • How you have used Encapsulation and abstraction in your framework
  • What are method overloading and overriding?
  • If I want to fetch my test data without touching my test cases
  • What is fillo class
  • What are Page Object and Page factory

Technical round 2

  • What are technical challenges you have faced in the automation project and how did you overcome those
  • Webdriver driver = new ChromeDriver(); Is this a valid statement to justify

Tech Mahindra  Pune Testing interview Questions

Company Name: Tech Mahindra
Company Location: Pune, India
Updated on: 09.03.2020

  • In Selenium, how to get text value from text-box if gettext() is not working?
  • If we are using the correct locator but still getting element not found error then how u will resolve this error?
  • Why we prefer explicit wait instead of fluent wait? What are the disadvantages of fluent wait?
  • Without implicit wait, selenium script will work or not?
  • Today we have executed some tests using maven, but tomorrow when you see that someone deleted all dependencies from the .pom file then in that case will you be able to execute tests or not
  • Today we have executed some tests using maven, but after that accidentally someone deleted all dependencies from the .pom file then in that case next-day will you be able to execute tests or not
  • In-Page object model once you create the loginpage.java class what is the first thing you start with writing initially…How are you initiating writing something into a page class?
  • What is default polling time in explicit wait and in implicit wait?

Tech Mahindra Protractor Interview Questions [ 24.02.2021]

Company Name: Tech Mahindra
Company Location: Bangalore, India

Tech Mahindra interview questions related to selenium and protractor

  • Why protractor? When we have selenium
  • What are the protractor-related locators?
  • If answered above, then a question from a locator specific how to write a syntax of it and where we use it.
    Note: To me, they asked about Locator Repeater. When we use it?
  • About the Tag Name locator and syntax of it? When we use it?
  • Scenario: There are dynamic alert popups on a web page. Which we never know when the pop arises. How do you handle it?
  • In chrome, the XPath is working fine for a specific element whereas In IE the same XPath for the web element is not working. How do you handle IE?
  • How to use asserts in protractor?
  • How to fetch the value or data from Excel for a specific cell in a row?
  • Where the project located in your company and how you process it?
  • Which is better merge or rebase?
  • How to will run the test without using Jenkins for every one hour?

Tech Mahindra Hyderabad Interview Questions [ 23.02.2021 ]

Company Name: Tech-Mahindra
Interview Location: Hyderabad, India
Experience: 4 – 5 Years

1st Round

  • Write a Code to generate Random numbers.
  • Write code to verify a number is a perfect number or not.
  • Fibonacci series from 1 to 10.
  • Write a program to find a Factorial of a number.
  • Swap two number s without using the third variable.
  • Program to find the greatest of three numbers.
  • An Array of numbers given. .Find the largest two number and print it
  • Reverse a number.
  • Verify if a given number is a palindrome or not. (same concept of reversing a number)
  • Armstrong number program.
  • A String is given to remove the white spaces, reverse them and print the only odd position characters.
  • Check if a string is an anagram of another string.
  • A string is given to make few characters to the upper case as asked.
  • In a String print the occurrence of each character.
  • In a Statement check how any duplicate strings are there and remove them.
  • Use split to print each word of a statement.
  • Find the substring of a String.
  • Remove duplicate characters from a string and print it.
  • Write a code to print the triangle of numbers.
  • Read and Write file program.
  • Calculate the power of a number using a while loop

2nd Round

  • Write a program to take a screenshot of a page and explain?
  • There are 4 frames on a page click the element present in each frame?
  • Write XPath for the radio button and checkbox.
  • Why do you use TestNG and why not JUnit?
  • How did u use runtime polymorphism in your project?
  • What is an agile model and explain your involvement in a scrum team?
  • Explain the framework used in your project.
  • What is the need to use Jenkins?
  • Explain driver.quit()?
  • Explain your current framework?
  • While explaining the framework, in-between they will ask a few questions about the framework. Like why this framework?
  • Execution flow?

3rd Round

  • How to integrate with TFS?
  • Benefits of Selenium?
  • Benefits of Oops?
  • What is polymorphism?
  • What is the dictionary?
  • How to handle AJAX elements?
  • What is synchronisation?
  • Difference between implicit wait and explicit wait?
  • What is the automation life cycle?
  • What is the framework?
  • What is Nunit? Explain the capabilities of Nunit?
  • Write a script to open the Firefox without using FirefoxDriver class?
  • How to take the screenshot of the web element?
  • How to verify whether the element is present or not using the find elements method?
  • Write a script to verify whether the checkbox is selected or not.
  • How to verify whether the list box is a dropdown list or multi-select list.
  • Difference between ArrayList and linked list?
  • Explain the vector?
  • Difference between abstraction and encapsulation?
  • Difference between protected and default access specifiers?
  • What is a singleton class?
  • Why POM?

Tech Mahindra interview questions related to selenium and protractor

  • Why protractor? When we have selenium
  • What are the protractor-related locators?
  • If answered above, then a question from a locator specific how to write a syntax of it and where we use it.
    Note: To me, they asked about Locator Repeater. When we use it?
  • About Tag Name locator and syntax of it? When we use it?
  • Scenario: There are dynamic alert popups on a web page. Which we never know when the pop arises. How do you handle it?
  • In chrome, the XPath is working fine for a specific element whereas In IE the same XPath for the web element is not working. How do you handle IE?
  • How to use asserts in protractor?
  • How to fetch the value or data from Excel for a specific cell in a row?
  • Where the project located in your company and how you process it?
  • Which is better merge or rebase?
  • How to will run the test without using Jenkins for every one hour?

Tech M Telephonic Round Interview Questions:

  • When we use abstract class and interface?
  • Is static class possible in the case of java?
  • What is an exception? What are their types?
  • Do you any default classes, interfaces provided by java?
  • How to handle errors in your framework?
  • How to test applications with multiple sets of data in your framework?
  • How to identify elements is present in UI or not?
  • What is webDriver?
  • What is find an element with respect to WebDriver?
  • If the drop-down is made up of a driving tag then how will you select its elements?
  • TestNG itself generates reports then why use XSLT reports?
  • If the table has multiple same links then how to identify a particular link?
  • How you are passing inputs to your script?
  • How to switch parent window when control is on alert pop up / Javascript popup?

Tech Mahindra WebX Round Interview Questions [01.07.2019]

  • Right code to find the palindrome of a given string?[ Coding Demonstration]
  • After this, I asked the right test cases to check the even-odd, Palindrome methods using the TestNG Framework. [ Coding Demonstration]
  • Explain about TestNG, and where do you have used it in your project?
  • Have you worked in API testing, which API testing tools you have used?
  • What are Functional, Regression, and Integration Testing?
  • What is the difference between them?
  • Have you used the collection in your project, Explain what the difference between HashMap and HashSet is?
  • Which tools have you used for bug tracking purposes in your code?
  • You have worked on Google Analytics testing, what it does, and how you have tested the functionalities?
  • Do you have any questions?

Tech Mahindra Interview Questions

  • Tell me about yourself
  • What is the defect life cycle?
  • Draw defect life cycle
  • Draw waterfall model
  • What is RTM
  • What is matrix
  • What is the root cause analysis?
  • Difference between system testing, load testing, volume testing

Tech Mahindra Tech M Selenium Interview Questions

Check Also: manual testing interview questions for 3 years experience
  • What is Webdriver?
  • What is the base class of Webdriver?
  • Oops, concept, inheritance, polymorphism.
  • SQL queries. Joins.
  • Difference between table and View.
  • Find max salary from employee table.
  • Find min salary from employee table.
  • What is the difference between the ceil and floor w.r.t database?
  • Selenium Framework of your project.
  • Structure/Hierarchy of Webdriver interface
Check Also: Altimetrik Selenium Interview Questions
  • How to Force open a link in the current window/ Tab. It should not open in a new window.
  • Question about desired capabilities.
  • A cross-browser testing related question
  • Out of 1000 TCs, if you want to execute only 25 cases, how would you do that in your script.

About Tech Mahindra Limited Aka Tech M

Tech Mahindra Limited is an Indian multinational provider of information technology, networking technology solutions, and Business Process Outsourcing to the telecommunications industry.

Read Also: Selenium Java Interview Questions

Tech Mahindra represents the connected world, offering innovative and customer-centric information technology experiences, enabling Enterprises, Associates, and Society to Rise We are a USD 4.9 billion company with 113,550+ professionals from 90 countries, helping over 926 global customers including Fortune 500 companies. Our convergent, digital, design experiences, innovation platforms, and reusable assets connect across a number of technologies to deliver tangible business value and experiences to our stakeholders. Tech Mahindra is amongst the Fab 50 companies in Asia (Forbes 2016 list).

Don’t Miss: Manual Testing Interview Questions for 3 Years Experience

We are part of the USD 21 billion Mahindra Group that employs more than 200,000 people in over 100 countries. The Group operates in the key industries that drive economic growth, enjoying a leadership position in tractors, utility vehicles, after-market, information technology, and vacation ownership. Learn more about Mahindra on www.mahindra.com / Twitter and Facebook: @MahindraRise

We will Rise to be among the top three leaders in each of our chosen market segments while fostering innovation and inclusion.

We will consistently achieve top quartile growth by contributing to our customers’ success, enabling our employees to realize their potential, and by creating value for all our stakeholders.

    Filed Under: Interview Questions

    Reader Interactions

    Comments

    1. Avatar for Binoy BhushanBinoy Bhushan says

      February 24, 2022 at 7:05 PM

      Also add these questions

      1.write programme to get frequency of character
      2.find 2nd largest in an int array
      int i array={100,350,200,430,260,500}

      Reply

    Leave a Reply Cancel reply

    Your email address will not be published. Required fields are marked *

    Primary Sidebar

    Join SoftwareTestingo Telegram Group

    Categories

    Copyright © 2022 SoftwareTestingo.com ~ Contact Us ~ Sitemap ~ Privacy Policy ~ Testing Careers