Upload Button Icon Add office photos

Filter interviews by

Buhler Interview Questions, Process, and Tips

Updated 22 Jan 2025

Top Buhler Interview Questions and Answers

View all 8 questions

Buhler Interview Experiences

Popular Designations

25 interviews found

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

PLC Programmer Interview Questions asked at other Companies

Q1. How do you handle customer pressure at customer place???
View answer (1)
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

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
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

Embedded Software Engineer Interview Questions asked at other Companies

Q1. 3. 1)Do you know about Autosar. 2)define function definition and function declaration. 3)difference between structure and union. 4) define Enumeration 5)what is microcontroller and microprocessor and its applications 6)where we uses in real... read more
View answer (1)
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..

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)

Buhler interview questions for popular designations

 Project Engineer

 (2)

 Senior Service Engineer

 (2)

 Senior Software Engineer

 (2)

 Assistant Manager

 (1)

 Bending Machine Operator

 (1)

 Customer Service Engineer

 (1)

 Deputy Manager

 (1)

 Design Engineer

 (1)

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.

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)
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,
  • 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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (38)
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

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
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

Procurement Engineer Interview Questions asked at other Companies

Q1. What is the good way to manage component cost in changing market in terms of material cost
View answer (2)
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

Sales Manager Interview Questions & Answers

user image Anonymous

posted on 16 Jun 2024

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

(1 Question)

  • Q1. What's your experience & how will you use your experience for buhler growth

Sales Manager Interview Questions asked at other Companies

Q1. If you're in Cold areas like Kashmir or Himachal Pradesh. & You have to sell an AC which is having only Cold option. How would you do that?
View answer (15)

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, Resume Shortlist 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. What are the qualities of a procurement engine...read more

Tell us how to improve this page.

Buhler Interview Process

based on 26 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 424 Interviews
TKIL Interview Questions
4.2
 • 57 Interviews
Tetra Pak Interview Questions
4.1
 • 33 Interviews
Sandvik Asia Interview Questions
4.3
 • 30 Interviews
Alfa Laval Interview Questions
3.9
 • 29 Interviews
GEA Group Interview Questions
3.8
 • 10 Interviews
Voith Interview Questions
4.0
 • 5 Interviews
Krones Interview Questions
4.0
 • 2 Interviews
View all

Buhler Reviews and Ratings

based on 314 reviews

3.9/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.5

Salary

3.8

Job security

3.6

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 314 Reviews and Ratings
Team Lead
63 salaries
unlock blur

₹6.2 L/yr - ₹20.5 L/yr

Service Engineer
56 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Design Engineer
51 salaries
unlock blur

₹2.7 L/yr - ₹8 L/yr

Senior Engineer
40 salaries
unlock blur

₹4.5 L/yr - ₹15.1 L/yr

Assistant Manager
38 salaries
unlock blur

₹8 L/yr - ₹22.4 L/yr

Explore more salaries
Compare Buhler with

Alfa Laval

3.9
Compare

TKIL

4.2
Compare

GEA Group

3.8
Compare

Andritz Hydro Location India

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