Upload Button Icon Add office photos

Schlumberger

Compare button icon Compare button icon Compare

Filter interviews by

Schlumberger Software Developer Interview Questions and Answers

Updated 27 May 2024

Schlumberger Software Developer Interview Experiences

2 interviews found

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

60 aptitude que in 30 mins

Round 2 - Coding Test 

Coding test- with 2 coding que

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

I applied via Campus Placement and was interviewed in Aug 2023. 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 - Coding Test 

There were 20 MCQ and 2 coding questions related to dsa

Round 3 - Group Discussion 

We were given a topic and we're divided in team of 6 and 3 members from each team were selected for next round

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

Top trending discussions

View All
Interview Hub
6d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Schlumberger?
Ask anonymously on communities.

Interview questions from similar companies

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

(2 Questions)

  • Q1. What are deecorators in Python
  • Ans. 

    Decorators in Python are functions that modify the behavior of other functions or methods.

    • Decorators are denoted by the @ symbol followed by the decorator function name.

    • They are commonly used for logging, authentication, and memoization.

    • Example: @staticmethod, @classmethod, @property

  • Answered by AI
  • Q2. If the object is defined with "const" keyword, then in future can it be modified?
  • Ans. 

    No, if an object is defined with 'const' keyword, it cannot be modified in the future.

    • Objects defined with 'const' keyword are read-only and cannot be reassigned.

    • Properties of a 'const' object can still be modified, but the object itself cannot be reassigned.

    • Example: const obj = { key: 'value' }; obj.key = 'new value'; // Valid, but obj = { newKey: 'newValue' }; // Invalid

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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. Basic c# threading
Round 3 - HR 

(1 Question)

  • Q1. STAR pattern related question

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

Interview Questionnaire 

3 Questions

  • Q1. Introduce yourself
  • Q2. What is normalization what are joins
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy. Joins are used to combine data from multiple tables.

    • Normalization involves breaking down a table into smaller tables to reduce data redundancy.

    • Joins are used to combine data from two or more tables based on a common column.

    • Types of joins include inner join, left join, right join, and full outer join.

    • Normalization and joins are important...

  • Answered by AI
  • Q3. About constructors in oops

Interview Preparation Tips

Interview preparation tips for other job seekers - it was great. They made us feel very comfortable
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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

Based on cs subjects, DS Algo and Aptitude

Round 3 - HR 

(4 Questions)

  • Q1. See yourself in 5 years
  • Q2. About teamwork and leadership qualities
  • Q3. Strength and weaknesses
  • Q4. Long term vision of your life

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and true while answering every question.

Schlumberger HR Interview Questions

54 questions and answers

Q. Tell me about a time where you've been challenged in a team setting and how ... read more
Q. Why are you applying for this role?
Q. Explain your project.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal aptitude test containing behavioural, mathematical, English questions

Round 2 - Coding Test 

Oopc, dbms, sql, se concepts were there with few os, dsa and got related questions

Round 3 - Technical 

(2 Questions)

  • Q1. Go through your resume and question about project backend functionality
  • Q2. Code asked for backend application developed by me which was there in resume
Round 4 - HR 

(1 Question)

  • Q1. Behavioural questions were asked
  • Ans. 

    Behavioral questions assess how candidates handle various work situations and challenges.

    • Describe a time you faced a significant challenge at work and how you overcame it.

    • Explain how you handle conflicts within a team, providing a specific example.

    • Share an experience where you had to adapt to a major change in a project.

    • Discuss a situation where you took the initiative to improve a process or project.

  • Answered by AI
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Basic two coding questions will be and also apptitude questions also included.

Round 2 - Technical 

(2 Questions)

  • Q1. What is the difference between virtual function and friend function
  • Ans. 

    Virtual functions enable polymorphism in classes, while friend functions allow access to private members of a class.

    • Virtual functions are declared in a base class and overridden in derived classes to achieve runtime polymorphism.

    • Friend functions are not members of a class but can access its private and protected members.

    • Example of a virtual function: `class Base { virtual void show(); };`

    • Example of a friend function: `...

  • Answered by AI
  • Q2. Explain your projects
  • Ans. 

    Developed a web-based project management tool to streamline team collaboration and task tracking.

    • Utilized React for the front-end to create a responsive user interface.

    • Implemented Node.js and Express for the back-end API, ensuring efficient data handling.

    • Integrated MongoDB for a scalable database solution to store project data.

    • Incorporated user authentication using JWT for secure access control.

    • Designed a Kanban board ...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Project explaation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

30 technical questions

Round 2 - Technical 

(2 Questions)

  • Q1. Technical process
  • Q2. What are oops concept
Round 3 - Technical 

(1 Question)

  • Q1. Oops questions Database SQL Logic building along with case study

Schlumberger Interview FAQs

How many rounds are there in Schlumberger Software Developer interview?
Schlumberger interview process usually has 2-3 rounds. The most common rounds in the Schlumberger interview process are Coding Test, Resume Shortlist and Group Discussion.

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more
Schlumberger Software Developer Salary
based on 42 salaries
₹12.5 L/yr - ₹21.8 L/yr
62% more than the average Software Developer Salary in India
View more details

Schlumberger Software Developer Reviews and Ratings

based on 9 reviews

3.6/5

Rating in categories

2.7

Skill development

3.4

Work-life balance

3.4

Salary

2.0

Job security

3.3

Company culture

2.5

Promotions

2.9

Work satisfaction

Explore 9 Reviews and Ratings
Business Process Analyst
202 salaries
unlock blur

₹13.6 L/yr - ₹27 L/yr

Business Analyst
104 salaries
unlock blur

₹14 L/yr - ₹21.2 L/yr

Mechanical Engineer
99 salaries
unlock blur

₹12.9 L/yr - ₹21 L/yr

Software Engineer
84 salaries
unlock blur

₹13.2 L/yr - ₹27.6 L/yr

Test Analyst
69 salaries
unlock blur

₹12 L/yr - ₹20 L/yr

Explore more salaries
Compare Schlumberger with

Reliance Industries

4.0
Compare

Indian Oil Corporation

4.4
Compare

Shell

3.9
Compare

Bharat Petroleum

4.1
Compare
write
Share an Interview