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

Filter interviews by

Clear (1)

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 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 Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... 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

 (29)

 Software Specialist

 (1)

 Software Trainee

 (1)

 Automotive Embedded Software Developer

 (1)

 Embedded Developer

 (3)

 Android 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 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 Preparation Tips

Round: Test
Experience: Apti was quite easy . In Basic CS concepts software engineering is prominent.
Tips: Brush up Software Engineering before written test
Duration: 90 minutes
Total Questions: 50

College Name: NIT BHOPAL

I was interviewed before Aug 2016.

Interview Preparation Tips

Round: General and technical aptitude
Experience: There were questions on basics of programming and general questions on verbal,reasoning and quantitative.
Tips: Time will be short to answer all so keep watch on time

Round: Group Discussion
Experience: They segregated us in to batches and in our team there were 10 members.
Tips: Easy round
Duration: 15 minutes

Round: Telephonic
Experience: They tested my communication skill in that round

College Name: Dhanalakshmi college of engineering
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

INTERVIEWS

Data Patterns

No Interviews

INTERVIEWS

Data Patterns

No Interviews

INTERVIEWS

Flex

5.6k top interview questions

INTERVIEWS

Ipsos

No Interviews

INTERVIEWS

Tata Elxsi

No Interviews

INTERVIEWS

Flex

No Interviews

INTERVIEWS

Data Patterns

No Interviews

INTERVIEWS

Flex

No Interviews

INTERVIEWS

Tata Elxsi

No Interviews

SALARIES

Data Patterns

Tell us how to improve this page.

Tata Elxsi Software Developer Interview Process

based on 10 interviews

3 Interview rounds

  • Aptitude Test Round
  • Technical Round
  • HR Round
View more
Tata Elxsi Software Developer Salary
based on 183 salaries
₹3 L/yr - ₹10 L/yr
37% less than the average Software Developer Salary in India
View more details

Tata Elxsi Software Developer Reviews and Ratings

based on 20 reviews

3.8/5

Rating in categories

4.1

Skill development

3.8

Work-life balance

3.1

Salary

3.7

Job security

3.8

Company culture

3.1

Promotions

3.7

Work satisfaction

Explore 20 Reviews and Ratings
Senior Engineer
4.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Specialist
2.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
646 salaries
unlock blur

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