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

Tata Elxsi Associate Engineer Interview Questions and Answers

Updated 25 Dec 2024

Tata Elxsi Associate Engineer Interview Experiences

6 interviews found

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

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Technical and apptitude questions were. Asked
  • Q2. Skills based on resume
Round 2 - Technical 

(1 Question)

  • Q1. The questions were based on akills mentioned in resume
Round 3 - HR 

(1 Question)

  • Q1. Situation based questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 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 

Quantative, Logical, Verbal, DBMS, SQL, Testing related questions

Round 3 - Technical 

(1 Question)

  • Q1. Questions regarding your resume and some basic programming questions

Associate Engineer Interview Questions Asked at Other Companies

asked in Nagarro
Q1. Count Ways To Reach The N-th Stair Problem Statement You are give ... read more
asked in Nagarro
Q2. Trailing Zeros in Factorial Problem Find the number of trailing z ... read more
asked in Nagarro
Q3. Convert First Letter to Upper Case Given a string STR, transform ... read more
asked in Tata Steel
Q4. What are the test done during maintenance of a power transformer?
asked in Tata Steel
Q5. how to control the speed of an EOT crane without VFD?

Associate Engineer Interview Questions & Answers

user image Arushi Shet Morajkar

posted on 18 Feb 2024

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

I applied via Campus Placement and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About radiology
  • Q2. About radiology equipment
Round 2 - HR 

(1 Question)

  • Q1. Basic questions

Associate Engineer Interview Questions & Answers

user image Arushi Shetmorajkar

posted on 22 Feb 2024

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

I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About my education background and skills and domain knowledge
Round 2 - HR 

(1 Question)

  • Q1. About yourself,background,interests

Tata Elxsi interview questions for designations

 Associate

 (1)

 Associate Software Engineer

 (1)

 Associate IT Software Engineer

 (1)

 Engineer

 (19)

 Associate Technical Manager

 (1)

 Regulatory Affairs Associate

 (1)

 Senior Engineer

 (51)

 Automation Engineer

 (2)

Associate Engineer Interview Questions & Answers

user image Vishnutejas S

posted on 25 Dec 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

This is not hard. It is simple math and logic questions

Round 2 - Coding Test 

Even if it is on coding, they try to look for programmers. Like before correcting the code they try to understand the logic from the attendees

Round 3 - HR 

(2 Questions)

  • Q1. Tell about yourself
  • Q2. Explain your project

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join, as of now company don't have projects and there are continuous people leaving and the company and they constantly hiring.

I applied via Campus Placement

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 

It was moderate

Round 3 - Technical 

(1 Question)

  • Q1. They asked about python,more about my final projects and testing knowledge about sqa
Round 4 - HR 

(1 Question)

  • Q1. It was very easy just was a casual talk.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a command on one language and go throughly with your project and concepts of sqa.

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Oops concepts, angular , .net core middlewares

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic concepts well

I applied via Campus Placement and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Best sorting although and its working they asked
  • Q2. Write a program to replace the character with another character in java.
  • Ans. 

    A program to replace a character with another character in Java.

    • Create a string variable with the original text

    • Use the replace() method to replace the character with another character

    • Print the new string with the replaced character

  • Answered by AI
  • Q3. SQL queries on order by, group by, and it's difference they asked.
  • Q4. Project management experience they asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare on the basis concepts and be perfect on your resume they are not expecting much from you as you are a fresher.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Case Study 
Round 2 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is smooth and majorly asked direct questions and some scenarios

I applied via Campus Placement and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

