Upload Button Icon Add office photos

Baker Hughes

Compare button icon Compare button icon Compare

Filter interviews by

Baker Hughes Senior Software Engineer Interview Questions, Process, and Tips

Updated 14 Jul 2023

Top Baker Hughes Senior Software Engineer Interview Questions and Answers

View all 6 questions

Baker Hughes Senior Software Engineer Interview Experiences

2 interviews found

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

I applied via Company Website and was interviewed in Jun 2023. There were 4 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 - Case Study 

Asked Real Time Scenario to create Microservice for Train and Station information. The interviewer asked what are the properties needs to be considered for evaluating service.

Core Java 11 questions: Webservices, Improvement in JVM, Threads

Java 8: Asked to write a program based on Group By Scenario.

The interview lasts around 2 hrs.

Round 3 - Technical 

(1 Question)

  • Q1. Managerical round: Asked about current project details, The reason to join BH, Scenario based question on LinkedList vs ArrayList
Round 4 - HR 

(1 Question)

  • Q1. It was easy. The HR told about company policies

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Cover Spring Boot, MySQL more
2. Go to BH page to know more, This will help u to answer questions will be asked in Manager Round.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Feb 2023. There were 2 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 

(6 Questions)

  • Q1. What is oops, explain them?
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm that uses objects to represent and manipulate data.

    • OOP is based on the concept of classes and objects.

    • It allows for encapsulation, inheritance, and polymorphism.

    • Encapsulation hides the internal details of an object and provides a public interface.

    • Inheritance allows classes to inherit properties and methods from other classes.

    • Polymorphism allows objects of diff...

  • Answered by AI
  • Q2. What is difference between interface and abstract class?
  • Ans. 

    Interface defines only method signatures while abstract class can have method implementations.

    • An interface can be implemented by multiple classes while a class can extend only one abstract class.

    • An abstract class can have instance variables while an interface cannot.

    • An abstract class can have constructors while an interface cannot.

    • An abstract class can provide default implementations for some methods while an interface...

  • Answered by AI
  • Q3. What is difference between docker and kubernet?
  • Ans. 

    Docker is a containerization platform while Kubernetes is a container orchestration tool.

    • Docker is used to create, deploy, and run applications in containers.

    • Kubernetes is used to manage and orchestrate multiple containers in a cluster.

    • Docker provides a way to package and distribute applications in a portable manner.

    • Kubernetes provides features like automatic scaling, load balancing, and self-healing.

    • Docker is a lower-...

  • Answered by AI
  • Q4. What is event emitter in angular?
  • Ans. 

    Event emitter is a class in Angular that allows communication between components.

    • Event emitter is used to emit custom events in Angular.

    • It allows communication between parent and child components.

    • It can be used to pass data from child to parent component.

    • It is a part of the @angular/core package.

    • Example: @Output() eventEmitter = new EventEmitter();

  • Answered by AI
  • Q5. What is view encapsulation in angular?
  • Ans. 

    View encapsulation is a feature in Angular that allows for the creation of isolated components.

    • View encapsulation ensures that styles defined in a component do not affect other components.

    • There are three types of view encapsulation: Emulated, Native, and None.

    • Emulated is the default and uses CSS to emulate shadow DOM.

    • Native uses the browser's native shadow DOM implementation.

    • None does not provide any view encapsulation

  • Answered by AI
  • Q6. How to communicate with components in angular?
  • Ans. 

    Components in Angular can communicate with each other using @Input, @Output, and services.

    • Use @Input to pass data from parent to child component

    • Use @Output to emit events from child to parent component

    • Use services to share data between components that are not directly related

    • Use RxJS subjects to create a shared data stream between components

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep basic ready but it luck is equally important.

Skills evaluated in this interview

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
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Question on stock prices

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2023. There were 5 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 - Coding Test 

Hackerrank coding test

Round 3 - Technical 

(1 Question)

  • Q1. Questions related to Nodejs and reactjs and system design
Round 4 - HR 

(1 Question)

  • Q1. This is more related to behaviour round with hiring manager.
Round 5 - HR 

(1 Question)

  • Q1. Related to salary expectation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in May 2023. There were 3 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 - Case Study 

Interviewer asked to create a case study on the current project and mention all the technologies involved

Round 3 - Technical 

(2 Questions)

  • Q1. Implement Immutable class
  • Ans. 

    Immutable class is a class whose state cannot be modified after creation.

    • Use final keyword to make class immutable

    • Make all fields private and final

    • Do not provide setter methods

    • If mutable objects are used, return a copy instead of original object

  • Answered by AI
  • Q2. Solid principles, questions followed by each principle with good and bad examples

