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

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 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 Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about ExxonMobil?
Ask anonymously on communities.

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

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

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

Interview Questionnaire 

3 Questions

  • Q1. Introduce yourself
  • Ans. 

    I'm a passionate software developer with a strong background in full-stack development and a love for problem-solving.

    • Education: Bachelor's degree in Computer Science from XYZ University.

    • Experience: 3 years of experience in developing web applications using React and Node.js.

    • Projects: Developed an e-commerce platform that increased sales by 30% within the first quarter.

    • Skills: Proficient in JavaScript, Python, and SQL,...

  • Answered by AI
  • 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
Are these interview questions helpful?
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
  • Ans. 

    In five years, I envision myself as a lead developer, driving innovative projects and mentoring junior developers in a collaborative environment.

    • I aim to lead a team on impactful projects, like developing a scalable application that improves user experience.

    • I plan to enhance my skills in emerging technologies, such as AI and machine learning, to stay ahead in the industry.

    • I want to contribute to open-source projects, f...

  • Answered by AI
  • Q2. About teamwork and leadership qualities
  • Q3. Strength and weaknesses
  • Q4. Long term vision of your life
  • Ans. 

    I envision a fulfilling career in software development, contributing to innovative projects while maintaining a balanced personal life.

    • Pursue continuous learning through courses and certifications, like cloud computing or AI.

    • Aim to lead a team in developing impactful software solutions, such as healthcare applications.

    • Balance work with personal interests, like traveling or volunteering in tech education.

    • Contribute to o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and true while answering every question.
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

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, HR and Resume Shortlist.
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 Javascript, Python, SQL, Automation Testing and Azure DevOps.
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.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Interview Questions from Similar Companies

Shell Interview Questions
4.0
 • 210 Interviews
Schlumberger Interview Questions
3.8
 • 145 Interviews
GAIL Interview Questions
4.4
 • 70 Interviews
bp Interview Questions
3.8
 • 70 Interviews
Baker Hughes Interview Questions
4.0
 • 60 Interviews
Saudi Aramco Interview Questions
4.5
 • 56 Interviews
Petrofac Interview Questions
4.3
 • 43 Interviews
TotalEnergies Interview Questions
3.8
 • 32 Interviews
Cairn Energy Interview Questions
3.7
 • 31 Interviews
View all
ExxonMobil Software Developer Salary
based on 24 salaries
₹12 L/yr - ₹38 L/yr
142% 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

3-8 Yrs

₹ 18-23.5 LPA

Explore more jobs
Project Engineer
95 salaries
unlock blur

₹14 L/yr - ₹40 L/yr

Data Scientist
54 salaries
unlock blur

₹20 L/yr - ₹33.4 L/yr

Project Control Engineer
51 salaries
unlock blur

₹15 L/yr - ₹45 L/yr

Architect
39 salaries
unlock blur

₹21.8 L/yr - ₹35 L/yr

Area Sales Manager
39 salaries
unlock blur

₹19.1 L/yr - ₹39.5 L/yr

Explore more salaries
Compare ExxonMobil with

Reliance Industries

4.0
Compare

Shell

3.9
Compare

GAIL

4.4
Compare

Petrofac

4.2
Compare
write
Share an Interview