Upload Button Icon Add office photos

Filter interviews by

Gatiman Auto Interview Questions and Answers

Updated 27 Feb 2025

Gatiman Auto Interview Experiences

Popular Designations

6 interviews found

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

I appeared for an interview in Jan 2025.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is your experience with fabrication and the shearing and bending processes?
  • Ans. 

    I have experience with fabrication, shearing, and bending processes in various projects.

    • I have worked on projects involving metal fabrication for structural components.

    • I am familiar with the shearing process to cut metal sheets into desired sizes.

    • I have experience with bending processes to shape metal sheets into specific angles.

    • I have used tools such as shears, press brakes, and rollers for fabrication work.

  • Answered by AI
  • Q2. Do you know about production line management ?
  • Ans. 

    Production line management involves overseeing the process of manufacturing a product from start to finish.

    • Planning and scheduling production activities

    • Monitoring and optimizing production processes

    • Ensuring quality control and efficiency

    • Managing inventory and supply chain

    • Implementing lean manufacturing principles

    • Utilizing automation and technology for improved efficiency

  • Answered by AI
  • Q3. Have you had any experience working with manpower handling and Kaizen practices?
  • Ans. 

    Yes, I have experience working with manpower handling and implementing Kaizen practices.

    • I have experience in organizing and managing manpower efficiently to meet project deadlines.

    • Implemented Kaizen practices to continuously improve processes and increase productivity.

    • Trained team members on Kaizen principles and encouraged participation in improvement initiatives.

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

(2 Questions)

  • Q1. How do you approach long-term decision-making in your work?
  • Ans. 

    I approach long-term decision-making by setting clear goals, conducting thorough research, considering potential outcomes, and seeking input from colleagues.

    • Set clear goals to guide decision-making process

    • Conduct thorough research to gather relevant information

    • Consider potential outcomes and risks before making a decision

    • Seek input from colleagues or experts to gain different perspectives

    • Regularly review and adjust dec

  • Answered by AI
  • Q2. What are your salary expectations?

Junior Engineer Interview Questions asked at other Companies

Q1. What is the main role of Junior engineer in Electrical maintenance and How to provide the company facilities ?
View answer (25)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell about your self

Production Engineer Interview Questions asked at other Companies

Q1. How to solve the problem in robot means how to detect fault?
View answer (9)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Are you stable for this job?
  • Q2. What are we expecting from you ?

Interview Preparation Tips

Topics to prepare for Gatiman Auto Junior Engineer interview:
  • Resume

Junior Engineer Interview Questions asked at other Companies

Q1. What is the main role of Junior engineer in Electrical maintenance and How to provide the company facilities ?
View answer (25)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Know about work measurement

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepared must

Junior Mechanical Engineer Interview Questions asked at other Companies

Q1. Types of gearbox and which gearbox is maximum used in your plant?
View answer (2)

Gatiman Auto interview questions for popular designations

 Junior Engineer

 (2)

 Junior Mechanical Engineer

 (1)

 Production Engineer

 (1)

 Deputy Manager Production

 (1)

 Senior Manager Finance

 (1)

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Previous work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it real. Try to avoid unnecessary information.

Senior Manager Finance Interview Questions asked at other Companies

Q1. What is the description of the case and what solutions were proposed?
View answer (1)

Interview Questionnaire 

8 Questions

  • Q1. Flexibility
  • Q2. Behavior
  • Q3. Communication skills
  • Q4. IQ level
  • Q5. Managing skills
  • Q6. Technical update
  • Q7. Welding knowledge
  • Q8. Metrology

Deputy Manager Production Interview Questions asked at other Companies

Q1. What is OEE, how will you reduce rejection, how will you establish quality culture
View answer (1)

Interview questions from similar companies

I applied via Approached by Company and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Group Discussion 

They asked about difference between college life and corporate life and the projects we carried out in engineering

Round 2 - Technical 

(1 Question)

  • Q1. Asked some engineering subjects
  • Ans. We have to tell subjects of academics
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Huawei Technologies Junior Engineer interview:
  • Engineering
  • Communication Skills
Interview preparation tips for other job seekers - Try hard and follow up all mails regarding the jobs you applied or you given interview and naukri is the best platform to get job

Interview Questionnaire 

4 Questions

  • Q1. Why we hair you
  • Q2. How much salary u can expect
  • Q3. Know about your self
  • Q4. What is your strength

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why IT
  • Q3. About my project
  • Q4. Few mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions

Gatiman Auto Interview FAQs

How many rounds are there in Gatiman Auto interview?
Gatiman Auto interview process usually has 1-2 rounds. The most common rounds in the Gatiman Auto interview process are One-on-one Round and Technical.
What are the top questions asked in Gatiman Auto interview?

Some of the top questions asked at the Gatiman Auto interview -

  1. What is your experience with fabrication and the shearing and bending process...read more
  2. Do you know about production line managemen...read more
  3. Know about work measurem...read more

Tell us how to improve this page.

Gatiman Auto Interview Process

based on 5 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 152 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 98 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
CapitalOne Interview Questions
3.7
 • 79 Interviews
View all

Gatiman Auto Reviews and Ratings

based on 28 reviews

4.0/5

Rating in categories

3.8

Skill development

3.3

Work-life balance

3.0

Salary

3.3

Job security

3.8

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 28 Reviews and Ratings
Assistant Manager
7 salaries
unlock blur

₹5.5 L/yr - ₹7.5 L/yr

Production Engineer
6 salaries
unlock blur

₹2.8 L/yr - ₹3.5 L/yr

Junior Executive
5 salaries
unlock blur

₹2.4 L/yr - ₹3.2 L/yr

Store Executive
5 salaries
unlock blur

₹2.7 L/yr - ₹3 L/yr

Engineer
5 salaries
unlock blur

₹2.2 L/yr - ₹2.7 L/yr

Explore more salaries
Compare Gatiman Auto with

Marpu Foundation

4.8
Compare

Huawei Technologies

4.0
Compare

HCL Infosystems

3.9
Compare

Z X Learning

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