Upload Button Icon Add office photos

Filter interviews by

British Petroleum Senior Data Engineer Interview Questions and Answers

Updated 23 Nov 2024

British Petroleum Senior Data Engineer Interview Experiences

2 interviews found

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

I applied via Company Website

Round 1 - Coding Test 

Longest Subsequence using Python

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

(2 Questions)

  • Q1. Highest revenue by dept sql
  • Ans. 

    Use SQL to find the department with the highest revenue.

    • Use a SQL query to sum the revenue for each department

    • Group the results by department

    • Order the results in descending order and limit to 1 to find the department with the highest revenue

  • Answered by AI
  • Q2. Substring - longest

Interview Preparation Tips

Interview preparation tips for other job seekers - online leet code assessment followed by Hiring Manager and technical interviews- with pair programming

Skills evaluated in this interview

Senior Data Engineer Interview Questions Asked at Other Companies

asked in 7 Eleven
Q1. Write a query to get the customer with the highest total order va ... read more
asked in 7 Eleven
Q2. There are 10 million records in the table and the schema does not ... read more
asked in 7 Eleven
Q3. How do you handle data pipeline when the schema information keeps ... read more
asked in KFintech
Q4. Given infinite coins of some currency of denominations : 1,2,5,10 ... read more
asked in 7 Eleven
Q5. Difference between Parquet and ORC file. Why industry uses parque ... read more

Interview questions from similar companies

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

(1 Question)

  • Q1. Basic data science and statistics interview questions along with their mathematical understanding.
Round 2 - Technical 

(1 Question)

  • Q1. Data science questions with mathematical understanding
Round 3 - HR 

(1 Question)

  • Q1. STAR type questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Technical round covering all details of core CSE subjects

Interview Preparation Tips

Interview preparation tips for other job seekers - I cleared first round (technical), then there was a coding round, then after that a GD round. I cleared that as well. Now after clearing 3 rounds, around 17 students (8 girls, 9 guys) out of 142 that applied were shortlisted for final interview including me. They only interviewed women, and ghosted all of the men. Didn't interview even a single one of us. It was so frustrating since we were there in the campus from around 10 AM in the morning, cleared 3 rounds and then they suddenly decided they had diversity hiring. Atleast tell us before hand !!
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Resume Based questions and ML & DL basics
  • Q2. BERT and CNN models
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 2022. 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 - Technical 

(4 Questions)

  • Q1. Technical round you need to face interview: Telephonic or face to face, you need to prepare your technical part what they are looking for Data Engineer they will ask about data and application they are usi...
  • Q2. GC Calibration, sensors and transmitters, system related questions.
  • Q3. Rig site and structure
  • Q4. Overall skill whatever you have experience
Round 3 - HR 

(1 Question)

  • Q1. Yourself and documentation

Interview Preparation Tips

Topics to prepare for Jindal Drilling & Industries Data Engineer interview:
  • Be smart
Interview preparation tips for other job seekers - Just see job profile and match with your career path. Answer whatever you know.
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 - Technical 

(2 Questions)

  • Q1. Cfd questions like forward difference scheme and backward difference scheme.
  • Q2. In which direction the fluid flows in a vertical pipe when the pressures at two vertical locations are given.
  • Ans. 

    The direction of fluid flow in a vertical pipe depends on the pressure difference between two vertical locations.

    • Fluid flows from high pressure to low pressure.

    • If the pressure at the lower location is higher than the pressure at the upper location, the fluid will flow downwards.

    • If the pressure at the upper location is higher than the pressure at the lower location, the fluid will flow upwards.

    • The magnitude of the press...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. About Work experience
  • Q2. How do you handle a negative outcome?
  • Ans. 

    I handle negative outcomes by analyzing the root cause and identifying potential solutions.

    • I remain calm and objective to avoid making hasty decisions.

    • I review the data and identify the root cause of the negative outcome.

    • I brainstorm potential solutions and evaluate their feasibility.

    • I implement the best solution and monitor its effectiveness.

    • I use the experience as a learning opportunity to improve future outcomes.

  • Answered by AI
  • Q3. What are the factors that demotivates you in work?
Round 4 - Technical 

(3 Questions)

  • Q1. Questions based on Bernoullis principle.
  • Q2. How to find if a point is inside or outside of a regular polygon?
  • Ans. 

    To find if a point is inside or outside of a regular polygon, we can use the Ray Casting algorithm.

    • Draw a line from the point to a point outside the polygon

    • Count the number of times the line intersects with the polygon edges

    • If the number of intersections is odd, the point is inside the polygon

    • If the number of intersections is even, the point is outside the polygon

  • Answered by AI
  • Q3. Coding questions by the specialist in US.
Round 5 - Coding Test 

3 questions on various problems based on arrays and matrices.

Interview Preparation Tips

Interview preparation tips for other job seekers - Work well on the closing skills and basics of fluid mechanics.
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:
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 - 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
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:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
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

British Petroleum Interview FAQs

How many rounds are there in British Petroleum Senior Data Engineer interview?
British Petroleum interview process usually has 1 rounds. The most common rounds in the British Petroleum interview process are Technical and Coding Test.
What are the top questions asked in British Petroleum Senior Data Engineer interview?

Some of the top questions asked at the British Petroleum Senior Data Engineer interview -

  1. highest revenue by dept ...read more
  2. substring - long...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 British Petroleum interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Shell Interview Questions
4.0
 • 188 Interviews
Bharat Petroleum Interview Questions
4.2
 • 152 Interviews
Schlumberger Interview Questions
4.0
 • 133 Interviews
View all
British Petroleum Senior Data Engineer Salary
based on 16 salaries
₹40 L/yr - ₹80 L/yr
234% more than the average Senior Data Engineer Salary in India
View more details

British Petroleum Senior Data Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

4.5

Skill development

4.5

Work-Life balance

5.0

Salary & Benefits

4.5

Job Security

4.5

Company culture

4.5

Promotions/Appraisal

4.5

Work Satisfaction

Explore 2 Reviews and Ratings
Senior Analyst
103 salaries
unlock blur

₹4.9 L/yr - ₹19.5 L/yr

Analyst
80 salaries
unlock blur

₹4.8 L/yr - ₹14 L/yr

ARC Analyst
66 salaries
unlock blur

₹5.5 L/yr - ₹16 L/yr

Financial Analyst
49 salaries
unlock blur

₹5.5 L/yr - ₹13.5 L/yr

Inventory Analyst
46 salaries
unlock blur

₹5.8 L/yr - ₹11 L/yr

Explore more salaries
Compare British Petroleum with

Reliance Industries

4.0
Compare

Indian Oil Corporation

4.4
Compare

Hindustan Petroleum

4.2
Compare

Bharat Petroleum

4.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview