Upload Button Icon Add office photos

Buhler

Compare button icon Compare button icon Compare

Filter interviews by

Buhler Senior Software Engineer Interview Questions and Answers

Updated 12 Jun 2024

Buhler Senior Software Engineer Interview Experiences

2 interviews found

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

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is polymorphism in OOPS
  • Ans. 

    Polymorphism in OOPS refers to the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance allows a child class to override a method of its parent class, providing different implem

  • Answered by AI
  • Q2. How SQL Performance Can Be Optimized
  • Ans. 

    SQL performance can be optimized by using indexes, optimizing queries, minimizing network round trips, and using proper data types.

    • Use indexes on columns frequently used in WHERE clauses to speed up data retrieval.

    • Optimize queries by avoiding unnecessary joins, using WHERE clauses effectively, and limiting the number of rows returned.

    • Minimize network round trips by batching multiple queries into a single request.

    • Use pr...

  • Answered by AI
Round 2 - Manegerial 

(2 Questions)

  • Q1. Salary Expectation as per Your Role
  • Ans. 

    My salary expectation as a Senior Software Engineer is based on industry standards, my experience, and the responsibilities of the role.

    • Research industry standards for Senior Software Engineer salaries

    • Consider my years of experience and expertise in software development

    • Factor in the specific responsibilities and requirements of the role

    • Negotiate based on the company's budget and benefits package

    • Be open to discussing sa

  • Answered by AI
  • Q2. How will manage If you see the application is crashed
  • Ans. 

    I will investigate the root cause, analyze logs, and work on fixing the issue to prevent future crashes.

    • Investigate the crash logs to identify the root cause

    • Analyze the code to understand the issue

    • Implement a fix for the crash

    • Test the fix thoroughly before deploying it

    • Implement monitoring and alerting to catch similar issues in the future

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is situationsl layer cake?
  • Ans. 

    Situational layer cake is a concept in software engineering where different layers of software are designed to handle specific situations or scenarios.

    • Situational layer cake involves organizing software components into layers based on specific situations or scenarios they address.

    • Each layer in the situational layer cake is responsible for handling a specific aspect of the software's functionality.

    • For example, a web app...

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

(1 Question)

  • Q1. What is situational layer cake
  • Ans. 

    Situational layer cake is a concept in software development where different layers of code are added based on specific situations or conditions.

    • Situational layer cake involves adding layers of code to handle different scenarios or conditions in a software application.

    • Each layer in the 'cake' represents a specific situation or condition that requires unique handling.

    • Examples include adding error handling layers, securit...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Good good good good good good

Round 2 - Technical 

(2 Questions)

  • Q1. Good good good good good good
  • Q2. Good good good good good goods
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explained about micro front end in react js
Round 2 - Behavioral 

(2 Questions)

  • Q1. Reason for job change
  • Q2. Can i Work from office for 15 days each month?

Interview Questionnaire 

1 Question

  • Q1. The kind of work you have done, technical test by hackerrank and questions and concepts about technologies that you habe worked on.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with in and out of whatever work you have done in your previous project with all the concepts. Technically intermediate level knowledge is needed.

I appeared for an interview in Oct 2021.

Round 1 - Coding Test 

Multithreading, C++(11), embedded software

Round 2 - One-on-one 

(1 Question)

  • Q1. Manager’s round, questions on the experience and explaining on what I would work on.
Round 3 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - The best company great growth chances and a product based company

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All aboutElectrical distribution

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is purely based on electrical basics and they asked questions only from your resume please prepare your resume clearly

Buhler Interview FAQs

How many rounds are there in Buhler Senior Software Engineer interview?
Buhler interview process usually has 2 rounds. The most common rounds in the Buhler interview process are One-on-one Round, Assignment and HR.
What are the top questions asked in Buhler Senior Software Engineer interview?

Some of the top questions asked at the Buhler Senior Software Engineer interview -

  1. What is the output of this? static void Main(string[] args) { DivideNumber(233)...read more
  2. Write Code If Input is 123, output should be "One Hundred Twenty Thre...read more
  3. Questions were asked on Recursive programm...read more

Tell us how to improve this page.

Buhler Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

ABB Interview Questions
4.1
 • 242 Interviews
John Deere Interview Questions
4.1
 • 235 Interviews
Cummins Interview Questions
4.3
 • 234 Interviews
Caterpillar Inc Interview Questions
4.2
 • 178 Interviews
Hitachi Interview Questions
4.0
 • 81 Interviews
TÜV SÜD Interview Questions
3.9
 • 65 Interviews
Timken Interview Questions
4.0
 • 48 Interviews
Alfa Laval Interview Questions
3.9
 • 31 Interviews
View all
Buhler Senior Software Engineer Salary
based on 5 salaries
₹14 L/yr - ₹19 L/yr
8% more than the average Senior Software Engineer Salary in India
View more details

Buhler Senior Software Engineer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

2.0

Skill development

1.0

Work-life balance

1.0

Salary

3.0

Job security

3.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Team Lead
65 salaries
unlock blur

₹6.2 L/yr - ₹21 L/yr

Service Engineer
56 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Senior Engineer
44 salaries
unlock blur

₹4.5 L/yr - ₹15.1 L/yr

Design Engineer
38 salaries
unlock blur

₹2.7 L/yr - ₹8 L/yr

Assistant Engineer
38 salaries
unlock blur

₹2.4 L/yr - ₹8.2 L/yr

Explore more salaries
Compare Buhler with

John Deere

4.1
Compare

Cummins

4.3
Compare

ABB

4.1
Compare

Caterpillar Inc

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