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 2.1k Reviews

Filter interviews by

Tata Elxsi Software Engineer Interview Questions, Process, and Tips

Updated 18 Oct 2024

Top Tata Elxsi Software Engineer Interview Questions and Answers

  • Q1. 1. Truth table for AND and OR ? 2. Draw inverter diagram? 3. Explain your projects and draw the circuit diagram for it ? 4. Write any c program that you are familiar with ...read more
  • Q2. What is better Developement or Testing?
  • Q3. what is AIDL. How to create inter process communicaion?
View all 13 questions

Tata Elxsi Software Engineer Interview Experiences

31 interviews found

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

I applied via campus placement at National Institute of Technology,(NIT), Agartala and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions were of basic to medium level with 2 coding questions t

Round 2 - One-on-one 

(1 Question)

  • Q1. Question on basics of operating system were asked. Then a question on 2D array was asked with a optimised solution followed by a DP question
Round 3 - HR 

(1 Question)

  • Q1. Basic personal question like hobbies and all.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Centre for Development of Advanced Computing (CDAC) and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What are pointers in C
  • Ans. 

    Pointers in C are variables that store memory addresses of other variables.

    • Pointers allow for direct manipulation of memory addresses

    • They are used for dynamic memory allocation and deallocation

    • Example: int *ptr; ptr = # // ptr now points to the memory address of num

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn C basics

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude and some portion related to technical mcq

Round 2 - Technical 

(1 Question)

  • Q1. Asked questions related to our resume only
Round 3 - HR 

(1 Question)

  • Q1. Normal questions like Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and be cool

I applied via Campus Placement and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Coding Test 
Round 3 - Technical 

(1 Question)

  • Q1. They asked basics of cpp, python and oops concepts and about projects mentioned in resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics and oops concepts

Tata Elxsi interview questions for designations

 Senior Software Engineer

 (10)

 Embedded Software Engineer

 (4)

 Software Engineer Trainee

 (2)

 Software Testing Engineer

 (2)

 Lead Software Engineer

 (1)

 Associate Software Engineer

 (1)

 Junior Software Engineer

 (1)

 Software Engineer Team Leader

 (1)

Software Engineer Interview Questions & Answers

user image Sreelekshmi S

posted on 26 Sep 2023

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

I applied via campus placement at Trinity College of Engineering & Technology, Hyderabad and was interviewed before Sep 2022. There were 3 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 

Good good good good good good good good good good good good good good good good good good good good good good good good

Round 3 - Technical 

(1 Question)

  • Q1. Oops concepts, object, classs, instance, final year project

Get interview-ready with Top Tata Elxsi Interview Questions

Round 1 - Technical 

(1 Question)

  • Q1. What is AIDL. How to create inter process communicaion?
  • Ans. 

    AIDL is Android Interface Definition Language used for inter-process communication.

    • AIDL is used to define the interface between client and service in Android.

    • It allows communication between different processes in Android.

    • To create inter-process communication using AIDL, we need to define the interface in AIDL file, implement the interface in service, and bind the service to the client.

    • AIDL supports passing complex data...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure to study the basics & core

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Coding and aptitude

Round 2 - Technical 

(1 Question)

  • Q1. Face to face technical interview
Round 3 - HR 

(1 Question)

  • Q1. Basic hr questions asked

Interview Preparation Tips

Interview preparation tips for other job seekers - 3 coding and 20 aptitude questions.
Technical interview with questions based on your skills set mentioned in resume.

I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Genaral awareness, c++,java ,Reasoning,permutations,combination,time& distance,average, Compound interest, from these many topics you will get the question in aptitude

Round 2 - Technical 

(1 Question)

  • Q1. Method Overloading,Method Overriding ,Tracibility matrix, STLC, Polymorphism,Abstraction,Oops concept
Round 3 - HR 

(1 Question)

  • Q1. About Family Background, Comfortable to Relocate,And your tell me about your self.

Interview Preparation Tips

Topics to prepare for Tata Elxsi Software Engineer interview:
  • Java
  • C++
  • C
  • Manual Testing
Interview preparation tips for other job seekers - Be comfortable don’t get panic, Once the interviewer ask the question then only you revert it back. Don’t speak too much whatever he ask rply and don’t hesitate.

I applied via Other and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Middleware in Nodejs
  • Ans. 

    Middleware in Nodejs is a function that sits between the request and response objects and performs some operations.

    • Middleware functions can be used to handle authentication, logging, error handling, etc.

    • They can be added to the application using the 'use' method of the 'app' object.

    • Middleware functions can be chained together using the 'next' function.

    • They can also be used to modify the request or response objects befo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I was interviewed for Nodejs software engineer profile. So basics of Nodejs and API related questions were asked.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Mostly questions were from C programming and Data structure.
  • Q2. You should have knowledge of past projects which are mentioned in the resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you know the answer tell answer/Explanation to interview panel otherwise say No, if you don't know the answer.
But, Yes if you know little bit about that topic say that one only.

Tata Elxsi Interview FAQs

How many rounds are there in Tata Elxsi Software Engineer interview?
Tata Elxsi interview process usually has 3-4 rounds. The most common rounds in the Tata Elxsi interview process are Technical, HR and Aptitude Test.
How to prepare for Tata Elxsi Software 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 Debugging, Unit Testing, Automotive, Application Software and Coding.
What are the top questions asked in Tata Elxsi Software Engineer interview?

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

  1. 1. Truth table for AND and OR ? 2. Draw inverter diagram? 3. Explain your proje...read more
  2. What is better Developement or Testi...read more
  3. what is AIDL. How to create inter process communicai...read more
How long is the Tata Elxsi Software Engineer interview process?

The duration of Tata Elxsi Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Tata Elxsi Software Engineer Interview Process

based on 26 interviews

4 Interview rounds

  • Resume Shortlist Round
  • Aptitude Test Round
  • HR Round - 1
  • HR Round - 2
View more
Tata Elxsi Software Engineer Salary
based on 688 salaries
₹3 L/yr - ₹9 L/yr
35% less than the average Software Engineer Salary in India
View more details

Tata Elxsi Software Engineer Reviews and Ratings

based on 103 reviews

4.0/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

3.3

Salary

4.4

Job security

3.9

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 103 Reviews and Ratings
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.1 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
688 salaries
unlock blur

₹3 L/yr - ₹9 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