Upload Button Icon Add office photos

Filter interviews by

Buhler Interview Questions and Answers

Updated 26 Jun 2025
Popular Designations

13 Interview questions

A Quotation Engineer was asked 1mo ago
Q. Tell me about your past work experience.
Ans. 

I have extensive experience in project management, focusing on cost estimation and resource allocation in various engineering projects.

  • Managed a team of engineers to deliver a $2 million infrastructure project on time and within budget.

  • Developed cost estimation models that improved accuracy by 15%, leading to better financial planning.

  • Collaborated with cross-functional teams to streamline the quotation process, re...

View all Quotation Engineer interview questions
An Office 365 Administrator was asked 3mo ago
Q. What are the differences between Azure AD and on-premises AD?
Ans. 

Azure AD is a cloud-based identity service, while on-premises AD is a traditional directory service for local networks.

  • Deployment: Azure AD is hosted in the cloud, while on-premises AD is installed on local servers.

  • Authentication: Azure AD supports modern authentication protocols like OAuth and SAML, whereas on-premises AD primarily uses Kerberos and NTLM.

  • User Management: Azure AD allows for self-service password ...

View all Office 365 Administrator interview questions
A Quality Engineer was asked 6mo ago
Q. Can you verify your documents?
Ans. 

Verifying documents involves checking for accuracy, completeness, and compliance with standards.

  • Check for accuracy: Ensure all information is correct, e.g., dates and signatures.

  • Verify completeness: Confirm all required documents are present, such as forms and reports.

  • Ensure compliance: Documents should meet regulatory standards, e.g., ISO or FDA guidelines.

  • Use checklists: Create a checklist to systematically veri...

View all Quality Engineer interview questions
A PLC Programmer was asked 9mo ago
Q. What is a DB (Data Block) in Siemens PLC programming?
Ans. 

DB in Siemens refers to a data block, which is a structured data type used for storing and organizing data in PLC programming.

  • DBs are used to store data in a structured format for easy access and manipulation

  • They can be used for storing input/output data, configuration parameters, and other variables

  • DBs can be accessed and modified by multiple program blocks within a PLC program

  • Example: DB1 could be used to store ...

View all PLC Programmer interview questions
A PLC Programmer was asked 9mo ago
Q. What is the cycle time of a PLC?
Ans. 

Cycle time of a PLC refers to the time taken for the PLC to complete one full cycle of operation.

  • Cycle time is the time taken for the PLC to scan all inputs, execute the program logic, and update all outputs.

  • It is typically measured in milliseconds or microseconds.

  • A shorter cycle time allows for faster response to inputs and outputs.

  • Factors affecting cycle time include the complexity of the program, the speed of t...

View all PLC Programmer interview questions
A Software Developer was asked 12mo ago
Q. Describe your approach to writing pseudo code for a given problem statement.
Ans. 

Provide a structured approach to solving problems using pseudo code.

  • Identify the problem clearly, e.g., 'Sort an array of integers'.

  • Break down the problem into smaller steps, e.g., 'Initialize an array, loop through elements'.

  • Use clear and concise syntax, e.g., 'FOR each element in array DO...'.

  • Consider edge cases, e.g., 'IF array is empty THEN return an empty array'.

  • Test the pseudo code with sample inputs, e.g., ...

View all Software Developer interview questions

Buhler HR Interview Questions

12 questions and answers

Q. Explain a project you took complete ownership of and completed.
Q. What was it like working at your previous company?
Q. Why do you want to join the company?
A Software Developer was asked 12mo ago
Q. What are Async and Await?
Ans. 

Async and Await are keywords in JavaScript used to handle asynchronous operations in a synchronous manner.

  • Async is used to define a function as asynchronous, allowing it to run in the background without blocking the main thread.

  • Await is used to pause the execution of an async function until a Promise is settled, and then resumes the function with the resolved value.

  • Async functions always return a Promise, which al...

View all Software Developer interview questions
Are these interview questions helpful?
A Senior Software Engineer was asked
Q. Write a function that takes an integer as input and returns its English representation. For example, if the input is 123, the output should be "One Hundred Twenty Three".
Ans. 

Convert numeric input to words in English

  • Break down the input number into hundreds, tens, and ones place

  • Use a dictionary or array to map numbers to their corresponding words

  • Handle special cases like teens and tens separately

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked
Q. What is the output of this code? static void Main(string[] args) { DivideNumber(233) } static void DivideNumber(int n) { if(n>=10) { DivideNumber(n/10); } Console.Write(n/10) }
Ans. 

The output will be 23323

  • The DivideNumber method recursively divides the input number by 10 until it is less than 10

  • The Console.Write statement prints the result of n/10 each time the method is called

View all Senior Software Engineer interview questions
A Procurement Engineer was asked
Q. What is the role of a procurement engineer?
Ans. 

