Upload Button Icon Add office photos
Engaged Employer

i

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

Tata Elxsi Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 2k Reviews

Filter interviews by

Tata Elxsi Hil Test Engineer Interview Questions and Answers

Updated 16 Feb 2024

Tata Elxsi Hil Test Engineer Interview Experiences

2 interviews found

I applied via Company Website and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Criteria for setting up HIL environment.
  • Ans. 

    Criteria for setting up HIL environment

    • Identify the system under test and its interfaces

    • Select appropriate hardware and software components

    • Develop test cases and test scripts

    • Configure the HIL system and integrate with other tools

    • Verify and validate the HIL environment

  • Answered by AI
  • Q2. UDS commans
  • Q3. CAPL Program to read DTC
  • Ans. 

    CAPL program can be used to read Diagnostic Trouble Codes (DTC) from a vehicle's Electronic Control Unit (ECU).

    • Use the OnDiagnostics event to receive DTCs from the ECU

    • Use the DiagRead function to read DTCs from the ECU

    • Use the DiagGetNextDTC function to get the next DTC from the ECU

    • Use the DiagClearDTC function to clear DTCs from the ECU

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - refresh dSPACE,CAPL topics and UDS commands
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. Can frame format
  • Q2. 27 service Id and it's nrcs
  • Q3. UDS and can difference
  • Ans. 

    UDS and CAN are communication protocols used in automotive systems.

    • UDS (Unified Diagnostic Services) is a protocol used for diagnostic communication between a tester and an electronic control unit (ECU) in vehicles.

    • CAN (Controller Area Network) is a communication protocol used for high-speed data exchange between ECUs in vehicles.

    • UDS is primarily used for diagnostic purposes, such as reading and clearing fault codes, w...

  • Answered by AI
  • Q4. Ecu signals and can signals
  • Q5. Capl scripting programs datatypes

Interview Preparation Tips

Topics to prepare for Tata Elxsi Hil Test Engineer interview:
  • Software Development

Skills evaluated in this interview

Hil Test Engineer Interview Questions Asked at Other Companies

Q1. What is HIL bench setup and what are tools used for that?
asked in Tata Elxsi
Q2. Criteria for setting up HIL environment.
Q3. CAN Frames, Difference between CAN and LIN?
Q4. what is the complete procedure of HIL testing
Q5. How do you do HIL test automation?

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Prepare Well for basic coding and Embedded questions.

Round 2 - Technical 

(1 Question)

  • Q1. The question are very basic questions. Most of the interviewers are friendly.
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
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Java basic codes eg: reverse the sentence of string, remove duplicate on string, descending order of array, second largest number of array,etc..

Round 2 - Technical 

(1 Question)

  • Q1. Project explanation, framework explanation, positive and negative test scenarios, GitHub,Jenkins,rest assured.
Round 3 - HR 

(1 Question)

  • Q1. Asking about previous organisation and current organisation. Pay scale discussion.

Interview Preparation Tips

Topics to prepare for Cyient Test Engineer interview:
  • Java
  • Selenium
  • Rest assured
  • Github
  • Jenkins
  • JIRA
  • OOPS
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. Questions on Framework
  • Q2. Programs on Strings and Collections
  • Q3. Selenium scenario based programs on window handling
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Assignment 

Product tester verious product tester

Interview Preparation Tips

Interview preparation tips for other job seekers - Keeping growing up
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SQL Query on AVG and Group by
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Selenium interview questions
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

50 questions and 45 mins to complete

Round 3 - Coding Test 

Online mcq test based on manual and automation testing based on your skills set

Round 4 - One-on-one 

(2 Questions)

  • Q1. 1)How to switch to iframe
  • Ans. 

    To switch to an iframe, use the switchTo() method of WebDriver.

    • Use driver.switchTo().frame() method to switch to the iframe.

    • Pass the iframe element or iframe index as an argument to the method.

    • Use driver.switchTo().defaultContent() method to switch back to the main content.

  • Answered by AI
  • Q2. 2)How to get placeholder value of input box
  • Ans. 

    To get placeholder value of input box, use getAttribute('placeholder') method in Selenium.

    • Locate the input box using Selenium WebDriver

    • Use getAttribute('placeholder') method to get the placeholder value

    • Store the value in a variable for further use

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mcq options are confusing be more than sure before selecting though there is no negative marking

Skills evaluated in this interview

Tata Elxsi Interview FAQs

How many rounds are there in Tata Elxsi Hil Test Engineer interview?
Tata Elxsi interview process usually has 1 rounds. The most common rounds in the Tata Elxsi interview process are Technical.
How to prepare for Tata Elxsi Hil 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 Tata Elxsi. The most common topics and skills that interviewers at Tata Elxsi expect are DSpace, HIL, CAPL, Canalyzer and Canoe.
What are the top questions asked in Tata Elxsi Hil Test Engineer interview?

Some of the top questions asked at the Tata Elxsi Hil Test Engineer interview -

  1. Criteria for setting up HIL environme...read more
  2. CAPL Program to read ...read more
  3. UDS and can differe...read more

Tell us how to improve this page.

Tata Elxsi Hil Test Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
DXC Technology Interview Questions
3.7
 • 804 Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
Nagarro Interview Questions
4.0
 • 775 Interviews
View all
Tata Elxsi Hil Test Engineer Salary
based on 19 salaries
₹4.2 L/yr - ₹10 L/yr
10% less than the average Hil Test Engineer Salary in India
View more details
Senior Engineer
4.3k salaries
unlock blur

₹3.5 L/yr - ₹14 L/yr

Specialist
2.6k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Engineer
1.3k salaries
unlock blur

₹2.8 L/yr - ₹8.2 L/yr

Senior Software Engineer
1k salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Software Engineer
641 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Explore more salaries
Compare Tata Elxsi with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

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