Upload Button Icon Add office photos

Filter interviews by

Mehta Engineers Interview Questions and Answers

Updated 23 Jun 2023

Mehta Engineers Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2023. 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 - Technical 

(1 Question)

  • Q1. Incoming quality and supplier development
Round 3 - Technical 

(1 Question)

  • Q1. QMS system and incoming quality

Quality Assurance Quality Control Engineer Interview Questions asked at other Companies

Q1. Sample Answer:* AAC blocks and clay bricks are both popular building materials, but they have distinct differences in terms of composition, properties, and applications. AAC blocks are made from autoclaved aerated concrete, which is a mixtu... read more
View answer (1)

Interview questions from similar companies

I applied via WorkIndia and was interviewed before Nov 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 - HR 

(3 Questions)

  • Q1. Name work experience qualification
  • Q2. Name and what works experience and qualification
  • Q3. Muthoot finance mein job kaise karen 2022
Round 3 - Aptitude Test 

Computer hardware work marketing manager

Interview Preparation Tips

Interview preparation tips for other job seekers - I have jobs is good work experience qualification I am like company

I applied via Approached by Company and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Basic coding questions in c# language

Round 2 - Aptitude Test 

Normal aptitude test (c#,dbms,c++)

Round 3 - Technical 

(1 Question)

  • Q1. Project discussion DSA Problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - Please avoid AVL as a intern.
There are many better companies in the market than this.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Aptitude test on communication protocols and programming.

Round 3 - HR 

(1 Question)

  • Q1. Interview to check language proficiency and attitude.
Round 4 - Technical 

(1 Question)

  • Q1. Explain your final year project work

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare different in vehicle communication protocols and there use cases and be confident.

I applied via Spectrum placement and was interviewed before Apr 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 - Technical 

(1 Question)

  • Q1. 1. Domain specific basic technical Questions 2. Automotive design parameters 3. Type of tool utilisation & methods 4. Automotive standards & components selection criteria 5. Importance & functions of autom...
Round 3 - One-on-one 

(1 Question)

  • Q1. Same as above. Basic technical knowledge mostly asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Basic domain knowledge is must
2. Overview of automotive components.
3.Design consideration & parameters are must.

I applied via Recruitment Consulltant

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. About final year of engineering project and core subjects basics.
Round 3 - HR 

(3 Questions)

  • Q1. What is your year of experience??
  • Q2. If any gap inbetween education or employment then what's the reason??
  • Q3. Salary expectations over experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Want to work with German company then very good opportunity to travel to Germany for at least 25 day's.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Design related questions
  • Q2. What was your role in previous organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare more technical questions
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 Mar 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. All basics related to cpp Coding logic some puzzles
  • Q2. What is oops and explain
  • 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 methods to manipulate that data.

    • It allows for reusability, modularity, and flexibility in code.

    • Key principles of OOPs include encapsulation, inheritance, and polymorphism.

    • Examples of OOPs languages include Java, C++, and Python.

  • Answered by AI
  • Q3. Virtual destructor and its use
  • Ans. 

    Virtual destructor is used to ensure proper destruction of derived class objects when deleted through a base class pointer.

    • Virtual destructor is declared in the base class with the 'virtual' keyword.

    • It allows the destructor of the derived class to be called when an object is deleted through a base class pointer.

    • Without a virtual destructor, only the base class destructor would be called, leading to memory leaks or unde

  • Answered by AI
  • Q4. DS and its all concepts write code for reverse linklist
  • Ans. 

    Reverse a linked list using iterative approach

    • Initialize three pointers: prev = null, current = head, next = null

    • Iterate through the linked list, updating pointers as follows: next = current.next, current.next = prev, prev = current, current = next

    • Update the head to point to the new head (prev)

  • Answered by AI
  • Q5. Memory management

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is six sigma
  • Ans. 

    Six Sigma is a data-driven methodology for improving processes by reducing defects and variation.

    • Six Sigma aims to achieve near perfection in processes by targeting a defect rate of 3.4 defects per million opportunities.

    • It involves defining, measuring, analyzing, improving, and controlling processes to minimize variation and improve quality.

    • Six Sigma uses statistical tools and techniques such as DMAIC (Define, Measure,...

  • Answered by AI
  • Q2. How much clause in ISO 9001:2015
  • Ans. 

    There are 7 clauses in ISO 9001:2015.

    • ISO 9001:2015 has 7 clauses that outline the requirements for a quality management system.

    • These clauses cover areas such as context of the organization, leadership, planning, support, operation, performance evaluation, and improvement.

    • For example, Clause 4 focuses on understanding the organization and its context, while Clause 8 addresses operation.

    • Each clause is essential for ensur...

  • Answered by AI
Round 1 - Coding Test 

C# will be asked

Round 2 - One-on-one 

(1 Question)

  • Q1. Quetions willbe based on oops concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare oops in interview because coding round is the main round in which c# will be asked after that just focus on oops concept and will be get selected

Mehta Engineers Interview FAQs

How many rounds are there in Mehta Engineers interview?
Mehta Engineers interview process usually has 3 rounds. The most common rounds in the Mehta Engineers interview process are Technical and Resume Shortlist.
What are the top questions asked in Mehta Engineers interview?

Some of the top questions asked at the Mehta Engineers interview -

  1. Incoming quality and supplier developm...read more
  2. QMS system and incoming qual...read more

Tell us how to improve this page.

Mehta Engineers Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Bajaj Motors Interview Questions
3.9
 • 50 Interviews
Plastic Omnium Interview Questions
3.7
 • 24 Interviews
Polaris Interview Questions
3.9
 • 22 Interviews
Volvo Trucks Interview Questions
4.1
 • 22 Interviews
Daimler Interview Questions
3.9
 • 19 Interviews
AVL Interview Questions
3.6
 • 19 Interviews
MAN Truck & Bus Interview Questions
3.0
 • 14 Interviews
View all

Mehta Engineers Reviews and Ratings

based on 15 reviews

4.0/5

Rating in categories

4.3

Skill development

3.8

Work-life balance

3.7

Salary

3.9

Job security

3.9

Company culture

4.4

Promotions

3.7

Work satisfaction

Explore 15 Reviews and Ratings
Design Engineer
4 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Quality Engineer
4 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Tool Room Engineer
4 salaries
unlock blur

₹4 L/yr - ₹4 L/yr

Production Engineer
3 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

HR Assistant
3 salaries
unlock blur

₹1.8 L/yr - ₹2.3 L/yr

Explore more salaries
Compare Mehta Engineers with

Hero Motors Company

4.0
Compare

Bajaj Motors

3.9
Compare

Saud Bahwan Group

3.4
Compare

Plastic Omnium

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