Add office photos
Buhler logo
Employer?
Claim Account for FREE

Buhler

3.9
based on 322 Reviews
Video summary
Filter interviews by
Experienced

Buhler Interview Questions and Answers

Updated 5 Nov 2024

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

View 1 answer
right arrow

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

Add your answer
right arrow

Q3. 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 internal stakeholders

View 1 answer
right arrow

Q4. 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 company policies and regulations

View 1 answer
right arrow
Discover Buhler interview dos and don'ts from real experiences

Q5. Define how you will solve a design challenge

Ans.

To solve a design challenge, I would follow a systematic approach and involve stakeholders for input and feedback.

  • Understand the problem and gather requirements

  • Research and analyze existing solutions

  • Brainstorm and generate multiple design ideas

  • Create prototypes and gather feedback

  • Iterate and refine the design based on feedback

  • Collaborate with stakeholders for final approval

View 1 answer
right arrow

Q6. 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 processor, and the number of I/O points.

  • For example, a PLC w...read more

Add your answer
right arrow

Q7. 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 data from sensors in a manufacturing process

Add your answer
right arrow

Q8. 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 chaining multiple asynchronous operations together.

  • Example...read more

Add your answer
right arrow
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at Buhler

based on 27 interviews
Interview experience
3.9
Good
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

Dr. Reddy's Logo
4.0
 • 259 Interview Questions
Swiggy Logo
3.8
 • 211 Interview Questions
FIS Logo
3.9
 • 204 Interview Questions
Movate Logo
3.3
 • 151 Interview Questions
Quest Global Logo
3.6
 • 146 Interview Questions
State Street Corporation Logo
3.7
 • 134 Interview Questions
View all
Recently Viewed
INTERVIEWS
Caterpillar Inc
No Interviews
INTERVIEWS
Flowserve
No Interviews
COMPANY BENEFITS
Flowserve
No Benefits
SALARIES
Shakti Pumps
JOBS
Flowserve
No Jobs
SALARIES
Shakti Pumps
INTERVIEWS
Buhler
No Interviews
COMPANY BENEFITS
Rieter
No Benefits
COMPANY BENEFITS
Buhler
No Benefits
REVIEWS
Shakti Pumps
No Reviews
Top Buhler Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter