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 Software Developer Interview Questions, Process, and Tips

Updated 2 Aug 2024

Top Tata Elxsi Software Developer Interview Questions and Answers

Tata Elxsi Software Developer Interview Experiences

8 interviews found

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

I applied via campus placement at Easwari Engineering College, Chennai and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Includes basic concepts of computer networks, computer architecture and technical MCQ questions. First round also includes 3 coding questions of easy level. Those who solved 2 coding questions got selected for next round.

Round 2 - Technical 

(4 Questions)

  • Q1. Question from oops concept, c++ and JAVA were asked.
  • Q2. Questions data structures like how to reverse a linked list were asked.
  • Q3. Explain packages in java
  • Ans. 

    Packages in Java are used to organize classes and interfaces into namespaces for better code organization and reusability.

    • Packages help in avoiding naming conflicts by grouping related classes together.

    • Packages can be nested within each other to create a hierarchical structure.

    • Packages are declared using the 'package' keyword at the beginning of a Java file.

    • Example: 'package com.example.myapp;' declares a package named

  • Answered by AI
  • Q4. Explain the use of public static void main
  • Ans. 

    The public static void main method is the entry point of a Java program.

    • It is a mandatory method in Java programs, as it is the starting point of execution.

    • The 'public' keyword allows the main method to be accessed from outside the class.

    • The 'static' keyword allows the main method to be called without creating an instance of the class.

    • The 'void' keyword indicates that the main method does not return any value.

    • The 'main...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Questions about the awards and certification i mentioned in my resume
  • Q2. Common HR questions like location....salary......why tata elxsi ect..

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice coding in gfg platform, it helped a lot.....have atleast basic knowledge on concepts you mentioned in your resuem.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

The coding test was in medium level

Round 2 - Technical 

(1 Question)

  • Q1. Asked to write one basic code

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... read more

Software Developer Interview Questions & Answers

user image Divya Manohar

posted on 21 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The round consists of 3sections, 1st one has general quantitative Questions then the 2nd one had technical questions which includes theory concepts of oops ds etc, 3rd section had 3 programming Questions, one with basic level,other with intermediate level, last one with difficult level

Round 2 - Technical 

(1 Question)

  • Q1. Here the Interview starts with self introduction and proceeds with technical questions which was mentioned in resume
Round 3 - HR 

(1 Question)

  • Q1. This was a very simple communication and patience testing round
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. What are pointers in c
  • Ans. 

    Pointers in C are variables that store memory addresses. They are used to manipulate data and create dynamic data structures.

    • Pointers allow direct access to memory locations

    • They are used for dynamic memory allocation

    • Pointers can be used to pass arguments by reference

    • They enable the creation of complex data structures like linked lists and trees

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be yourself

Skills evaluated in this interview

Tata Elxsi interview questions for designations

 Junior Software Developer

 (1)

 Embedded Software Developer

 (1)

 Software Engineer

 (31)

 Software Trainee

 (1)

 Automotive Embedded Software Developer

 (1)

 Embedded Developer

 (3)

 Android Developer

 (2)

 Java Developer

 (2)

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

I applied via Company Website and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude + Coding was 1st round

Round 2 - Technical 

(2 Questions)

  • Q1. What is C programming?
  • Ans. 

    C programming is a powerful and efficient programming language used for system programming, embedded systems, and more.

    • C programming is a procedural language with a rich set of built-in functions.

    • It allows for low-level memory manipulation and direct access to hardware.

    • C is widely used for developing operating systems, compilers, and other system software.

    • Example: Writing a program to calculate the factorial of a numbe

  • Answered by AI
  • Q2. What is difference between C and C++programming?
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C is a procedural programming language, while C++ is a combination of procedural and object-oriented programming.

    • C does not support classes and objects, while C++ does.

    • C does not have built-in support for exception handling, while C++ does.

    • C does not have namespaces, while C++ does.

    • C does not have function overloading, while C++

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Bannari Amman Institute of Technology, Sathyamangalam and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic math questions and coding questions, DSA based MCQ

Round 2 - Technical 

(2 Questions)

  • Q1. Coding questions
  • Q2. Array And string
Round 3 - HR 

(1 Question)

  • Q1. Personal details

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrate on aptitude and coding questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