Procurement engineers are responsible for sourcing, purchasing, and managing materials and services needed for projects.

  • Sourcing and purchasing materials and services required for projects

  • Negotiating with suppliers to get the best prices and terms

  • Managing relationships with suppliers to ensure timely delivery and quality of materials

  • Analyzing market trends and identifying potential suppliers

  • Ensuring compliance wit...

View all Procurement Engineer interview questions

Buhler Interview Experiences

30 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Star & delta connections
  • Q2. Drives basics
Round 2 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Basic information

Interview Questions & Answers

user image Anonymous

posted on 19 Apr 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

  • Q1. Explanation the project you took complete ownership and completed
  • Ans. 

    Led a cross-functional team to develop a scalable web application for managing project workflows, enhancing efficiency by 30%.

    • Identified project requirements through stakeholder interviews and created a detailed project plan.

    • Implemented Agile methodologies, leading daily stand-ups and sprint reviews to ensure timely delivery.

    • Designed the architecture using microservices, which improved system scalability and maintainab...

  • Answered by AI
  • Q2. Technical details of the project you handled
  • Q3. Creo design and simulation is added advantage
  • Q4. How you handle the cost reductions projects. VAVE value addition and value engineering projects
  • Q5. What is your carrier goal. Next 5 year plan.
  • Ans. 

    I aim to enhance my technical skills, lead projects, and contribute to innovative solutions in the next five years.

    • Develop expertise in emerging technologies like AI and machine learning, e.g., completing relevant certifications.

    • Take on leadership roles in projects to improve team collaboration and project outcomes, such as leading a cross-functional team.

    • Contribute to open-source projects to enhance my coding skills a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - During initial salary negotiation they will propose very less. You need to be very confident in your ask
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is cycle time of plc?
  • Ans. 

    Cycle time of a PLC refers to the time taken for the PLC to complete one full cycle of operation.

    • Cycle time is the time taken for the PLC to scan all inputs, execute the program logic, and update all outputs.

    • It is typically measured in milliseconds or microseconds.

    • A shorter cycle time allows for faster response to inputs and outputs.

    • Factors affecting cycle time include the complexity of the program, the speed of the pr...

  • Answered by AI
  • Q2. What is DB in siemens?
  • Ans. 

    DB in Siemens refers to a data block, which is a structured data type used for storing and organizing data in PLC programming.

    • DBs are used to store data in a structured format for easy access and manipulation

    • They can be used for storing input/output data, configuration parameters, and other variables

    • DBs can be accessed and modified by multiple program blocks within a PLC program

    • Example: DB1 could be used to store input...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are a automation engineer don’t join buhler as buhler automation solution is totally different from other industries. And our perior experience is zero here

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Questions were asked on Recursive programming
  • Q2. What is the output of this? static void Main(string[] args) { DivideNumber(233) } static void DivideNumber(int n) { if(n>=10) { DivideNumber(n/10); } Console.Write(n/10) }
  • Ans. 

    The output will be 23323

    • The DivideNumber method recursively divides the input number by 10 until it is less than 10

    • The Console.Write statement prints the result of n/10 each time the method is called

  • Answered by AI
  • Q3. Write Code If Input is 123, output should be "One Hundred Twenty Three";
  • Ans. 

    Convert numeric input to words in English

    • Break down the input number into hundreds, tens, and ones place

    • Use a dictionary or array to map numbers to their corresponding words

    • Handle special cases like teens and tens separately

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. C Programming Basics
Round 2 - Technical 

(1 Question)

  • Q1. Coding questions on c
Round 3 - HR 

(1 Question)

  • Q1. Basic HR Questions
Interview experience
3
Average
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Based on canditate experience
Round 2 - Tool test 

(1 Question)

  • Q1. Creo tool test is given
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion, comapny overview

Interview Preparation Tips

Interview preparation tips for other job seekers - I had virtual face to face interview after i cleared, i gave virtual tool test.
After clearing this 2 rounds i had face to face with HR (Asia head), Reporting manager and his boss at office.
Work from office is cumpulsory though i gave virtual interviews.

Basically these company expects skilled canditate for less compensation. 18% will variable pay!! From the compensation you recieve. Which is given at year end based your performance, company performance..
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Document verification 

(2 Questions)

  • Q1. Verify ur documents
  • Ans. 

    Verifying documents involves checking for accuracy, completeness, and compliance with standards.

    • Check for accuracy: Ensure all information is correct, e.g., dates and signatures.

    • Verify completeness: Confirm all required documents are present, such as forms and reports.

    • Ensure compliance: Documents should meet regulatory standards, e.g., ISO or FDA guidelines.

    • Use checklists: Create a checklist to systematically verify ea...

  • Answered by AI
  • Q2. About ur self
