Upload Button Icon Add office photos

Schlumberger

Compare button icon Compare button icon Compare

Filter interviews by

Schlumberger Senior Software Engineer Interview Questions and Answers

Updated 19 Jun 2023

Schlumberger Senior Software Engineer Interview Experiences

2 interviews found

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

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
-
Process Duration
-
Result
-
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 

Streams related coding questions

Round 3 - Technical 

(3 Questions)

  • Q1. Spring boot, security etc
  • Q2. Java multithreading scenarios
  • Q3. Scenario based questions on MS side

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare java8, collections, multithreading, docker & K8S should be prepared well

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more

Interview questions from similar companies

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

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

(2 Questions)

  • Q1. About the technologies mentioned in the resume
  • Q2. SQL, Python, Power BI , Shell

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared for the technologies mentioned in your resume

I applied via Naukri.com and was interviewed in Feb 2022. 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 - Technical 

(1 Question)

  • Q1. Core Java, spring jpa, relationship like one to one, one to many, many to oneetc, composit key. More important many questions come from your cv like what you did in your project
Round 3 - Behavioral 

(1 Question)

  • Q1. Just basic behaviour questions, also be ready with some technical questions as well
Round 4 - HR 

(1 Question)

  • Q1. Only joining discussion and formalities 😃😃

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick with your core java basics, your project details

I applied via Naukri.com and was interviewed before Nov 2019. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Basics related to piperack design
  • Q2. Design parameters for steel structure
  • Ans. 

    Design parameters for steel structure

    • Load capacity and distribution

    • Material strength and durability

    • Environmental factors such as wind and seismic activity

    • Connection details and joint design

    • Fire resistance and protection measures

  • Answered by AI
  • Q3. Number of years exposure to staad
  • Ans. 

    I have 5 years of exposure to STAAD software.

    • I have used STAAD for various structural analysis and design projects.

    • I am proficient in using STAAD for modeling, analysis, and design of steel and concrete structures.

    • I have experience in using STAAD for seismic analysis and design of structures.

    • I have also used STAAD for foundation design and analysis.

    • I keep myself updated with the latest versions and features of STAAD so

  • Answered by AI
  • Q4. Grating design and deflection limits

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive & confident

I applied via Naukri.com and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Write the equation for dynamics and wave spectra equations. I do not remember questions as it is 3 years back.

Interview Preparation Tips

Interview preparation tips for other job seekers - This happened in Technip FMC Hyderabad, India. I hold 10 years experience. Interviewers don not know what to get from the candidates. The panel tried to prove within themselves that can ask difficult questions. The even entered to doctorate level questions which is not valid for performing job. Finally, I conclude that they performed some time-pass session.

I applied via Naukri.com and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The HR round was very pathetic. Sreethala took my HR round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't waste your precious time in giving the interview for Baker Hughes, Powai
Mumbai location. They will take all the interview rounds. The HR will ask you to submit all documents and last moment they will cancel your candidature without giving you any specific reason.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Sep 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Which column takes more load short or Long Column
  • Q2. What kind of pressures will impose on the water tank walls during seismic

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with fundamentals

Schlumberger Interview FAQs

How many rounds are there in Schlumberger Senior Software Engineer interview?
Schlumberger interview process usually has 3 rounds. The most common rounds in the Schlumberger interview process are Resume Shortlist, Technical and Coding Test.
What are the top questions asked in Schlumberger Senior Software Engineer interview?

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

  1. Implement Immutable cl...read more
  2. Solid principles, questions followed by each principle with good and bad exampl...read more
  3. Scenario based questions on MS s...read more

Tell us how to improve this page.

Schlumberger 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
Bharat Petroleum Interview Questions
4.1
 • 148 Interviews
TechnipFMC Interview Questions
4.0
 • 70 Interviews
ExxonMobil Interview Questions
3.8
 • 64 Interviews
GAIL Interview Questions
4.4
 • 64 Interviews
bp Interview Questions
3.8
 • 60 Interviews
View all
Schlumberger Senior Software Engineer Salary
based on 22 salaries
₹15.2 L/yr - ₹55 L/yr
115% more than the average Senior Software Engineer Salary in India
View more details

Schlumberger Senior Software Engineer Reviews and Ratings

based on 7 reviews

5.0/5

Rating in categories

4.8

Skill development

5.0

Work-life balance

5.0

Salary

4.7

Job security

5.0

Company culture

4.8

Promotions

4.6

Work satisfaction

Explore 7 Reviews and Ratings
Business Process Analyst
199 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
112 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Mechanical Engineer
94 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Analyst
66 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
61 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Schlumberger with

Halliburton

3.7
Compare

Baker Hughes

4.0
Compare

Weatherford

3.9
Compare

TechnipFMC

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