Upload Button Icon Add office photos

Filter interviews by

Schlumberger Interview Questions, Process, and Tips

Updated 18 Jan 2025

Top Schlumberger Interview Questions and Answers

View all 53 questions

Schlumberger Interview Experiences

Popular Designations

135 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 23 Oct 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at College of Engineering ( Formerly Pune Instiute of Enginering and Technology ), Pune and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

If everyone is cheating you should also do it?

Round 2 - Technical 

(4 Questions)

  • Q1. Everyhting about project..
  • Q2. Linear vs logistic regression
  • Ans. 

    Linear regression is used for continuous variables, while logistic regression is used for binary outcomes.

    • Linear regression is used to predict a continuous outcome based on one or more input variables.

    • Logistic regression is used to predict the probability of a binary outcome based on one or more input variables.

    • Linear regression assumes a linear relationship between the independent and dependent variables, while logist...

  • Answered by AI
  • Q3. Normalization in dbms
  • Ans. 

    Normalization in DBMS is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down data into smaller, more manageable tables and establishing relationships between them.

    • It helps in reducing data redundancy, minimizing data anomalies, and improving data consistency.

    • There are different normal forms such as 1NF, 2NF, 3NF, BCNF, and 4NF, each with spec...

  • Answered by AI
  • Q4. List array difference etc
  • Ans. 

    Array difference is finding the elements that are present in one array but not in another.

    • Use set operations like difference to find elements in one array but not in another.

    • Example: arr1 = ['a', 'b', 'c'], arr2 = ['b', 'c', 'd'], arr_diff = set(arr1) - set(arr2) = ['a']

  • Answered by AI

Skills evaluated in this interview

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Just easy or medium level leetcode questions

Round 2 - Group Discussion 

The topic was how AI is affecting softare developer

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to solve as much DSA as you can

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 (171)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Jun 2024

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

I was interviewed in May 2024.

Round 1 - Technical 

(6 Questions)

  • Q1. SQL table distributions.
  • Q2. ADF switching questions?
  • Q3. How do you optimize the performance?
  • Ans. 

    Performance optimization in data engineering involves tuning queries, indexing, partitioning, and utilizing appropriate hardware.

    • Tune queries by optimizing SQL code, using appropriate joins, and avoiding unnecessary operations.

    • Utilize indexing to speed up data retrieval by creating indexes on frequently queried columns.

    • Partition data to distribute it across multiple nodes or servers for parallel processing.

    • Utilize appr...

  • Answered by AI
  • Q4. What is stored procedure?
  • Ans. 

    A stored procedure is a set of SQL statements that can be saved and reused in a database management system.

    • Stored procedures are used to perform a specific task or set of tasks in a database.

    • They can accept input parameters and return output parameters.

    • Stored procedures can improve performance by reducing the amount of data sent between the database and the application.

    • They can also enhance security by controlling acce...

  • Answered by AI
  • Q5. Ranking functions in SQL?
  • Ans. 

    Ranking functions in SQL are used to assign a rank to each row based on a specific criteria.

    • Ranking functions include RANK(), DENSE_RANK(), and ROW_NUMBER()

    • RANK() assigns a unique rank to each distinct row

    • DENSE_RANK() assigns a unique rank to each distinct row without gaps

    • ROW_NUMBER() assigns a unique sequential integer to each row

  • Answered by AI
  • Q6. Modelling questions.

Skills evaluated in this interview

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

Developer Interview Questions & Answers

user image Anonymous

posted on 29 Sep 2024

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

It was a group presentation

Round 2 - One-on-one 

(1 Question)

  • Q1. What is DCA analysis in reservoir?
  • Ans. 

    DCA analysis in reservoir refers to Decline Curve Analysis, a method used to estimate future production rates of oil and gas wells.

    • DCA is a common technique in reservoir engineering to forecast production decline over time.

    • It involves fitting a decline curve to historical production data to predict future performance.

    • Different decline curve models like exponential, hyperbolic, and harmonic are used depending on the res...

  • Answered by AI

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)

Schlumberger interview questions for popular designations

 Field Engineer

 (27)

 Junior Field Engineer

 (10)

 Software Engineer

 (8)

 Business Analyst

 (4)

 Design Engineer

 (4)

 Intern

 (4)

 Data Analyst

 (3)

 Data Engineer

 (3)

Electrical Engineer Interview Questions & Answers

user image Ananay Kaushik

posted on 19 Nov 2024

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

(1 Question)

  • Q1. Technical questions
Round 2 - Group Discussion 

Rotten egg on inverted pen, social media

Round 3 - One-on-one 

(1 Question)

  • Q1. Interview questions

Electrical Engineer Interview Questions asked at other Companies

Q1. What is the difference between Switch gear & Circuit Breakers ?
View answer (11)

Get interview-ready with Top Schlumberger Interview Questions

Data Analyst Interview Questions & Answers

user image Sejal Shinde