Round 2 - Aptitude Test 

Questions related to previous company experiences.

Interview Preparation Tips

Interview preparation tips for other job seekers - Strive to perform at your best.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Given some problem statemts and asked to write the pseudo code,
  • Ans. 

    Provide a structured approach to solving problems using pseudo code.

    • Identify the problem clearly, e.g., 'Sort an array of integers'.

    • Break down the problem into smaller steps, e.g., 'Initialize an array, loop through elements'.

    • Use clear and concise syntax, e.g., 'FOR each element in array DO...'.

    • Consider edge cases, e.g., 'IF array is empty THEN return an empty array'.

    • Test the pseudo code with sample inputs, e.g., 'Inpu...

  • Answered by AI
  • Q2. What is Async and Await.
  • Ans. 

    Async and Await are keywords in JavaScript used to handle asynchronous operations in a synchronous manner.

    • Async is used to define a function as asynchronous, allowing it to run in the background without blocking the main thread.

    • Await is used to pause the execution of an async function until a Promise is settled, and then resumes the function with the resolved value.

    • Async functions always return a Promise, which allows ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Technical assesment was there in first round

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview with national manager, CTO and fellow developer
Round 3 - HR 

(1 Question)

  • Q1. Meeting with regional head of IT department
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are the qualities of a procurement engineer?
  • Ans. Mitigation. Innovation. Product Development. Supply Chain Experience. Communication Skills. Collaboration. Facilitation.
  • Answered Anonymously
  • Q2. What is the role of procurement engineer?
  • Ans. A procurement engineer evaluates new and existing suppliers and subcontractors and negotiates purchase agreements with them. The engineer also ensures that purchased goods and services are delivered as promised. Procurement engineering is a specialized occupation. Few colleges offer degrees in this field.
  • Answered Anonymously
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Asking about our knowledge
  • Q2. What was working in previous company
  • Ans. 

    My previous job was rewarding, with a focus on teamwork, efficiency, and maintaining high standards in vending machine operations.

    • Collaborated with a team to ensure machines were stocked and functioning properly, leading to a 15% increase in customer satisfaction.

    • Implemented a new inventory tracking system that reduced restocking time by 20%, improving overall efficiency.

    • Received positive feedback from customers for qu...

  • Answered by AI

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Buhler?
Ask anonymously on communities.

Buhler Interview FAQs

How many rounds are there in Buhler interview?
Buhler interview process usually has 2-3 rounds. The most common rounds in the Buhler interview process are Technical, HR and One-on-one Round.
How to prepare for Buhler 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 Buhler. The most common topics and skills that interviewers at Buhler expect are Design Calculations, Machine Assembly and Testing.
What are the top questions asked in Buhler interview?

Some of the top questions asked at the Buhler interview -

  1. What is the output of this? static void Main(string[] args) { DivideNumber(233)...read more
  2. Define how you will solve a design challe...read more
  3. 1.Asked few questions about feed processing and it’s process parameters by te...read more
How long is the Buhler interview process?

The duration of Buhler interview process can vary, but typically it takes about 2-4 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 30 interview experiences

Difficulty level

Easy 21%
Moderate 50%
Hard 29%

Duration

Less than 2 weeks 31%
2-4 weeks 54%
4-6 weeks 8%
More than 8 weeks 8%
View more

Interview Questions from Similar Companies

Cummins Interview Questions
4.3
 • 258 Interviews
ABB Interview Questions
4.1
 • 255 Interviews
John Deere Interview Questions
4.0
 • 249 Interviews
Caterpillar Inc Interview Questions
4.2
 • 188 Interviews
TÜV SÜD Interview Questions
4.0
 • 80 Interviews
Timken Interview Questions
3.9
 • 52 Interviews
Danfoss Industries Interview Questions
3.9
 • 37 Interviews
Sulzer Interview Questions
3.9
 • 32 Interviews
View all

Buhler Reviews and Ratings

based on 366 reviews

3.9/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.5

Salary

3.7

Job security

3.6

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 366 Reviews and Ratings
Team Lead
71 salaries
unlock blur

₹9.7 L/yr - ₹18 L/yr

Senior Engineer
57 salaries
unlock blur

₹5.9 L/yr - ₹12.2 L/yr

Design Engineer
47 salaries
unlock blur

₹3.1 L/yr - ₹7.2 L/yr

Service Engineer
46 salaries
unlock blur

₹2.3 L/yr - ₹7 L/yr

Assistant Manager
35 salaries
unlock blur

₹11.8 L/yr - ₹20.4 L/yr

Explore more salaries
Compare Buhler with

John Deere

4.0
Compare

Cummins

4.3
Compare

ABB

4.1
Compare

CNH ( Case New Holland)

3.7
Compare
write
Share an Interview