Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Barry-Wehmiller Design Group Team. If you also belong to the team, you can get access from here

Barry-Wehmiller Design Group Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Barry-Wehmiller Design Group Interview Questions, Process, and Tips

Updated 9 Jan 2025

Top Barry-Wehmiller Design Group Interview Questions and Answers

View all 6 questions

Barry-Wehmiller Design Group Interview Experiences

Popular Designations

4 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
No response

I applied via Approached by Company and was interviewed in May 2024. There were 5 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How to resolve an Error
  • Ans. 

    To resolve an error, identify the root cause, troubleshoot, and implement a solution.

    • Identify the error message or code to understand the issue

    • Check logs or debug information for more details

    • Research online for similar issues and possible solutions

    • Test potential solutions to see if they resolve the error

    • Document the resolution for future reference

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is D365 FO
  • Ans. 

    D365 FO is a cloud-based enterprise resource planning (ERP) software developed by Microsoft.

    • D365 FO stands for Dynamics 365 for Finance and Operations.

    • It helps organizations streamline their financial and operational processes.

    • It offers features such as financial management, supply chain management, and human resources.

    • D365 FO is part of the larger Dynamics 365 suite of business applications.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. How to do Performance Tuning
  • Ans. 

    Performance tuning involves optimizing software to improve speed, efficiency, and resource usage.

    • Identify performance bottlenecks through profiling and monitoring

    • Optimize algorithms and data structures

    • Improve database queries and indexing

    • Reduce network latency and optimize network communication

    • Use caching and memory management techniques

    • Parallelize and optimize code for multi-core processors

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. When you will join
Round 5 - HR 

(1 Question)

  • Q1. Salary discussions

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (225)
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Motor, bearing,material, gearbox selection with practical.
  • Q2. Tolerance stackup analysis
  • Q3. DFMEA
  • Q4. DFM and DFA
  • Q5. Types of fits
  • Ans. 

    Types of fits refer to the different levels of clearance between mating parts in engineering designs.

    • Clearance fit: parts are intended to have a gap between them for easy assembly and disassembly (e.g. sliding fit)

    • Interference fit: parts are intended to be pressed or hammered together for a tight joint (e.g. press fit)

    • Transition fit: parts have a combination of clearance and interference depending on the specific requi

  • Answered by AI
  • Q6. Challenges in design
  • Ans. 

    Design challenges include balancing functionality, cost, manufacturability, and aesthetics.

    • Balancing functionality with cost constraints

    • Ensuring manufacturability and ease of assembly

    • Achieving desired aesthetics while meeting performance requirements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Machine design Basics should be on finger tips

Senior Design Engineer Interview Questions asked at other Companies

Q1. Noise, Vibration, and Harshness (NVH) in gearboxes are influenced by several factors, which can broadly be categorized into design, material, manufacturing, and operational factors. Here are some key factors affecting NVH in gearboxes: ### ... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Technical and past experience
  • Q2. Past project details
Round 2 - Case Study 

Give simple design and make us to modify

Round 3 - Tool test 

(1 Question)

  • Q1. Complex sheet metal part
  • Ans. 

    Designing a complex sheet metal part requires understanding of material properties, manufacturing processes, and geometric constraints.

    • Consider material selection based on strength, ductility, and cost

    • Understand manufacturing processes like bending, stamping, and welding

    • Account for geometric constraints like tolerances, assembly requirements, and part functionality

  • Answered by AI

Mechanical Engg. Design Interview Questions asked at other Companies

Q1. What are the Drawing softwares you're aware of And How much relevant experience you have in for each software
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Self intro, skills
Round 2 - Technical 

(1 Question)

  • Q1. About ESXi, VMware features
Round 3 - Behavioral interview 

(1 Question)

  • Q1. Situation based,

System Administrator Interview Questions asked at other Companies

Q1. 2. What is Cloud Technology. What is Microsoft Intune. If we can manage applications using MAM then why do we need MDM?
View answer (8)

Barry-Wehmiller Design Group interview questions for popular designations

 Software Engineer

 (1)

 System Administrator

 (1)

 Senior Design Engineer

 (1)

 Mechanical Engg. Design

 (1)

Jobs at Barry-Wehmiller Design Group

View all

Interview questions from similar companies

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 mins Aptitude Question

Round 2 - Coding Test 

30 mins - 3 Coding Question

Round 3 - Technical 

