Upload Button Icon Add office photos

Shell

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Shell Senior Software Engineer Interview Questions and Answers

Updated 11 May 2024

Shell Senior Software Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2023. There were 5 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 - Coding Test 

Hackerrank coding test

Round 3 - Technical 

(1 Question)

  • Q1. Questions related to Nodejs and reactjs and system design
Round 4 - HR 

(1 Question)

  • Q1. This is more related to behaviour round with hiring manager.
Round 5 - HR 

(1 Question)

  • Q1. Related to salary expectation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Based on skillset, focus on coding

Round 2 - Technical 

(1 Question)

  • Q1. System design, coding, deep dive
Round 3 - Behavioral interview 

(1 Question)

  • Q1. Behavioral questions to understand culture fit

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well, be honest

Senior Software Engineer Interview Questions Asked at Other Companies

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

Senior Software Engineer Jobs at Shell

View all

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Dec 2016. There were 2 interview rounds.

Interview Preparation Tips

Round: HR Interview
Experience: HR was really friendly and discussed resume in detail.

Round: Technical Interview
Experience: Had more discussion on technical terms on resume.

Round: Technical Interview
Experience: Asked questions on Programming and questions related to course work mentioned in the resume. The interview was completely candidate driven.

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 4 interview rounds.

Interview Preparation Tips

Round: Test
Experience: There were totally 8 sections to the test. But they could be broadly put under 4 categories. Firstly all questions were compulsory to attempt and there was no negative marking. Aptitude: Basic quantitative math questions were asked. There was one simple programming question where one could code in C/Java in your local IDE and upload the code file. It was a DO or DIE question, either you get the question and proceed to the next questions of the test or the test gets stopped if the code is not successfully compiled within 5 attempts. This programming question, as was told was an important criteria to filter out candidates for the next round. There was a descriptive question asking about a recent team project done.
Tips: Achievements in sports and other extra curricular activities are valued. Mention them in the resume, if applicable.
Duration: 1 hour 30 minutes

Round: Technical Interview
Experience: In this round, they look for the candidate's experience in coding in whatever language mentioned in the resume - I was asked to write some simple codes in c. I was also asked to explain some projects from the resume.
Tips: basic knowledge of data structures, resume preparation

Round: Technical + HR Interview
Experience: In this round, the questions were mostly based on the resume and the projects done. Also, HR questions like What do you know about Schlumberger, How do you perform in a team, What makes you unique from the other candidates etc. were asked. They also ask if you have any questions from your side - Better to ask questions if you have one or if you can't think upon any specific question, ask them a doubt from whatever they have said(usually they say a lot about their company and principles before they ask you for questions)
Tips: Prepare for a HR interview separately, resume preparation

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 2 interview rounds.

Interview Preparation Tips

Round: HR Interview
Experience: HR was really friendly and asked about projects in the resume.

Round: Technical Interview
Experience: Interviewer asked questions related to programming and algorithms.

Round: Technical Interview
Experience: Interviewer asked all technical details inside the resume. This round was more technical. More emphasis was on problem solving skills.

College Name: IIT Madras

I applied via Campus Placement and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. DSA, development, oops, os

Interview Preparation Tips

Interview preparation tips for other job seekers - Had a fun time giving 5 rounds back to back
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
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
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 2022. 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 - Coding Test 

Asked basic C++ Qs, tree and linked list Qs

Round 3 - One-on-one 

(2 Questions)

  • Q1. Manager related Qs
  • Q2. Future plans, how to maintain team , how do you work with others in the team etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in communication skills,
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

Shell Interview FAQs

How many rounds are there in Shell Senior Software Engineer interview?
Shell interview process usually has 4 rounds. The most common rounds in the Shell interview process are Coding Test, Technical and HR.
How to prepare for Shell Senior Software Engineer 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 Shell. The most common topics and skills that interviewers at Shell expect are Javascript, SQL, Software Engineering, Azure and Python.
What are the top questions asked in Shell Senior Software Engineer interview?

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

  1. Questions related to Nodejs and reactjs and system des...read more
  2. This is more related to behaviour round with hiring manag...read more
  3. Behavioral questions to understand culture ...read more

Tell us how to improve this page.

Shell Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Adani Group Interview Questions
3.9
 • 187 Interviews
Bharat Petroleum Interview Questions
4.1
 • 148 Interviews
Schlumberger Interview Questions
3.9
 • 137 Interviews
Nayara Energy Interview Questions
4.2
 • 78 Interviews
GAIL Interview Questions
4.5
 • 64 Interviews
ExxonMobil Interview Questions
3.8
 • 64 Interviews
View all
Shell Senior Software Engineer Salary
based on 196 salaries
₹15 L/yr - ₹49 L/yr
117% more than the average Senior Software Engineer Salary in India
View more details

Shell Senior Software Engineer Reviews and Ratings

based on 25 reviews

3.8/5

Rating in categories

3.6

Skill development

4.4

Work-life balance

3.9

Salary

3.4

Job security

3.9

Company culture

3.3

Promotions

4.0

Work satisfaction

Explore 25 Reviews and Ratings
Senior Software Engineer

Bangalore / Bengaluru

9-13 Yrs

₹ 18-45 LPA

Explore more jobs
Business Analyst
517 salaries
unlock blur

₹12 L/yr - ₹48 L/yr

Software Engineer
501 salaries
unlock blur

₹10.5 L/yr - ₹38 L/yr

Project Manager
237 salaries
unlock blur

₹19 L/yr - ₹50 L/yr

Process Data Engineer
234 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Data Engineer
226 salaries
unlock blur

₹12 L/yr - ₹33 L/yr

Explore more salaries
Compare Shell with

Reliance Industries

4.0
Compare

Indian Oil Corporation

4.4
Compare

Bharat Petroleum

4.1
Compare

Hindustan Petroleum

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