Upload Button Icon Add office photos
Engaged Employer

i

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

ExxonMobil Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 425 Reviews

Filter interviews by

ExxonMobil Software Developer Interview Questions and Answers

Updated 28 Oct 2024

ExxonMobil Software Developer Interview Experiences

2 interviews found

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

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 Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

Software Developer Jobs at ExxonMobil

View all

Interview questions from similar companies

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
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
  • Ans. 

    Object-oriented programming concepts that focus on objects and classes.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the necessary features.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Oops questions Database SQL Logic building along with case study
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
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
  • Q2. Explain your projects
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions based on work experience
  • Q2. And all the spftware architecture
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Delhi College of Engineering (DCE), Delhi and was interviewed in Aug 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 - 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

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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

I applied via Recruitment Consultant and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Can you accept me as the employee in your company
  • Q2. Will you accept what type of post give to me

Interview Preparation Tips

Interview preparation tips for other job seekers - For you checking any type of qualifications in my resume like 10th,10+2,graduation

ExxonMobil Interview FAQs

How many rounds are there in ExxonMobil Software Developer interview?
ExxonMobil interview process usually has 2 rounds. The most common rounds in the ExxonMobil interview process are Technical, Resume Shortlist and HR.
How to prepare for ExxonMobil Software Developer 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 ExxonMobil. The most common topics and skills that interviewers at ExxonMobil expect are Automation Testing, Backend, Business Planning, Computer Networking and Data Analytics.
What are the top questions asked in ExxonMobil Software Developer interview?

Some of the top questions asked at the ExxonMobil Software Developer interview -

  1. if the object is defined with "const" keyword, then in future can it be modifie...read more
  2. What are deecorators in Pyt...read more
  3. STAR pattern related quest...read more

Tell us how to improve this page.

ExxonMobil Software Developer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
ExxonMobil Software Developer Salary
based on 26 salaries
₹11.6 L/yr - ₹36.8 L/yr
220% more than the average Software Developer Salary in India
View more details

ExxonMobil Software Developer Reviews and Ratings

based on 2 reviews

4.2/5

Rating in categories

2.6

Skill development

3.8

Work-life balance

4.0

Salary

3.6

Job security

3.6

Company culture

2.8

Promotions

3.8

Work satisfaction

Explore 2 Reviews and Ratings
Software Developer

Bangalore / Bengaluru

2-7 Yrs

₹ 14-23.75 LPA

Explore more jobs
Project Engineer
77 salaries
unlock blur

₹15 L/yr - ₹40 L/yr

Data Scientist
50 salaries
unlock blur

₹12.5 L/yr - ₹44 L/yr

Master Data Specialist
43 salaries
unlock blur

₹5.5 L/yr - ₹8.5 L/yr

Project Control Engineer
35 salaries
unlock blur

₹15.6 L/yr - ₹36 L/yr

Planning Analyst
34 salaries
unlock blur

₹11 L/yr - ₹18.5 L/yr

Explore more salaries
Compare ExxonMobil with

Reliance Industries

4.0
Compare

Bharat Petroleum

4.2
Compare

Indian Oil Corporation

4.4
Compare

Hindustan Petroleum

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