posted on 29 Aug 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain your project
  • Ans. 

    Developed a predictive model to forecast sales based on historical data

    • Collected and cleaned sales data from multiple sources

    • Performed exploratory data analysis to identify trends and patterns

    • Built a machine learning model using regression techniques

    • Evaluated model performance using metrics like RMSE and MAE

  • Answered by AI
  • Q2. Oops concept was asked

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Jobs at Schlumberger

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

(2 Questions)

  • Q1. How you create a simulation model for FDP?
  • Ans. 

    A simulation model for FDP is created by defining reservoir properties, fluid properties, well configurations, and production strategies.

    • Define reservoir properties such as porosity, permeability, and initial fluid saturation

    • Define fluid properties such as viscosity, density, and composition

    • Specify well configurations including well type, location, and completion design

    • Determine production strategies such as flow rates...

  • Answered by AI
  • Q2. Talk about your experience with fractured reservoirs?
  • Ans. 

    I have extensive experience working with fractured reservoirs, including identifying, characterizing, and optimizing production from them.

    • Identifying fractured reservoirs through geological and geophysical data analysis

    • Characterizing fracture networks using well logs, core samples, and production data

    • Optimizing production from fractured reservoirs through techniques like hydraulic fracturing and reservoir simulation

    • Exp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you handle all what is written in your CV.

Reservoir Engineer Interview Questions asked at other Companies

Q1. Tell me in details about the history matching process
View answer (1)

fresher interview

user image The Complete Guide to Everything

posted on 28 Feb 2022

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

A DSA question leetcode medium

Round 2 - Group Discussion 

About Previous project

Interview Preparation Tips

Topics to prepare for Schlumberger Full Stack Software Developer interview:
  • DSA
  • Soft Skills
Interview preparation tips for other job seekers - Focus on DSA and prepare everythng from your resume

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 23 Oct 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Mostly easy questions

Round 2 - Group Discussion 

Cheating overview like should we do it as everyone is doing

Interview Preparation Tips

Interview preparation tips for other job seekers - ai ml concept should be clear

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Schlumberger Interview FAQs

How many rounds are there in Schlumberger interview?
Schlumberger interview process usually has 2-3 rounds. The most common rounds in the Schlumberger interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Schlumberger 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 Schlumberger. The most common topics and skills that interviewers at Schlumberger expect are Javascript, Java, Web Technologies, Angular and HTML.
What are the top questions asked in Schlumberger interview?

Some of the top questions asked at the Schlumberger interview -

  1. why Schlumberger? If not Schlumberger, then wh...read more
  2. What do you think is the role of a schlumberger engin...read more
  3. What is transmitter,RTD, thermocouple and control valve and actuato...read more
How long is the Schlumberger interview process?

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

Tell us how to improve this page.

Schlumberger Interview Process

based on 50 interviews in last 1 year

Interview experience

4
  
Good
View more

People are getting interviews through

based on 75 Schlumberger interviews
Campus Placement
Job Portal
Company Website
Referral
WalkIn
37%
25%
16%
9%
1%
12% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TechnipFMC Interview Questions
4.0
 • 67 Interviews
Wood Group Interview Questions
3.7
 • 55 Interviews
Baker Hughes Interview Questions
4.1
 • 50 Interviews
Saipem Interview Questions
4.1
 • 43 Interviews
Petrofac Interview Questions
4.3
 • 40 Interviews
Halliburton Interview Questions
3.7
 • 30 Interviews
Weatherford Interview Questions
3.9
 • 10 Interviews
Cameron Interview Questions
4.0
 • 8 Interviews
View all

Schlumberger Reviews and Ratings

based on 693 reviews

4.0/5

Rating in categories

3.6

Skill development

3.9

Work-Life balance

3.8

Salary & Benefits

3.5

Job Security

3.9

Company culture

3.2

Promotions/Appraisal

3.6

Work Satisfaction

Explore 693 Reviews and Ratings
Early Careers Field Operations

Magrahat

3-6 Yrs

Not Disclosed

Early Careers Operations Maintenance

Magrahat

4-8 Yrs

Not Disclosed

Operations Internship

Magrahat

1-2 Yrs

Not Disclosed

Explore more jobs
Business Process Analyst
198 salaries
unlock blur

₹8 L/yr - ₹31.6 L/yr

Business Analyst
111 salaries
unlock blur

₹9 L/yr - ₹26 L/yr

Mechanical Engineer
91 salaries
unlock blur

₹6.2 L/yr - ₹21 L/yr

Test Analyst
68 salaries
unlock blur

₹9.5 L/yr - ₹20 L/yr

Software Engineer
60 salaries
unlock blur

₹8.1 L/yr - ₹30 L/yr

Explore more salaries
Compare Schlumberger with

Halliburton

3.7
Compare

Baker Hughes

4.0
Compare

Weatherford

4.0
Compare

TechnipFMC

4.0
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