Upload Button Icon Add office photos

Baker Hughes

Compare button icon Compare button icon Compare

Filter interviews by

Baker Hughes Interview Questions, Process, and Tips

Updated 8 Jan 2025

Top Baker Hughes Interview Questions and Answers

View all 26 questions

Baker Hughes Interview Experiences

Popular Designations

51 interviews found

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

(2 Questions)

  • Q1. Static implicit cast
  • Q2. Virtual functions

Embedded Developer Interview Questions asked at other Companies

Q1. What is the difference betwe en nill pointer and void pointer
View answer (1)

Intern Interview Questions & Answers

user image Anonymous

posted on 13 Mar 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via campus placement at Indian School of Mines (ISM), Dhanbad

Round 1 - Digital Interview 

(1 Question)

  • Q1. Tell me about yourself?
Round 2 - Technical 

(1 Question)

  • Q1. Ohm's Law, Bernoulli's Eqn, Hobbies, IC Engines
Round 3 - HR 

(1 Question)

  • Q1. Basic hr questions.

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. General ABAP questions
Round 2 - One-on-one 

(1 Question)

  • Q1. What was challenging for you
Round 3 - HR 

(1 Question)

  • Q1. About expectations

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Jul 2024

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

(1 Question)

  • Q1. Basic java coding

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

Baker Hughes interview questions for popular designations

 Field Engineer

 (3)

 Senior Software Engineer

 (2)

 Admin

 (1)

 Apprentice Trainee

 (1)

 Automation Test Engineer

 (1)

 Component Design Engineer

 (1)

 Devops Engineer

 (1)

 Electrical Supervisor

 (1)

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.

Top Baker Hughes Senior Software Engineer Interview Questions and Answers

Q1. What is difference between interface and abstract class?
View answer (2)

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)

Get interview-ready with Top Baker Hughes Interview Questions

MUD Logger Interview Questions & Answers

user image Anonymous

posted on 15 Jul 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Introduction followed by some technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - They only prefer reference...totally biased company recruitment process

MUD Logger Interview Questions asked at other Companies

Q1. atmospheric pressure value 14.70 pounds per square inch
View answer (1)

Jobs at Baker Hughes

View all

Field Technician Interview Questions & Answers

user image Deborah Cudjoe

posted on 27 Feb 2024

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

(1 Question)

  • Q1. What can you bring to the company

Field Technician Interview Questions asked at other Companies

Q1. Have you knowledge of computer hardware networking ????
View answer (1)
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

Top Baker Hughes Senior Software Engineer Interview Questions and Answers

Q1. What is difference between interface and abstract class?
View answer (2)

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

I applied via Recruitment Consulltant and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Interview was basically with your manager and upper level director as well. Discussion based on work related to judge your capabilities to handle the projects and team and also judging your behavioral aspe...
Round 3 - HR 

(1 Question)

  • Q1. Basically was based on Salary discussion and negotiation.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Asked about Resume, Job profile,
  • Q2. Asked about course studied and projects done in University.

Electronics Hardware Engineer Interview Questions asked at other Companies

Q1. How many failure station in falcon
View answer (1)

Baker Hughes Interview FAQs

How many rounds are there in Baker Hughes interview?
Baker Hughes interview process usually has 1-2 rounds. The most common rounds in the Baker Hughes interview process are Technical, HR and Resume Shortlist.
How to prepare for Baker Hughes 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 Finance, Training, Agile, Computer science and Python.
What are the top questions asked in Baker Hughes interview?

Some of the top questions asked at the Baker Hughes interview -

  1. What is difference between interface and abstract cla...read more
  2. Why is it important to monitor the bacteira in the oil fie...read more
  3. How to developing the quality and producti...read more
How long is the Baker Hughes interview process?

The duration of Baker Hughes interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Baker Hughes Interview Process

based on 35 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Schlumberger Interview Questions
3.9
 • 137 Interviews
TechnipFMC Interview Questions
4.0
 • 70 Interviews
Saipem Interview Questions
4.1
 • 45 Interviews
Petrofac Interview Questions
4.3
 • 41 Interviews
Halliburton Interview Questions
3.7
 • 30 Interviews
Weatherford Interview Questions
4.0
 • 10 Interviews
Cameron Interview Questions
4.0
 • 8 Interviews
View all

Baker Hughes Reviews and Ratings

based on 463 reviews

4.0/5

Rating in categories

3.7

Skill development

4.0

Work-life balance

3.8

Salary

3.6

Job security

4.0

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 463 Reviews and Ratings
Software Engineer
157 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
62 salaries
unlock blur

₹4.4 L/yr - ₹10.5 L/yr

Sourcing Specialist
52 salaries
unlock blur

₹4.4 L/yr - ₹15.6 L/yr

Explore more salaries
Compare Baker Hughes with

Schlumberger

3.9
Compare

Halliburton

3.7
Compare

Weatherford

3.9
Compare

National Oilwell Varco

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