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
3.6

based on 33.5k Reviews

Filter interviews by

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

Updated 14 Feb 2024

Tech Mahindra Hil Test Engineer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. HIL testing, CAN protocals, MATLAB related questions and test case related questions and MCDC coverage
  • Q2. How do you do HIL test automation?
  • Ans. 

    HIL test automation involves using software tools and scripts to automate the testing process for Hardware-in-the-Loop systems.

    • Identify the test cases that need to be automated

    • Develop scripts or use automation tools to control the HIL system

    • Create test scripts to simulate inputs and verify outputs

    • Execute the automated tests and collect data for analysis

    • Integrate with test management systems for reporting and tracking

  • Answered by AI
  • Q3. What is the complete procedure of HIL testing
  • Ans. 

    HIL testing is a procedure used to validate and verify the functionality of a system by simulating real-world conditions.

    • Identify the system to be tested and its requirements

    • Develop a test plan and define test cases

    • Set up the HIL test environment with appropriate hardware and software

    • Create or configure simulation models to represent the system's inputs and outputs

    • Connect the system under test to the HIL test environme...

  • Answered by AI
  • Q4. What is HIL bench setup and what are tools used for that?
  • Ans. 

    HIL bench setup is a hardware-in-the-loop testing environment used to simulate real-world conditions for testing electronic control units (ECUs).

    • HIL bench setup is used in automotive and aerospace industries.

    • It consists of a computer, HIL simulator, and ECU under test.

    • The HIL simulator generates signals to simulate sensors and actuators.

    • The ECU under test is connected to the HIL simulator to validate its functionality.

    • ...

  • Answered by AI
  • Q5. CAN Frames, Difference between CAN and LIN?
  • Ans. 

    CAN Frames are used in automotive communication systems. CAN and LIN are different in terms of speed, complexity, and application areas.

    • CAN (Controller Area Network) is a high-speed, complex communication protocol used in automotive and industrial applications.

    • LIN (Local Interconnect Network) is a low-speed, simple communication protocol used in automotive applications.

    • CAN supports higher data rates (up to 1 Mbps) and ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I performed very well in the interview. i didn't received feedback from the HR. After multiple reminds she told me that i was not cleared the technical round but i dnt know what is the cause of rejection.

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Sep 2023. 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 - Technical 

(5 Questions)

  • Q1. Explain HIL setup
  • Ans. 

    HIL setup stands for Hardware-in-the-Loop setup, which is a testing method that involves real-time simulation of components.

    • HIL setup involves connecting a real component (hardware) to a simulation environment (software) to test the interaction between the two.

    • It is commonly used in automotive, aerospace, and industrial applications to test control systems.

    • HIL setup helps in validating the performance of control algori...

  • Answered by AI
  • Q2. What is NRC 35 Explain the read DTC service ID
  • Ans. 

    NRC 35 is a standard for read DTC service ID in automotive diagnostics.

    • NRC 35 is a standard protocol used in automotive diagnostics to retrieve Diagnostic Trouble Codes (DTCs).

    • It specifies the format and structure of the service ID used to read DTCs from a vehicle's onboard computer.

    • The read DTC service ID is a command sent to the vehicle's diagnostic system to request information about any stored DTCs.

    • For example, sen...

  • Answered by AI
  • Q3. Write python code to swap the value in the list
  • Ans. 

    Python code to swap values in a list

    • Create a function that takes a list and two indices as input

    • Swap the values at the given indices in the list

    • Return the modified list after swapping

  • Answered by AI
  • Q4. What are the differenttyoe of CAN error
  • Ans. 

    Different types of CAN errors include bit error, frame error, stuff error, form error, and acknowledgement error.

    • Bit error: Occurs when a bit is received with the wrong value

    • Frame error: Occurs when a frame is received with an incorrect format

    • Stuff error: Occurs when a sequence of 5 bits of the same value is detected in the data field

    • Form error: Occurs when a frame is received with an incorrect length

    • Acknowledgement er...

  • Answered by AI
  • Q5. Explain what is service Id 27
  • Ans. 

    Service Id 27 is a unique identifier assigned to a specific service within a system.

    • Service Id 27 could refer to a particular software application or component within a larger system.

    • It is used to track and manage the service, allowing for easy identification and troubleshooting.

    • For example, in a telecommunications system, Service Id 27 could represent a specific type of call routing service.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the job description and accordingly you can expect the interview questions

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is hil testing
  • Ans. 

    HIL testing stands for Hardware-in-the-Loop testing, a method used to test complex systems by simulating real-world conditions.

    • HIL testing involves connecting the system under test to a simulated environment using hardware components.

    • It allows for testing of systems in a controlled environment before deployment.

    • Examples include testing automotive systems by simulating road conditions or testing aircraft systems by simu

  • Answered by AI
  • Q2. Hil is a real time

