Upload Button Icon Add office photos

Filter interviews by

Mewar Hi-Tech Engineering Design Engineer Interview Questions and Answers

Updated 17 Apr 2022

Mewar Hi-Tech Engineering Design Engineer Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed before Apr 2021. 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 - HR 

(7 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why are you looking for a change?
  • Q5. Where do you see yourself in 5 years?
  • Q6. What are your strengths and weaknesses?
  • Q7. Tell me about yourself.
Round 3 - Technical 

(1 Question)

  • Q1. About drawing, machine, Layout, fabrication, sheet metal, conveyors and various mechanical and Design related questions.
Round 4 - Behavioral 

(1 Question)

  • Q1. About Previous company, Family, Experience & Salary Discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Try your best to get hire. Opportunity for learning lot from here.

Interview questions from similar companies

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

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

(2 Questions)

  • Q1. Homologation Questions
  • Q2. Design Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to stay in the Homologation field its a better choice
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. About GD & T and Welding
  • Q2. Difference between 1st and 3rd angle
  • Ans. 

    1st angle projection places the object in the first quadrant, while 3rd angle projection places it in the third quadrant.

    • 1st angle projection: Object is placed between the observer and the plane.

    • 3rd angle projection: Object is placed behind the plane.

    • In 1st angle, top view is below the front view; in 3rd angle, top view is above the front view.

    • Example: For a cube, in 1st angle, the front view is at the top, while in 3r

  • Answered by AI
Round 1 - Technical 

(1 Question)

  • Q1. What you did to learn new technology?
  • Ans. 

    I keep myself updated by attending conferences, reading blogs, and taking online courses.

    • Attend conferences and workshops to learn from experts

    • Read blogs and articles to stay updated on latest trends

    • Take online courses and tutorials to gain practical knowledge

    • Experiment with new technology by building projects

    • Collaborate with peers to learn from their experiences

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on resume and understand what you have written in it. Also do not try to over elaborate answers. Keep is short and crisp.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2022. 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 

(1 Question)

  • Q1. General question, introduction, experience, expertise
Round 3 - Technical 

(1 Question)

  • Q1. About field experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, dont hesitate during conversation, you will sure get your job
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

(1 Question)

  • Q1. What was your last drawn salary?
  • Ans. 

    I am unable to provide the information as it is confidential.

    • The information about my last drawn salary is confidential.

    • I am unable to disclose my previous salary due to privacy reasons.

    • I prefer not to discuss my previous salary as it is personal and confidential.

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

(1 Question)

  • Q1. What are your strength?
  • Ans. 

    My strengths include strong technical skills, excellent problem-solving abilities, and effective communication.

    • Strong technical skills in project management and engineering

    • Excellent problem-solving abilities to identify and resolve issues

    • Effective communication skills to collaborate with team members and stakeholders

    • Ability to work under pressure and meet deadlines

    • Attention to detail and strong organizational skills

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it basic & confident.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions more about my project on master
  • Q2. Questions based on my resume
Round 2 - Technical 

(2 Questions)

  • Q1. Questions on SEM analysis
  • Q2. More questions on aptitude

Interview Questionnaire 

1 Question

  • Q1. Operational

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

Mewar Hi-Tech Engineering Interview FAQs

How many rounds are there in Mewar Hi-Tech Engineering Design Engineer interview?
Mewar Hi-Tech Engineering interview process usually has 4 rounds. The most common rounds in the Mewar Hi-Tech Engineering interview process are Resume Shortlist, HR and Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Monotype Interview Questions
3.7
 • 23 Interviews
Sunteck Realty Interview Questions
3.3
 • 23 Interviews
Ixigo.com Interview Questions
3.6
 • 21 Interviews
View all
Mewar Hi-Tech Engineering Design Engineer Salary
based on 5 salaries
₹4.6 L/yr - ₹6.5 L/yr
At par with the average Design Engineer Salary in India
View more details

Mewar Hi-Tech Engineering Design Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Design Engineer
5 salaries
unlock blur

₹4.6 L/yr - ₹6.5 L/yr

Production Engineer
5 salaries
unlock blur

₹1.5 L/yr - ₹3 L/yr

Store Incharge
5 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Accountant
4 salaries
unlock blur

₹2.7 L/yr - ₹3.8 L/yr

Mechanical Engineer
4 salaries
unlock blur

₹1.2 L/yr - ₹3 L/yr

Explore more salaries
Compare Mewar Hi-Tech Engineering with

HCL Infosystems

3.9
Compare

McNally Bharat Engineering

4.0
Compare

Schoolnet India

4.0
Compare

Novartis Healthcare

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