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 UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is 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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Different questions were given to do a code and show output. And need to explain the code

Round 2 - One-on-one 

(1 Question)

  • Q1. Explain about the processor?
  • Ans. 

    The processor is the brain of a computer, responsible for executing instructions and performing calculations.

    • The processor is also known as the central processing unit (CPU).

    • It interprets and executes instructions from software programs.

    • Processors can have multiple cores, allowing them to perform multiple tasks simultaneously.

    • Common processor manufacturers include Intel and AMD.

    • Examples of processors include Intel Core

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why did you choose this location

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. About my tech experience and some technical questions from my tech stack
  • Q2. What is the toughest project that you have worked so far

Interview Preparation Tips

Topics to prepare for Trane Technologies Software Developer interview:
  • React
  • Javascript
Interview preparation tips for other job seekers - Just say the things which you know don't think knowing too much tech stack can help you to clear interview just learn one programming language correctly if will be enough
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

I applied via Referral and was interviewed in May 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basics of Programming in Questions Field of Interest Basic Questions. Program small snippet of code. Skillset based on Resume
Round 3 - Technical 

(1 Question)

  • Q1. Previous company projects questioners Frameworks worked? Scenario given based on requirements! Programming questions.
Round 4 - Behavioral 

(1 Question)

  • Q1. General Questions Stress based scenario questions
Round 5 - HR 

(1 Question)

  • Q1. Discussions based on previous interviews and salary related

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to start with Trane as a freshers and experienced people gets very good respect

I applied via Naukri.com and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Devops related questions. CI/CD pipeline configuration and how to build fully automotive pipelines.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on object oriented programming topics. They might expect you to work out some simple logics.

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

Siemens Interview Questions
4.1
 • 428 Interviews
Cummins Interview Questions
4.3
 • 230 Interviews
John Deere Interview Questions
4.1
 • 226 Interviews
Caterpillar Inc Interview Questions
4.3
 • 178 Interviews
Hitachi Interview Questions
4.0
 • 82 Interviews
TÜV SÜD Interview Questions
3.9
 • 60 Interviews
TKIL Interview Questions
4.2
 • 58 Interviews
Timken Interview Questions
4.0
 • 45 Interviews
Tetra Pak Interview Questions
4.2
 • 33 Interviews
View all
Buhler Senior Software Engineer Salary
based on 5 salaries
₹14 L/yr - ₹18.9 L/yr
11% 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
67 salaries
unlock blur

₹6.5 L/yr - ₹20.5 L/yr

Service Engineer
56 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Design Engineer
49 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 Engineer
37 salaries
unlock blur

₹2.4 L/yr - ₹7 L/yr

Explore more salaries
Compare Buhler with

Alfa Laval

4.0
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