10 Questions

  • Q1. Tell me about yourself
  • Q2. Write a program to print unique elements in an array in java
  • Ans. 

    Program to print unique elements in an array in Java

    • Create a HashSet to store unique elements

    • Iterate through the array and add each element to the HashSet

    • Print the HashSet to get the unique elements

  • Answered by AI
  • Q3. Types of data structures
  • Ans. 

    Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Arrays - a collection of elements of the same type

    • Linked Lists - a sequence of nodes where each node contains a reference to the next node

    • Stacks - a collection of elements with two main operations: push (add) and pop (remove)

    • Queues - a collection of elements with two main operations: enqueue (add) and d...

  • Answered by AI
  • Q4. Tree traversal
  • Q5. What is oops
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and functions.

    • It emphasizes on encapsulation, inheritance, and polymorphism.

    • Examples of OOPs languages are Java, C++, Python, etc.

  • Answered by AI
  • Q6. Applications of oops
  • Ans. 

    OOPs is used for creating modular, reusable and maintainable code.

    • Encapsulation: Hiding implementation details and exposing only necessary information.

    • Inheritance: Reusing code and creating a hierarchy of classes.

    • Polymorphism: Using a single interface to represent multiple entities.

    • Abstraction: Reducing complexity by hiding unnecessary details.

    • Examples: Java, C++, Python, Ruby, etc.

  • Answered by AI
  • Q7. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add its own unique properties and ...

  • Answered by AI
  • Q8. What is polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • It allows objects of different classes to be treated as if they were objects of the same class.

    • It is achieved through method overriding and method overloading.

    • Example: A parent class Animal can have child classes like Dog, Cat, and Bird, each with their own unique implementation of the method 'makeSound'.

    • Polymorphism makes code more flexible and reusable.

  • Answered by AI
  • Q9. What is abstraction? Explain with example
  • Ans. 

    Abstraction is the process of hiding complex implementation details and exposing only the necessary information.

    • Abstraction helps in reducing complexity and increasing efficiency.

    • It allows us to focus on the essential features of an object or system.

    • For example, a car can be abstracted as a vehicle with certain properties like speed, fuel efficiency, and seating capacity.

    • Abstraction can be achieved through interfaces,

  • Answered by AI
  • Q10. What is encapsulation
  • Ans. 

    Encapsulation is the process of hiding implementation details and providing a public interface for accessing the functionality.

    • Encapsulation helps in achieving data abstraction and information hiding

    • It prevents unauthorized access to the internal details of an object

    • It allows for easy modification of implementation without affecting the external code

    • Example: A class with private variables and public methods

    • Example: A b...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - As I'm from ECE background it's little bit easy for me because they ask basic questions. If we are good enough in basics it's easy to crack Mindtree interview

Skills evaluated in this interview

Tata Elxsi Interview FAQs

How many rounds are there in Tata Elxsi Associate Engineer interview?
Tata Elxsi interview process usually has 2-3 rounds. The most common rounds in the Tata Elxsi interview process are Technical, HR and Aptitude Test.
What are the top questions asked in Tata Elxsi Associate Engineer interview?

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

  1. They asked about python,more about my final projects and testing knowledge abou...read more
  2. The questions were based on akills mentioned in res...read more
  3. Questions regarding your resume and some basic programming questi...read more

Tell us how to improve this page.

Tata Elxsi Associate Engineer Interview Process

based on 5 interviews

1 Interview rounds

  • Technical Round
View more
Tata Elxsi Associate Engineer Salary
based on 56 salaries
₹2 L/yr - ₹4.2 L/yr
41% less than the average Associate Engineer Salary in India
View more details

Tata Elxsi Associate Engineer Reviews and Ratings

based on 5 reviews

4.1/5

Rating in categories

4.4

Skill development

4.0

Work-life balance

4.0

Salary

5.0

Job security

3.9

Company culture

4.0

Promotions

3.6

Work satisfaction

Explore 5 Reviews and Ratings
Senior Engineer
4.5k salaries
unlock blur

₹3.5 L/yr - ₹14 L/yr

Specialist
2.6k salaries
unlock blur

₹7.7 L/yr - ₹26 L/yr

Engineer
1.4k salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

Senior Software Engineer
1k salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Software Engineer
716 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Explore more salaries
Compare Tata Elxsi with

TCS

3.7
Compare

LTIMindtree

3.7
Compare

DXC Technology

3.7
Compare

Mphasis

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