I applied via Referral and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is SAP? What is use of MM in SAP
  • Ans. 

    SAP is a software company that provides enterprise resource planning (ERP) software to manage business operations.

    • SAP stands for Systems, Applications, and Products in Data Processing

    • SAP's ERP software helps businesses manage their operations, including finance, logistics, and human resources

    • MM (Materials Management) is a module in SAP that helps manage procurement and inventory functions

    • MM helps businesses streamline ...

  • Answered by AI
  • Q2. P2P process for procurement
  • Ans. 

    P2P process for procurement involves direct transactions between buyers and suppliers without intermediaries.

    • P2P stands for 'Procure-to-Pay'

    • It is a streamlined process that eliminates the need for intermediaries

    • Buyers and suppliers can directly communicate and negotiate terms

    • Examples include online marketplaces like Amazon Business and Alibaba

  • Answered by AI
  • Q3. Define MM-FI integration.
  • Ans. 

    MM-FI integration is the integration between Materials Management and Financial Accounting modules in SAP ERP system.

    • MM-FI integration ensures that all financial transactions related to materials management are properly recorded in the financial accounting module.

    • It involves the transfer of data from MM to FI, such as purchase orders, goods receipts, and invoice verification.

    • The integration also allows for the automati...

  • Answered by AI
  • Q4. How to configure Enterprise structure
  • Ans. 

    Enterprise structure can be configured by defining organizational units, assigning responsibilities, and setting up reporting structures.

    • Define organizational units based on business requirements

    • Assign responsibilities to each unit

    • Set up reporting structures to ensure effective communication and decision-making

    • Ensure proper authorization and access control

    • Regularly review and update the enterprise structure to adapt to

  • Answered by AI
  • Q5. PO release strategy?
  • Ans. 

    PO release strategy refers to the process of releasing purchase orders for procurement.

    • PO release can be based on approval hierarchy

    • PO release can be based on budget availability

    • PO release can be based on vendor performance

    • PO release can be automated using workflow tools

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and focus on basic of SAP.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are deecorators in Python
  • Ans. 

    Decorators in Python are functions that modify the behavior of other functions or methods.

    • Decorators are denoted by the @ symbol followed by the decorator function name.

    • They are commonly used for logging, authentication, and memoization.

    • Example: @staticmethod, @classmethod, @property

  • Answered by AI
  • Q2. If the object is defined with "const" keyword, then in future can it be modified?
  • Ans. 

    No, if an object is defined with 'const' keyword, it cannot be modified in the future.

    • Objects defined with 'const' keyword are read-only and cannot be reassigned.

    • Properties of a 'const' object can still be modified, but the object itself cannot be reassigned.

    • Example: const obj = { key: 'value' }; obj.key = 'new value'; // Valid, but obj = { newKey: 'newValue' }; // Invalid

  • Answered by AI

Skills evaluated in this interview

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

30 technical questions

Round 2 - Technical 

(2 Questions)

  • Q1. Technical process
  • Q2. What are oops concept
  • Ans. 

    Object-oriented programming concepts that focus on objects and classes.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the necessary features.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Oops questions Database SQL Logic building along with case study
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Analysis , graph , dp , recursion

Round 2 - Coding Test 

Array, string, graph

Round 1 - Coding Test 

SQL query and Dynamic Programming problem.
Math games

Round 2 - One-on-one 

(1 Question)

  • Q1. Introduction and project details

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well is the only advice....

Baker Hughes Interview FAQs

How many rounds are there in Baker Hughes Senior Software Engineer interview?
Baker Hughes interview process usually has 3 rounds. The most common rounds in the Baker Hughes interview process are Technical, Resume Shortlist and Case Study.
How to prepare for Baker Hughes Senior Software Engineer 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 Baker Hughes. The most common topics and skills that interviewers at Baker Hughes expect are Agile, Data Structures, Coding, Computer science and MySQL.
What are the top questions asked in Baker Hughes Senior Software Engineer interview?

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

  1. What is difference between interface and abstract cla...read more
  2. How to communicate with components in angul...read more
  3. What is oops, explain th...read more

Tell us how to improve this page.

Baker Hughes Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Shell Interview Questions
4.0
 • 191 Interviews
Schlumberger Interview Questions
3.9
 • 137 Interviews
GAIL Interview Questions
4.5
 • 78 Interviews
TechnipFMC Interview Questions
4.0
 • 69 Interviews
ExxonMobil Interview Questions
3.8
 • 68 Interviews
Saudi Aramco Interview Questions
4.5
 • 55 Interviews
Saipem Interview Questions
4.1
 • 45 Interviews
Petrofac Interview Questions
4.3
 • 41 Interviews
View all
Baker Hughes Senior Software Engineer Salary
based on 148 salaries
₹10.6 L/yr - ₹32.2 L/yr
60% more than the average Senior Software Engineer Salary in India
View more details

Baker Hughes Senior Software Engineer Reviews and Ratings

based on 15 reviews

4.0/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.5

Salary

4.0

Job security

4.0

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 15 Reviews and Ratings
Software Engineer
173 salaries
unlock blur

₹6.5 L/yr - ₹23 L/yr

Senior Software Engineer
148 salaries
unlock blur

₹10.6 L/yr - ₹32.2 L/yr

Lead Engineer
84 salaries
unlock blur

₹11 L/yr - ₹24.2 L/yr

Procurement Specialist
63 salaries
unlock blur

₹4.4 L/yr - ₹10 L/yr

Sourcing Specialist
51 salaries
unlock blur

₹4.4 L/yr - ₹15.7 L/yr

Explore more salaries
Compare Baker Hughes with

Schlumberger

3.9
Compare

Halliburton

3.7
Compare

Weatherford

4.0
Compare

National Oilwell Varco

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