Skills evaluated in this interview

Round 1 - One-on-one 

(1 Question)

  • Q1. Simple questions on previous work experience
Round 2 - Coding Test 

Few questions and skills mentioned in resume, few coding related questions

Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - HRs won't give offer letters easily, please follow them up
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic selenium and Basic Java
Round 2 - Technical 

(1 Question)

  • Q1. Java Program - Reverse a string Selenium - stale element
  • Ans. 

    Reverse a string using Java program and handle stale element in Selenium

    • Create a Java program to reverse a string using StringBuilder or char array

    • In Selenium, handle stale element exception by refreshing the element or using WebDriverWait

    • Example: Java program - input: 'hello', output: 'olleh'; Selenium - handle stale element by refreshing the element before interacting with it

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your expected salary
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Automation Test Engineers.

    • I have researched the average salary range for Automation Test Engineers in this location.

    • I am looking for a competitive salary that reflects my expertise in automation testing.

    • I am open to negotiation based on the overall compensation package offered.

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

I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Its easy to complete, we can complete it with some preparation on Aptitude

Round 2 - Group Discussion 

Questions are easy and Crisp, you need to answer promptly

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Machine Learning and Statistics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2022. 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 - Aptitude Test 

Test MCQ's 30 Mins Mostly MCQ's

Round 3 - Group Discussion 

Basic Topic on AI/ML or Chat GPT

Round 4 - Technical 

(2 Questions)

  • Q1. Basic technical questions about the domain
  • Q2. One on AI One on ML

Interview Preparation Tips

Topics to prepare for Tata Group QA Tester interview:
  • Supply Chain Management
  • Joomla
Interview preparation tips for other job seekers - Be honest, polite and humble

I applied via Company Website and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Assignment 

Selenium ,java any topic based question

Round 2 - Technical 

(1 Question)

  • Q1. Any Techinical questions
Round 3 - HR 

(1 Question)

  • Q1. Project level question thank

Interview Preparation Tips

Topics to prepare for HCL Infosystems Software Tester interview:
  • Selenium
  • Core Java
  • Automation Testing
Interview preparation tips for other job seekers - thanks for giving me thise oppertunities........................

I applied via Referral and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is system testing
  • Ans. 

    System testing is a type of testing that verifies the behavior of a complete and fully integrated software system.

    • It is performed on a complete system, not individual components

    • It tests the system's compliance with functional and non-functional requirements

    • It includes testing of system performance, security, reliability, and scalability

    • It can be manual or automated

    • Examples include end-to-end testing, regression testing

  • Answered by AI
  • Q2. Difference between rest and soap
  • Ans. 

    REST is an architectural style for web services while SOAP is a protocol for exchanging structured information.

    • REST uses HTTP protocol while SOAP can use any protocol

    • REST is lightweight and easy to implement while SOAP is more complex

    • REST supports multiple data formats like JSON, XML, etc. while SOAP only supports XML

    • REST is stateless while SOAP can maintain state between requests

    • REST is preferred for mobile and web ap...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, answer the questions clearly, ask if you don't get it and do your best

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Complete Manual Testing questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on your project and Testing Concepts like Agile Methodology,STLC,Bug Tracking.
Testing Tools

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Hil Test Engineer interview?
Tech Mahindra interview process usually has 1 rounds. The most common rounds in the Tech Mahindra interview process are Technical.
What are the top questions asked in Tech Mahindra Hil Test Engineer interview?

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

  1. What is HIL bench setup and what are tools used for th...read more
  2. CAN Frames, Difference between CAN and L...read more
  3. what is the complete procedure of HIL test...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Tech Mahindra interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
Tech Mahindra Hil Test Engineer Salary
based on 6 salaries
₹5.5 L/yr - ₹10 L/yr
17% more than the average Hil Test Engineer Salary in India
View more details
Software Engineer
26.3k salaries
unlock blur

₹2 L/yr - ₹9.1 L/yr

Senior Software Engineer
21.2k salaries
unlock blur

₹5.5 L/yr - ₹22.6 L/yr

Technical Lead
11.5k salaries
unlock blur

₹9.2 L/yr - ₹37 L/yr

Associate Software Engineer
5.4k salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Team Lead
4.9k salaries
unlock blur

₹5.1 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Tech Mahindra with

Infosys

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview