Upload Button Icon Add office photos

Tata Motors

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Tata Motors Project Associate Interview Questions and Answers

Updated 17 Dec 2021

Tata Motors Project Associate Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. What is your experience
  • Q2. What is your name of your company
  • Q3. What is your choice to apply
  • Q4. What is your favourite colour
  • Q5. What is a good place
  • Q6. Who is a plant head
  • Q7. How is your company

Interview Preparation Tips

Interview preparation tips for other job seekers - My work is to guide the man and minimum time to finish

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical Indepth

Interview Preparation Tips

Interview preparation tips for other job seekers - Be more confident and feel comfortable with interviewer

I applied via Indeed and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They did checked my confidence level

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and be prepared a bit though u don't know to answer just say I'll learn n get bck to you.

Interview Questionnaire 

1 Question

  • Q1. Related to accounts

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic accounts knowledge required
Interview experience
3
Average
Difficulty level
Moderate
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 - Aptitude Test 

Normal questions was average

Round 2 - HR 

(1 Question)

  • Q1. Very good f2f interview
Round 3 - Technical 

(1 Question)

  • Q1. Coding ques were asked and i was given a code to write and questions from resume
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2023. There were 4 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 - Technical 

(1 Question)

  • Q1. Basic math and Ms excel
Round 3 - HR 

(1 Question)

  • Q1. Normal discussion
Round 4 - Behavioral 

(1 Question)

  • Q1. Normal discussion
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference between QA and QC?
  • Ans. 

    QA focuses on preventing defects, while QC focuses on identifying and fixing defects.

    • QA stands for Quality Assurance and is a proactive process that focuses on preventing defects by establishing processes and standards.

    • QC stands for Quality Control and is a reactive process that focuses on identifying and fixing defects through inspections and testing.

    • QA involves activities like creating test plans, defining test cases...

  • Answered by AI
  • Q2. Explain PDCA briefly?
  • Ans. 

    PDCA is a four-step management method used for continuous improvement.

    • PDCA stands for Plan, Do, Check, Act.

    • It is also known as the Deming Cycle or the Shewhart Cycle.

    • The PDCA cycle is used to solve problems, make improvements, and achieve goals.

    • In the Plan phase, objectives and processes are established.

    • In the Do phase, the plan is executed and data is collected.

    • In the Check phase, the data is analyzed to determine if ...

  • Answered by AI

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Steel rule short measurement ?
  • Q2. V block are use in .......?
  • Ans. 

    V blocks are used in machining and inspection processes to hold cylindrical workpieces securely in place.

    • V blocks are commonly used in milling, drilling, and grinding operations.

    • They are also used in inspection processes to ensure accurate measurements of cylindrical parts.

    • V blocks are typically made of hardened steel or cast iron and have a V-shaped groove to hold the workpiece.

    • They come in various sizes and angles to...

  • Answered by AI
  • Q3. Micrometre used and safety precaution
  • Ans. 

    Micrometre is a measuring tool used for precise measurements. Safety precautions include proper handling and storage.

    • Micrometre should be handled with care to avoid damage to the measuring surfaces

    • It should be stored in a protective case when not in use

    • Avoid exposing it to extreme temperatures or moisture

    • Regular calibration is necessary to ensure accurate measurements

    • Proper eye protection should be worn when using a mi...

  • Answered by AI
Round 2 - Case Study 

Practical training safaty 5s

Interview Preparation Tips

Interview preparation tips for other job seekers - Safaty relisted question. Cleaning work place. Safety work .. sefety exam

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

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

Tell us how to improve this page.

Interview Questions from Similar Companies

Maruti Suzuki Interview Questions
4.2
 • 590 Interviews
Hero MotoCorp Interview Questions
4.1
 • 336 Interviews
TVS Motor Interview Questions
4.0
 • 316 Interviews
Bajaj Auto Interview Questions
3.9
 • 269 Interviews
Ashok Leyland Interview Questions
4.1
 • 241 Interviews
Ford Motor Interview Questions
4.3
 • 147 Interviews
Kia Motors Interview Questions
3.9
 • 132 Interviews
View all
Tata Motors Project Associate Salary
based on 5 salaries
₹3.9 L/yr - ₹8 L/yr
50% less than the average Project Associate Salary in India
View more details
Senior Manager
6.2k salaries
unlock blur

₹7 L/yr - ₹28.4 L/yr

Deputy General Manager
910 salaries
unlock blur

₹13 L/yr - ₹47.3 L/yr

Executive
826 salaries
unlock blur

₹2.4 L/yr - ₹12.2 L/yr

Territory Sales Manager
431 salaries
unlock blur

₹7.3 L/yr - ₹27 L/yr

Quality Engineer
415 salaries
unlock blur

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

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