First round was Aptitude Test in which asked question from logical reasoning, Quants, logical, Database and OS

Round 2 - Technical 

(2 Questions)

  • Q1. They asked in which programming language you are comfortable and continued on that only
  • Q2. Basic nested if else structure and questions on loop
Round 3 - HR 

(1 Question)

  • Q1. Asked about myself, they checked do I know about company or not and asked for relocation in future

Interview Preparation Tips

Interview preparation tips for other job seekers - learn some basic concepts of the domain

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - HR from Chennai is very arrogant.. They have lot of attitude issue..

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
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 

(2 Questions)

  • Q1. .net and sql server And jquery Sql qquery like delete duplucate record Interview should be hard.
  • Q2. Delete duplucate record Assembly Sql query Asp.net
  • Ans. 

    To delete duplicate records, use SQL query with DISTINCT keyword.

    • Use SELECT DISTINCT to retrieve unique records.

    • Use DELETE with subquery to remove duplicate records.

    • In ASP.NET, use LINQ to retrieve distinct records.

    • In Assembly, use loop to compare and remove duplicate records.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tel me about your self Family background Current company Salary package Expected salary package
  • Ans. 

    I am a software developer with a strong background in programming and problem-solving. I have experience working in a reputable company and am seeking a competitive salary package.

    • I have a Bachelor's degree in Computer Science and have been working as a software developer for the past 5 years.

    • In my current company, I am responsible for developing and maintaining web applications using various programming languages and ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical background
Experience information
Salary does not matter for right candidate
Bonus should be provided

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Explain Angular life cycle hooks
  • Ans. 

    Angular life cycle hooks are methods that allow developers to tap into specific moments in the component's life cycle.

    • There are eight life cycle hooks in Angular: ngOnChanges, ngOnInit, ngDoCheck, ngAfterContentInit, ngAfterContentChecked, ngAfterViewInit, ngAfterViewChecked, ngOnDestroy

    • ngOnChanges is called when an input property changes

    • ngOnInit is called after the first ngOnChanges

    • ngDoCheck is called during every cha...

  • Answered by AI
  • Q2. Explain data binding in angular
  • Ans. 

    Data binding in Angular is a way to synchronize data between the model and the view.

    • Data binding allows for automatic updates to the view when the model changes and vice versa.

    • There are three types of data binding in Angular: Interpolation, Property binding, and Event binding.

    • Interpolation is used to display data in the view using double curly braces {{}}.

    • Property binding is used to set a property of a directive or com...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview process
interviewer was very good and asked all the questions concept wise.

Skills evaluated in this interview

Tata Elxsi Interview FAQs

How many rounds are there in Tata Elxsi Software Developer interview?
Tata Elxsi interview process usually has 2-3 rounds. The most common rounds in the Tata Elxsi interview process are Technical, Aptitude Test and HR.
How to prepare for Tata Elxsi Software Developer 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 C++, HIL, Linux, MATLAB and SIL.
What are the top questions asked in Tata Elxsi Software Developer interview?

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

  1. What is difference between C and C++programmi...read more
  2. explain the use of public static void m...read more
  3. What is C programmi...read more

Tell us how to improve this page.

Tata Elxsi Software Developer Interview Process

based on 6 interviews in last 1 year

3 Interview rounds

  • Aptitude Test Round
  • Technical Round
  • HR Round
View more

People are getting interviews through

based on 5 Tata Elxsi interviews
Job Portal
Campus Placement
Company Website
40%
40%
20%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Tata Elxsi Software Developer Salary
based on 158 salaries
₹3.5 L/yr - ₹11.2 L/yr
16% less than the average Software Developer Salary in India
View more details

Tata Elxsi Software Developer Reviews and Ratings

based on 18 reviews

3.9/5

Rating in categories

3.9

Skill development

3.8

Work-Life balance

3.0

Salary & Benefits

4.0

Job Security

3.8

Company culture

2.9

Promotions/Appraisal

3.9

Work Satisfaction

Explore 18 Reviews and Ratings
Senior Engineer
4k salaries
unlock blur

₹3.5 L/yr - ₹14 L/yr

Specialist
2.5k 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
987 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Software Engineer
632 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Explore more salaries
Compare Tata Elxsi with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

3.6
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