Upload Button Icon Add office photos

Tata Motors

Compare button icon Compare button icon Compare

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Tata Motors Technical Apprentice Trainee Interview Questions and Answers

Updated 30 Oct 2021

Tata Motors Technical Apprentice Trainee Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What project you've done in your diploma career?
  • Q2. What is power rating of ceiling fan used in our houses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Start doing projects & trainings as much as possible in your diploma.

Interview questions from similar companies

I applied via Referral and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basics of html,Css,js and angular
  • Q2. What is hoisting
  • Ans. 

    Hoisting is a JavaScript mechanism where variables and function declarations are moved to the top of their scope.

    • Hoisting applies to variable and function declarations, but not to variable assignments

    • Function declarations are hoisted before variable declarations

    • Hoisting can lead to unexpected behavior and should be avoided

  • Answered by AI
  • Q3. CSS box model
  • Q4. Performamce improvement

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good experience

Skills evaluated in this interview

Technical Apprentice Trainee Interview Questions Asked at Other Companies

asked in Tata Motors
Q1. What is power rating of ceiling fan used in our houses?
asked in ACC
Q2. How does a double cylinder compressor work?
asked in Tata Steel
Q3. What is the capital of Bihar?
Q4. What was your college project?

Software Engineer Interview Questions & Answers

Honda user image ABHIMANYU AWASTHI

posted on 20 Mar 2015

Interview Preparation Tips

Round: Test
Experience: easy
Tips: gate apti preparation is sufficient
Duration: 60 minutes
Total Questions: 50

General Tips: confidence matters a lot during whole placement process especially during gd and pi so prepare and practice for that
Skill Tips: focus on your technical subjects
Skills: technical
College Name: NIT BHOPAL
Motivation: work on hr part as well other than core subject knowledge

I applied via Naukri.com and was interviewed in May 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Core java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very simple

What people are saying about Tata Motors

View All
a project lead
2w
Job opportunity for Automotive Mechanical Design
I am a mechanical design engineer, looking for new opportunity. Total years of experience:12 years Mechanical Design: 10+years Creo-8+ years Sheetmetal, Casting GD &T ECN/ECR PLM& PDM Windchill Teamcenter KOLA-PLM Chassis equipments Volvo Trucks Exhaust After Treatment System. Brakes Automotive Trucks🚚🚛 AutoCAD Manufacturing processes Companies for which I worked Volvo Trucks, Sweden Liebherr Mining Trucks, US Tata Motors, Pune L&T (EAIC), Powai Eaton, Pune
Got a question about Tata Motors?
Ask anonymously on communities.

I applied via Naukri.com and was interviewed before Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How can you satisfy your job
  • Ans. 

    Finding satisfaction in my job involves aligning my work with my values, continuous learning, and contributing to team success.

    • Aligning work with personal values: For example, working on projects that promote sustainability.

    • Continuous learning: Attending workshops or pursuing certifications to enhance skills.

    • Contributing to team success: Collaborating effectively and celebrating team achievements.

    • Seeking feedback: Regu...

  • Answered by AI
  • Q2. With hardwork and my experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Wor

I applied via Referral and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical about BS4 and BS6 vehicles, About SAP system

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool and confidence on your answer dont panic in any questions

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

Interview Questionnaire 

1 Question

  • Q1. Basic in C#, small program to code, Project description, general interview question from interview bit website for DotNet
Are these interview questions helpful?

I applied via Recruitment Consultant and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. I interviewed for the . Net position. But I got more no of questions from SQL server.
  • Q2. 1. What is index?
  • Ans. 

    An index is a data structure that improves the speed of data retrieval operations on a database table.

    • Indexes are created on one or more columns of a table.

    • They allow for faster searching, sorting, and filtering of data.

    • Examples include B-tree, hash, and bitmap indexes.

    • Indexes can also have unique constraints to enforce data integrity.

    • However, they can also slow down data modification operations like insert, update, an...

  • Answered by AI
  • Q3. 2. What is the type of index?
  • Ans. 

    There are different types of indexes in databases, including clustered, non-clustered, unique, and full-text indexes.

    • Clustered index determines the physical order of data in a table based on the indexed column.

    • Non-clustered index creates a separate structure that includes the indexed column and a pointer to the actual data.

    • Unique index ensures that the indexed column has unique values.

    • Full-text index enables searching ...

  • Answered by AI
  • Q4. 3. What is the use of index?
  • Ans. 

    Index is used to improve the performance of database queries by allowing faster data retrieval.

    • Index is a data structure that stores a small portion of the table data in an easily searchable format.

    • It helps in reducing the number of disk I/O operations required to retrieve data from a table.

    • Indexes can be created on one or more columns of a table.

    • Examples of indexes include primary key, unique key, clustered index, and...

  • Answered by AI
  • Q5. Explain all the joins
  • Ans. 

    Joins are used to combine data from two or more tables based on a related column between them.

    • Inner join returns only the matching rows from both tables

    • Left join returns all rows from the left table and matching rows from the right table

    • Right join returns all rows from the right table and matching rows from the left table

    • Full outer join returns all rows from both tables

    • Cross join returns the Cartesian product of both t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple basic questions only asked. Be positive

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Angular related questions only
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Some tedhicals about .net
  • Q2. Process and architecture of.net apps
  • Ans. 

    The process and architecture of .NET apps involve designing, developing, testing, and deploying applications using the .NET framework.

    • Use of MVC (Model-View-Controller) pattern for organizing code

    • Utilization of .NET Core for cross-platform development

    • Deployment on Azure for scalability and reliability

    • Integration of third-party libraries and APIs for enhanced functionality

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Date of joining

Interview Preparation Tips

Interview preparation tips for other job seekers - it was a good experience as a start in work within corporate

Tell us how to improve this page.

Interview Questions from Similar Companies

Maruti Suzuki Interview Questions
4.2
 • 654 Interviews
TVS Motor Interview Questions
3.9
 • 351 Interviews
Bajaj Auto Interview Questions
3.8
 • 295 Interviews
Ford Motor Interview Questions
4.2
 • 161 Interviews
Kia Motors Interview Questions
3.9
 • 148 Interviews
Honda Interview Questions
4.1
 • 105 Interviews
View all
Tata Motors Technical Apprentice Trainee Salary
based on 4 salaries
₹1.4 L/yr - ₹2.2 L/yr
At par with the average Technical Apprentice Trainee Salary in India
View more details

Tata Motors Technical Apprentice Trainee Reviews and Ratings

based on 2 reviews

4.3/5

Rating in categories

4.3

Skill development

4.0

Work-life balance

4.3

Salary

3.7

Job security

5.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Senior Manager
6.7k salaries
unlock blur

₹12.6 L/yr - ₹22.9 L/yr

Deputy General Manager
891 salaries
unlock blur

₹25.4 L/yr - ₹45.4 L/yr

Executive
833 salaries
unlock blur

₹3.9 L/yr - ₹11.3 L/yr

Quality Engineer
422 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Territory Sales Manager
386 salaries
unlock blur

₹12.4 L/yr - ₹22.6 L/yr

Explore more salaries
Compare Tata Motors with

Maruti Suzuki

4.2
Compare

Mahindra & Mahindra

4.1
Compare

Mercedes-Benz Research and Development India

3.8
Compare

TVS Motor

3.9
Compare
write
Share an Interview