Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by bp Team. If you also belong to the team, you can get access from here

bp Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

bp Interview Questions, Process, and Tips

Updated 5 Mar 2025

Top bp Interview Questions and Answers

View all 27 questions

bp Interview Experiences

Popular Designations

60 interviews found

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

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

Round 1 - Coding Test 

Codility Test of 90 minutes and graph question was asked.

Round 2 - Technical 

(1 Question)

  • Q1. Implement LRU with expiration, priority and recentness based eviction policy.
  • Ans. 

    Implement LRU cache with expiration, priority, and recentness based eviction policy.

    • Use a doubly linked list to keep track of the order of elements based on recentness.

    • Use a hashmap to store key-value pairs for quick access.

    • Implement a priority queue to handle eviction based on priority.

    • Set expiration time for each element and remove expired elements during access or eviction.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Implement k-Vendor problem
  • Ans. 

    Implement k-Vendor problem

    • Create a function that takes in an array of strings and an integer k

    • Return the kth most frequent string in the array

    • Use a hashmap to store the frequency of each string

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Implement Smoke Collector problem
  • Ans. 

    Implement a Smoke Collector problem

    • Create a class SmokeCollector with methods to collect smoke data

    • Implement a method to start collecting smoke data

    • Design a method to analyze and store the collected smoke data

  • Answered by AI

Interview Preparation Tips

Topics to prepare for British Petroleum Senior Software Engineer 2 interview:
  • Data Structures
  • Algorithms
  • System Design
Interview preparation tips for other job seekers - Work on DSA, System Design before appearing for this interview.

Skills evaluated in this interview

Senior Software Engineer 2 Interview Questions asked at other Companies

Q1. What microservices patterns are you aware ? let's assume that there is a microservice based architecture and service A is calling service B which in turn service C. If service b fails, how will you manage transaction and logging ?
View answer (1)

Data Operator Interview Questions & Answers

user image Prajwal Satao

posted on 26 Apr 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement

Round 1 - Case Study 

Give a pharagarph and write two study on १ types of automation you do २ why it is not to co liner with data quality

Data Operator Interview Questions asked at other Companies

Q1. What you are best computer training.
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Hire Vue 

(1 Question)

  • Q1. Total 6 questions First 4questions recording questions 1 min preperation time 3 minute answer time 1 Why BP 2 what do you think the role involves and why are you interested in it. 3 How your skills and exp...

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through Hirevue practice questions those are very helpful.

Product Operations Executive Interview Questions asked at other Companies

Q1. What will you do if a client ask you to delete negative reviews from the platform?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in May 2023. There were 3 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 - One-on-one 

(4 Questions)

  • Q1. Explain end to end project phases.
  • Ans. 

    End to end project phases involve initiation, planning, execution, monitoring and controlling, and closure.

    • Initiation: Define project scope, objectives, and stakeholders.

    • Planning: Develop project plan, schedule, and budget.

    • Execution: Implement project plan and deliver the desired outcomes.

    • Monitoring and Controlling: Track progress, identify issues, and make necessary adjustments.

    • Closure: Formalize project completion, h...

  • Answered by AI
  • Q2. What are different scrum events
  • Ans. 

    Scrum events include Sprint Planning, Daily Standup, Sprint Review, Sprint Retrospective

    • Sprint Planning: Team plans the work to be done in the upcoming sprint

    • Daily Standup: Team members discuss progress, plan for the day, and identify any obstacles

    • Sprint Review: Team demonstrates the work completed during the sprint to stakeholders

    • Sprint Retrospective: Team reflects on the sprint and identifies areas for improvement

  • Answered by AI
  • Q3. What are the contents of a typical BRD
  • Ans. 

    A typical Business Requirements Document (BRD) includes project scope, objectives, stakeholders, functional requirements, non-functional requirements, assumptions, constraints, and acceptance criteria.

    • Project scope - defines the boundaries of the project

    • Objectives - goals to be achieved by the project

    • Stakeholders - individuals or groups affected by the project

    • Functional requirements - specific features and functions of...

  • Answered by AI
  • Q4. Behavioural questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Flexible with changing roles

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and open about your point of view. bp as an organisation appreciates it

Skills evaluated in this interview

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

bp interview questions for popular designations

 Data Engineer

 (5)

 Business Analyst

 (4)

 Financial Analyst

 (3)

 ARC Analyst

 (3)

 Senior Engineer

 (2)

 Analyst

 (2)

 Data Analyst

 (2)

 Senior Data Engineer

 (2)

Project Coordinator Interview Questions & Answers

user image Hamid Yarveicy

posted on 18 Jul 2024

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

(3 Questions)

  • Q1. Do you want to work in office?
  • Q2. What is your salary expectations?
  • Q3. Tell me about your self?

Project Coordinator Interview Questions asked at other Companies

Q1. What kind of water proofing application are used on terrace roof slab of the commercial, residential buildings
View answer (6)

Get interview-ready with Top bp Interview Questions

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

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)

Analyst Interview Questions & Answers

user image Anonymous

posted on 28 May 2024

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

I applied via Recruitment Consulltant and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Based on previous experience
Round 2 - Case Study 

Situation based questions to test management skills

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 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 - Aptitude Test 

Based on the team management questions

Round 3 - One-on-one 

(4 Questions)

  • Q1. Discussion on current job profile and the one for which I applied.
  • Q2. What are the roles and responsibilities you have in your current role?
  • Q3. How you can relate your education will be helpful for you to work as data analyst?
  • Q4. How you update your skills to became a data analyst?
Round 4 - HR 

(1 Question)

  • Q1. Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare as per the JD and highlight about what your passionate about.

Senior Operations Analyst Interview Questions asked at other Companies

Q1. How will you resolve the issue if you get a highly escalated Severity 1 issue, and you have to resolve it in 30 minutes?
View answer (1)

Interview Questions & Answers

user image 薛Rosemary

posted on 6 Mar 2024

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

(2 Questions)

  • Q1. Investement decision
  • Q2. See from the chart and tell the trend and say why
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1 que was asked regading linked list , little bit complex

Round 2 - Technical 

(1 Question)

  • Q1. One que on LRU cache, not simple one

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

bp Interview FAQs

How many rounds are there in bp interview?
bp interview process usually has 2-3 rounds. The most common rounds in the bp interview process are Technical, One-on-one Round and HR.
How to prepare for bp 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 bp. The most common topics and skills that interviewers at bp expect are Budgeting, Financial Analysis, Financial Planning and Analysis, Financial Reporting and Forecasting.
What are the top questions asked in bp interview?

Some of the top questions asked at the bp interview -

  1. SQL question to get name of employee whose salary is greater than average salar...read more
  2. How would you deal with repeated complaints by a customer even after providing ...read more
  3. A new invoicing tool is introduced which employees are resisting to adopt and y...read more
How long is the bp interview process?

The duration of bp interview process can vary, but typically it takes about 2-4 weeks to complete.

Tell us how to improve this page.

bp Interview Process

based on 49 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Bharat Petroleum Interview Questions
4.2
 • 148 Interviews
View all

bp Reviews and Ratings

based on 399 reviews

3.8/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

3.9

Salary

3.7

Job security

3.7

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 399 Reviews and Ratings
Senior Analyst
104 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
86 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

ARC Analyst
69 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Financial Analyst
57 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
47 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare bp with

Reliance Industries

4.0
Compare

Indian Oil Corporation

4.4
Compare

Hindustan Petroleum

4.2
Compare

Bharat Petroleum

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