(2 Questions)

  • Q1. Describe Rest API
  • Ans. 

    Rest API is a set of rules and conventions for building and interacting with web services using HTTP methods.

    • Rest API stands for Representational State Transfer Application Programming Interface.

    • It uses standard HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations.

    • RESTful APIs use URLs to access resources, and return data in JSON or XML format.

    • Stateless communication allows for scalability and flexibilit...

  • Answered by AI
  • Q2. What is various Response code. Diffenrence b/w 200 & 201, 400 & 403
  • Ans. 

    Response codes indicate the status of a HTTP request. 200 & 201 are success codes, while 400 & 403 are client error codes.

    • 200 - OK: Request was successful

    • 201 - Created: Request was successful and a new resource was created

    • 400 - Bad Request: The server cannot process the request due to a client error

    • 403 - Forbidden: The server understood the request, but refuses to authorize it

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions & Answers

DISYS user image Anonymous

posted on 12 Oct 2023

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

I applied via Referral and was interviewed before Oct 2022. There were 6 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 

General aptitude questions

Round 3 - Coding Test 

Specific coding test based on your domain

Round 4 - Technical 

(1 Question)

  • Q1. Explain about the programming language you know
  • Ans. 

    I am proficient in programming languages such as Java, Python, and C++.

    • Experienced in Java for backend development

    • Skilled in Python for data analysis and machine learning

    • Knowledgeable in C++ for system programming

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

(1 Question)

  • Q1. Explain about the final year project that you have done
Round 6 - HR 

(1 Question)

  • Q1. What is your expected salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself to the best of your ability

Assistant Manager Interview Questions & Answers

VDart user image Chakravarthy Namasivayam

posted on 16 Aug 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Aug 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 - HR 

(1 Question)

  • Q1. Brief explanation on our resume
Round 3 - Technical 

(2 Questions)

  • Q1. Finance background questions
  • Q2. Basic Journal entries
Round 4 - HR 

(1 Question)

  • Q1. Final level discussion

Interview Preparation Tips

Topics to prepare for VDart Assistant Manager interview:
  • Basic Accountacy
  • Corporate Communication
  • Email ettique
Interview preparation tips for other job seekers - Always give your answers in a polite manner with accuracy.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. Previous year experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Type of value added to the company
  • Ans. 

    I add value to the company by leveraging my skills and experience to drive growth, improve efficiency, and enhance overall performance.

    • Implementing cost-saving initiatives

    • Developing innovative solutions to challenges

    • Improving processes and workflows

    • Increasing revenue through strategic partnerships

    • Enhancing customer satisfaction and retention

  • Answered by AI

Associate Interview Questions & Answers

VDart user image Nitharsana Natarajan

posted on 21 Aug 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell about my self and experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Telling about myself and my experience with my manager

Barry-Wehmiller Design Group Interview FAQs

How many rounds are there in Barry-Wehmiller Design Group interview?
Barry-Wehmiller Design Group interview process usually has 3 rounds. The most common rounds in the Barry-Wehmiller Design Group interview process are Technical, HR and Case Study.
How to prepare for Barry-Wehmiller Design Group interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Barry-Wehmiller Design Group. The most common topics and skills that interviewers at Barry-Wehmiller Design Group expect are Consulting, Packaging, Operations, Manufacturing Technology and AutoCAD.
What are the top questions asked in Barry-Wehmiller Design Group interview?

Some of the top questions asked at the Barry-Wehmiller Design Group interview -

  1. How to resolve an Er...read more
  2. How to do Performance Tun...read more
  3. What is D365...read more

Tell us how to improve this page.

Barry-Wehmiller Design Group Interview Process

based on 5 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Equifax Interview Questions
3.3
 • 32 Interviews
VDart Interview Questions
4.0
 • 29 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
EagleView Interview Questions
3.3
 • 20 Interviews
SAS Interview Questions
4.3
 • 19 Interviews
Ciklum Interview Questions
3.5
 • 19 Interviews
View all

Barry-Wehmiller Design Group Reviews and Ratings

based on 45 reviews

3.8/5

Rating in categories

3.6

Skill development

4.1

Work-life balance

3.5

Salary

3.9

Job security

3.8

Company culture

3.4

Promotions

3.8

Work satisfaction

Explore 45 Reviews and Ratings
Sr. Engineer - Information Solutions

Chennai

8-12 Yrs

Not Disclosed

Entry Level IS Engineer-2

Chennai

1-3 Yrs

Not Disclosed

Explore more jobs
Lead Engineer
32 salaries
unlock blur

₹7.2 L/yr - ₹23.8 L/yr

Senior Design Engineer
21 salaries
unlock blur

₹4.5 L/yr - ₹11.8 L/yr

Design Engineer
18 salaries
unlock blur

₹2.8 L/yr - ₹7.7 L/yr

Senior Engineer
17 salaries
unlock blur

₹8 L/yr - ₹15.8 L/yr

Software Engineer
10 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Barry-Wehmiller Design Group with

Saama Technologies

3.7
Compare

DISYS

3.0
Compare

Data-Core Systems

3.1
Compare

Arvato

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