Upload Button Icon Add office photos

Buhler

Compare button icon Compare button icon Compare

Filter interviews by

Buhler Interview Questions and Answers

Updated 1 May 2025
Popular Designations

10 Interview questions

An Office 365 Administrator was asked 1mo 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 PLC Programmer was asked 7mo 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 7mo 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 11mo 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

What people are saying about Buhler

View All
an assistant automation engineer
2w
How much salary is reasonable for 1.7 years experience in Electrical control panel design?
Hi everyone, I have 1.7 years of experience as an Electrical Control Panel Design Engineer and my current CTC is ₹4 LPA. I’m planning to switch companies soon. Can anyone please suggest what salary I can realistically expect with my experience and profile? Thanks in advance for your guidance!
Got a question about Buhler?
Ask anonymously on communities.
A Software Developer was asked 11mo 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
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
Are these interview questions helpful?
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
A Procurement Engineer was asked
Q. What are the qualities of a procurement engineer?
Ans. 

Qualities of a procurement engineer include strong negotiation skills, attention to detail, analytical thinking, and good communication abilities.

  • Strong negotiation skills to secure the best deals with suppliers

  • Attention to detail to ensure accuracy in procurement processes

  • Analytical thinking to evaluate supplier options and make informed decisions

  • Good communication abilities to effectively interact with suppliers...

View all Procurement Engineer interview questions
A Senior Engineer R was asked 2mo ago
Q. 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 ski...

Buhler Interview Experiences

29 interviews found

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
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 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
  • 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. 

    Qualities of a procurement engineer include strong negotiation skills, attention to detail, analytical thinking, and good communication abilities.

    • Strong negotiation skills to secure the best deals with suppliers

    • Attention to detail to ensure accuracy in procurement processes

    • Analytical thinking to evaluate supplier options and make informed decisions

    • Good communication abilities to effectively interact with suppliers and ...

  • Answered by AI
  • Q2. What is the role of 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 with com...

  • Answered by AI

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, One-on-one Round and Resume Shortlist.
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. How you handle the cost reductions projects. VAVE value addition and value engi...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 23%
Moderate 46%
Hard 31%

Duration

Less than 2 weeks 33%
2-4 weeks 50%
4-6 weeks 8%
More than 8 weeks 8%
View more

Interview Questions from Similar Companies

Cummins Interview Questions
4.3
 • 252 Interviews
ABB Interview Questions
4.1
 • 249 Interviews
John Deere Interview Questions
4.0
 • 244 Interviews
TÜV SÜD Interview Questions
3.9
 • 74 Interviews
Timken Interview Questions
3.9
 • 50 Interviews
ZEISS India Interview Questions
3.6
 • 32 Interviews
Alfa Laval Interview Questions
3.9
 • 31 Interviews
View all

Buhler Reviews and Ratings

based on 356 reviews

3.9/5

Rating in categories

3.5

Skill development

3.9

Work-life balance

3.5

Salary

3.7

Job security

3.6

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 356 Reviews and Ratings
Team Lead
69 salaries
unlock blur

₹9.7 L/yr - ₹18 L/yr

Senior Engineer
52 salaries
unlock blur

₹6.2 L/yr - ₹14 L/yr

Design Engineer
50 salaries
unlock blur

₹3.1 L/yr - ₹6.5 L/yr

Service Engineer
45 salaries
unlock blur

₹2.3 L/yr - ₹7 L/yr

Assistant Manager
34 salaries
unlock blur

₹9.5 L/yr - ₹22.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.8
Compare
write
Share an Interview