Upload Button Icon Add office photos
Engaged Employer

i

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

Shell Recharge Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Shell Recharge Solutions Interview Questions and Answers

Updated 21 Feb 2025

Shell Recharge Solutions Interview Experiences

Popular Designations

7 interviews found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - Coding Test 

Hacker Rack Test with medium to high difficulty

Round 2 - Technical 

(2 Questions)

  • Q1. Explain your current project
  • Ans. 

    I am currently working on developing a mobile application for tracking fitness goals and progress.

    • Developing a mobile app using React Native

    • Implementing features such as goal setting, progress tracking, and workout logging

    • Integrating with wearable devices like Fitbit for data synchronization

  • Answered by AI
  • Q2. Questions about kakfa, ES and Java 8
Round 3 - Technical 

(1 Question)

  • Q1. Similar questions on your current project and questions around kafka
Round 4 - Coding Test 

Basic Coding Java and algorithm questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Behavioural round which is similar to psychometric tests

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 6 interview rounds.

Round 1 - Aptitude Test 

Basic Hacker rank test with few coding questions and SQL queries.

Round 2 - Technical 

(2 Questions)

  • Q1. What are the basic concepts of Object-Oriented Programming (OOP)?
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

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

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

    • Polymorphism: The ability for objects to be treated as instances of their parent class or their own class.

    • Abst...

  • Answered by AI
  • Q2. One String related coding question
Round 3 - Behavioral 

(1 Question)

  • Q1. Some System design and infra related question
Round 4 - Behavioral 

(1 Question)

  • Q1. Past experience related to DevOps and monitoring tools
Round 5 - Technical 

(1 Question)

  • Q1. DevOps related questions like, AWS services, EC2, S3 VPC some related to Kubernetes as well
Round 6 - HR 

(1 Question)

  • Q1. This round basically on company attributes.

Interview Preparation Tips

Topics to prepare for Shell Recharge Solutions Site Reliability Engineer 2 interview:
  • Java 8
  • AWS
  • System Design
Interview preparation tips for other job seekers - I applied for the Senior Software Engineer role (Java), and during the manager round, I received feedback indicating that I could be well-suited for an SRE role. The interviewer also provided feedback that was genuinely helpful in identifying areas for improvement and strengths. For advice, please review all core concepts of Java and system design questions.

Site Reliability Engineer 2 Interview Questions asked at other Companies

Q1. What are the basic concepts of Object-Oriented Programming (OOP)?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Java and Selenium
  • Q2. About automation framework
Round 2 - Coding Test 

Java coding related questions

Round 3 - Behavioral interview 

(1 Question)

  • Q1. About leadership principle

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Exception handling, spring boot
  • Q2. Oops concepts, java streams

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Shell Recharge Solutions interview questions for popular designations

 Senior Software Engineer

 (2)

 Site Reliability Engineer 2

 (1)

 Software Developer

 (1)

 Softwaretest Engineer

 (1)

 Talent Acquisition

 (1)

 Technical Lead

 (1)

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

I was interviewed before Dec 2023.

Round 1 - Technical 

(1 Question)

  • Q1. It was mostly on scenario based questions and I was asked to code online.
Round 2 - Technical 

(1 Question)

  • Q1. Discussion were there past projects, how different objectives were done.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2023. There were 6 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
- One Coding Question
- Technical MCQs
- 45 mins - 1 hr test

Round 3 - Technical 

