Upload Button Icon Add office photos

Filter interviews by

Tata Bearings Supervisor Interview Questions and Answers

Updated 4 Mar 2022

Tata Bearings Supervisor Interview Experiences

1 interview found

Supervisor Interview Questions & Answers

user image Anonymous

posted on 4 Mar 2022

I applied via Walk-in and was interviewed before Mar 2021. There were 3 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 - Aptitude Test 

Technical related questions accoring to qualification.

Round 3 - Technical 

(1 Question)

  • Q1. Technical related questions such as machine related, transformer etc

Interview Preparation Tips

Interview preparation tips for other job seekers - You have trained your self according to company needs. You have to build up your skill day by day as the interview expect from good employees.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. What is name mangling?
  • Ans. 

    Name mangling is a technique used by compilers to give unique names to functions and variables to avoid naming conflicts.

    • Name mangling is used in C++ to support function overloading.

    • It is also used in Python to avoid naming conflicts in modules.

    • Name mangling can make it difficult to access variables and functions from outside the class in which they are defined.

    • In C++, name mangling can be seen by using the 'nm' comman

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

6 Questions

  • Q1. Explain abstract factory design pattern ?
  • Ans. 

    Abstract Factory is a creational design pattern that provides an interface for creating families of related objects.

    • Abstract Factory is used when we need to create families of related objects without specifying their concrete classes.

    • It provides an interface for creating objects of related classes without specifying their concrete classes.

    • It encapsulates a group of factories that have a common theme.

    • It promotes loose c...

  • Answered by AI
  • Q2. How do you do range based map iteration
  • Ans. 

    Range based map iteration can be done using a for-each loop or iterators.

    • Use a for-each loop to iterate over the map elements.

    • Alternatively, use iterators to traverse the map.

    • The range-based for loop is preferred for its simplicity and readability.

    • Example: for(auto const& [key, value] : myMap) { //do something with key and value }

  • Answered by AI
  • Q3. What are detached and joined threads
  • Ans. 

    Detached threads are independent threads that run separately from the main thread. Joined threads are threads that wait for the main thread to finish.

    • Detached threads are created using pthread_detach() function

    • Joined threads are created using pthread_join() function

    • Detached threads do not need to be explicitly terminated

    • Joined threads must be explicitly terminated using pthread_exit() or return statement

    • Detached thread...

  • Answered by AI
  • Q4. What are static code analysis tools
  • Ans. 

    Static code analysis tools are software programs that analyze source code to find potential issues and improve code quality.

    • Static code analysis tools scan code without executing it

    • They can detect issues such as security vulnerabilities, coding errors, and performance problems

    • Examples of static code analysis tools include SonarQube, ESLint, and Checkstyle

  • Answered by AI
  • Q5. Command to list currently running threads in linux
  • Ans. 

    Command to list currently running threads in linux

    • Use the 'ps' command with the 'H' option to display threads in a hierarchy

    • Use the 'top' command to display threads in real-time

    • Use the 'htop' command for an interactive display of threads

  • Answered by AI
  • Q6. Can we perform arithmetic operation on Unique pointer
  • Ans. 

    No, arithmetic operations cannot be performed on unique pointers.

    • Unique pointers are used to manage the lifetime of dynamically allocated objects.

    • They cannot be copied or assigned, only moved.

    • Arithmetic operations are not defined for pointers, including unique pointers.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Design facebook
  • Ans. 

    Designing Facebook is a complex task involving various components and technologies.

    • Identify the core features of Facebook such as user profiles, news feed, messaging, and groups.

    • Choose appropriate technologies for each component such as PHP for backend, React for frontend, and MySQL for database.

    • Ensure scalability and performance by implementing caching, load balancing, and database sharding.

    • Implement security measures...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Database, logical reasoning

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Spring and SpringBoot

I applied via Job Fair and was interviewed before May 2021. There were 2 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 - HR 

(1 Question)

  • Q1. What is your job role

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and strive hard to achieve what you desire
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain function pointers in c?
  • Ans. 

    Function pointers in C are pointers that point to functions instead of data.

    • Function pointers are used to pass functions as arguments to other functions.

    • They can be used to implement callbacks and event handlers.

    • Syntax: return_type (*ptr_name)(parameters);

    • Example: int (*funcPtr)(int, int);

  • Answered by AI
  • Q2. Explain DCM module from BSW?
  • Ans. 

    DCM module in BSW is responsible for managing diagnostic communication between the vehicle and external diagnostic tools.

    • DCM stands for Diagnostic Communication Manager

    • It handles communication protocols such as UDS, KWP2000, and OBD

    • DCM manages diagnostic sessions, communication parameters, and diagnostic trouble codes

    • It provides APIs for diagnostic services like reading and clearing DTCs

    • Example: DCM module in BSW facil...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2022. 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 

(2 Questions)

  • Q1. Basic theoretical Questions of B.tech which are for fresher they asked for experienced also.
  • Q2. Star delta diagram Resistance circuit
Round 3 - HR 

(1 Question)

  • Q1. Why switching previous company
Round 4 - Plant Head 

(1 Question)

  • Q1. Personal information

Interview Preparation Tips

Interview preparation tips for other job seekers - Want relax and job security comes here. But not expect increment.

I applied via Walk-in and was interviewed in Dec 2021. There were 8 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 - HR 

(2 Questions)

  • Q1. Basic information of condidate
  • Q2. Job discription of machine
Round 3 - Technical 

(2 Questions)

  • Q1. Programming of cnc vmc
  • Ans. 

    Programming of CNC VMC involves creating instructions for the machine to follow in order to produce a specific part.

    • Requires knowledge of programming languages such as G-code and M-code

    • Involves creating a step-by-step process for the machine to follow

    • Requires understanding of the machine's capabilities and limitations

    • May involve creating custom tool paths for specific parts

    • Examples include programming a CNC VMC to prod...

  • Answered by AI
  • Q2. Code of machining for making program
  • Ans. 

    The code of machining for making a program involves creating instructions for a machine to follow in order to produce a desired output.

    • The program should include specific instructions for the machine to follow, such as tool selection, cutting speed, and feed rate.

    • The code should be optimized for efficiency and accuracy.

    • It is important to consider the material being machined and adjust the program accordingly.

    • Testing an...

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Given program for making a program of auto shaft
  • Q2. Another given a making program on cnc machine
Round 5 - One-on-one 

(2 Questions)

  • Q1. Job profile discussion
  • Q2. Job profile discussion about shop flor
Round 6 - HR 

(2 Questions)

  • Q1. Group discussion with team
  • Q2. Group discussion with team of production and plant head
Round 7 - Case Study 

Given a problem for solving on shop floor

Round 8 - Group Discussion 

Group discussion with team of production and plant head

Interview Preparation Tips

Interview preparation tips for other job seekers - Come hear with full preparation and my best wishes with you

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2022. 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 - Aptitude Test 

Creo tool commands, objective test with 3 options. Welding symbols, projections, geometric dimensions, mmc, process of manufacturing. Material properties. Bearing types.

Round 3 - Technical 

(3 Questions)

  • Q1. Tool test : casting model to read and create the solid model in creo tool and drawing using layout. Family table, layout creation, parametric and etc.
  • Q2. Your Resume what u added they will ask few depth about your previous tasks. Be confident to answer a know word.
  • Q3. Good to negotiate a best package for suitable and worth person
Round 4 - HR 

(1 Question)

  • Q1. Discussion about package. Joining date, ur certificates and others

Interview Preparation Tips

Topics to prepare for SKF Senior Engineer interview:
  • Material Management
  • Applied materials
  • Machine Design
Interview preparation tips for other job seekers - SKF is very good company. If u take care of ur project well ur boss will take care u with good recognition. U need to work hard and smart to gain any loyalty, be on time, be a active listener.

Tata Bearings Interview FAQs

How many rounds are there in Tata Bearings Supervisor interview?
Tata Bearings interview process usually has 3 rounds. The most common rounds in the Tata Bearings interview process are Resume Shortlist, Aptitude Test and Technical.

Tell us how to improve this page.

Tata Bearings Supervisor Salary
based on 6 salaries
₹1.6 L/yr - ₹3.5 L/yr
17% less than the average Supervisor Salary in India
View more details
Supervisor
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Executive
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Site Supervisor
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Technician
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Support Associate
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Tata Bearings with

SKF

4.0
Compare

Timken

3.9
Compare

Ntn Bearing

3.7
Compare

Schaeffler India

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