(1 Question)

  • Q1. I Applied for JAVA, Springboot - All possible sequence combinations of a given String (Approach was important, I explained him the algo, My output was not accurate. But when he saw I was using Memoization,...
Round 4 - Technical 

(1 Question)

  • Q1. Director of Software Development took the interview. He asked me few system design questions. Mostly Rest API Related Questions. Scenario based design.
Round 5 - Behavioral 

(1 Question)

  • Q1. This is a very important and serious round. Head of HR India along with some other panel took the interview. - They have few ethical pillars of the company like leadership, agility, ownership etc. - They w...
Round 6 - HR 

(1 Question)

  • Q1. Salary Discussion & Negotiation

Interview Preparation Tips

Topics to prepare for Shell Recharge Solutions Senior Software Engineer interview:
  • Java
  • Spring Boot
  • System Design

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (1)

Jobs at Shell Recharge Solutions

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

I applied via Approached by Company and was interviewed before Nov 2023. There were 5 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. This was functional round on recruitment process.
Round 2 - One-on-one 

(1 Question)

  • Q1. Recruitment process and strategies with scenarios.
Round 3 - One-on-one 

(1 Question)

  • Q1. Functional understanding of metrics, reporting etc
  • Ans. 

    Understanding and utilizing metrics and reporting tools to track and analyze data for decision-making purposes.

    • Ability to collect and analyze data to identify trends and patterns

    • Experience with various reporting tools such as Excel, Tableau, or Google Analytics

    • Knowledge of key performance indicators (KPIs) and how to measure them effectively

    • Understanding of data visualization techniques to present findings in a clear a

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Behavioral Interview based on leadership attributes.
Round 5 - One-on-one 

(1 Question)

  • Q1. Capstone with CPO.
  • Ans. 

    Capstone project completed in collaboration with Chief Product Officer.

    • Collaborated closely with CPO to align project goals with company objectives

    • Utilized CPO's expertise to ensure project success

    • Received guidance and feedback from CPO throughout the project

    • Presented final project to CPO for evaluation and feedback

  • Answered by AI

Talent Acquisition Interview Questions asked at other Companies

Q1. How many fins are there in this fan?describe life cycle of recruitment.
View answer (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Questions were asked regarding the details mentioned in your CV, specifically about my past work experiences and internships?
  • Q2. What is your technical knowledge of Excel and what interests you about it? an also various specific formulas of Excel.
  • Q3. What is the worst decision you have made in your life?
  • Ans. 

    The worst decision I have made in my life was dropping out of college without a plan.

    • Dropping out of college without a clear career path

    • Not seeking guidance or advice before making the decision

    • Facing challenges in finding stable employment without a degree

  • Answered by AI
Round 2 - HR 

(3 Questions)

  • Q1. Questions were asked regarding my family background, such as your father's profession?
  • Q2. Can you describe your past work experience and internships?
  • Ans. 

    I have completed internships in marketing and sales, and have work experience in customer service and project management.

    • Interned at a marketing agency where I assisted in creating social media campaigns

    • Worked in sales at a retail store, achieving top sales performance in my department

    • Customer service experience at a call center, resolving customer complaints and inquiries

    • Managed a project for a non-profit organization

  • Answered by AI
  • Q3. What are your hobbies and interests was discussed during the interview?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. General queries related to job
  • Q2. Queries related to reports and dashboards
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(4 Questions)

  • Q1. Create basic react app with dummy data fetched from JSON API
  • Ans. 

    Create a basic React app with dummy data fetched from a JSON API.

    • Set up a new React project using create-react-app

    • Create a component to fetch data from a JSON API using fetch or axios

    • Display the fetched data in the component

  • Answered by AI
  • Q2. Array methods and Flatten array
  • Q3. Event loop
  • Q4. HTML and Javascript basics

Shell Recharge Solutions Interview FAQs

How many rounds are there in Shell Recharge Solutions interview?
Shell Recharge Solutions interview process usually has 3-4 rounds. The most common rounds in the Shell Recharge Solutions interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Shell Recharge Solutions 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 Recharge Solutions. The most common topics and skills that interviewers at Shell Recharge Solutions expect are Flex, Java, Virtualization, Hibernate and SQL.
What are the top questions asked in Shell Recharge Solutions interview?

Some of the top questions asked at the Shell Recharge Solutions interview -

  1. What are the basic concepts of Object-Oriented Programming (OO...read more
  2. Functional understanding of metrics, reporting ...read more
  3. Capstone with C...read more
How long is the Shell Recharge Solutions interview process?

The duration of Shell Recharge Solutions interview process can vary, but typically it takes about 2-4 weeks to complete.

Tell us how to improve this page.

Shell Recharge Solutions Interview Process

based on 8 interviews

Interview experience

4.9
  
Excellent
View more

Interview Questions from Similar Companies

Tata Power Interview Questions
3.9
 • 162 Interviews
Ather Energy Interview Questions
4.0
 • 55 Interviews
Okaya Power Interview Questions
3.7
 • 30 Interviews
Fingent Interview Questions
4.4
 • 22 Interviews
Backbase Interview Questions
3.8
 • 21 Interviews
Hero Electric Interview Questions
4.0
 • 17 Interviews
View all

Shell Recharge Solutions Reviews and Ratings

based on 56 reviews

4.7/5

Rating in categories

4.5

Skill development

4.8

Work-life balance

4.2

Salary

4.4

Job security

4.7

Company culture

4.1

Promotions

4.5

Work satisfaction

Explore 56 Reviews and Ratings
Senior Software Engineer -Mobile (Full Stack)

Bangalore / Bengaluru

5-8 Yrs

₹ 15-22.5 LPA

Senior Software Test Engineer

Gurgaon / Gurugram

5-8 Yrs

Not Disclosed

Lead DevOps Engineer I

Gurgaon / Gurugram

4-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
7 salaries
unlock blur

₹19 L/yr - ₹27 L/yr

Senior QA Engineer
3 salaries
unlock blur

₹15.6 L/yr - ₹17 L/yr

Explore more salaries
Compare Shell Recharge Solutions with

Tata Power

3.9
Compare

Adani Electricity

3.6
Compare

Bses Yamuna Power

3.6
Compare

Mahindra Last Mile Mobility

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